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 default-features = false somewhere in the dependency tree.

trace

Enables trace of peg ^0.7

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.

chrono chrono_helpers
chrono-tz chrono_helpers

Enables chrono-tz ^0.5

codespan codespan_helpers
codespan-reporting codespan_helpers