Cargo Features
[dependencies]
weather-reports = { version = "0.1.5", default-features = false, features = ["trace", "chrono_helpers", "codespan_helpers"] }
- default = chrono_helpers, codespan_helpers
-
These default features are set whenever
weather-reports
is added without
somewhere in the dependency tree.default-features = false - trace
- chrono_helpers default = chrono, chrono-tz
- codespan_helpers default = codespan, codespan-reporting
-
Affects
parse::into_diagnostic
…
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.