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 whenever steam-trading is added without default-features = false somewhere in the dependency tree.

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.

chrono time?
scraper additional-checks