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

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