Cargo Features
[dependencies]
spirit-hyper = { version = "0.9.0", default-features = false, features = ["cfg-help"] }
- default = cfg-help
-
The
cfg-help
feature is set by default wheneverspirit-hyper
is added without
somewhere in the dependency tree.default-features = false - cfg-help default = structdoc
-
Enables cfg-help of spirit and spirit-tokio
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.