Cargo Features
[dependencies]
weather_util_rust = { version = "0.16.17", default-features = false, features = ["cli", "stackstring"] }
- default = cli, stackstring
-
These default features are set whenever
weather_util_rust
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, reqwest, tokio
-
Affects
weather_api::WeatherApi
,weather_opts::WeatherOpts
… - stackstring default = stack-string
-
Affects
weather_util_rust::StringType
,weather_util_rust::ApiStringType
,weather_util_rust::apistringtype_from_display
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.