Cargo Features
[dependencies]
steam-trading = { version = "0.6.0", default-features = false, features = ["additional-checks", "time"] }
- default = additional-checks
-
The
additional-checks
feature is set by default wheneversteam-trading
is added without
somewhere in the dependency tree.default-features = false - additional-checks default = scraper
- time = chrono
-
Affects
steam-trading::time
…
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.