Cargo Features
[dependencies]
vnd_siren = { version = "0.2.1", default-features = false, features = ["http-compat"] }
- default = http-compat
-
The
http-compat
feature is set by default whenevervnd_siren
is added without
somewhere in the dependency tree.default-features = false - http-compat default = http
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.
- http http-compat
-
Enables http ^0.1