Updated Rust to the latest - 1.80.0, and noticed that `cargo add` no longer displays a list of disabled features. (I'm not sure if this change was introduced in the latest version.)

I used this feature frequently to check what features are available in a crate, so I find this very inconvenient. I have tried to find a way to display this information in the latest version, but so far I haven't been successful.

#Rust #RustLang

@typester You can get a detailed list from lib.rs site: https://lib.rs/reqwest/features
reqwest

higher level HTTP client library

Lib.rs