Cargo Features

[dependencies]
weather_util_rust = { version = "0.16.16", default-features = false, features = ["cli", "stackstring"] }
default = cli, stackstring

These default features are set whenever weather_util_rust is added without default-features = false somewhere in the dependency tree.

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.

clap cli
reqwest cli
stack-string stackstring
tokio cli