Cargo Features
[dependencies]
hocon-linked = { version = "0.5.3-dev", default-features = false, features = ["test-snapshot", "serde-support", "url-support"] }
- default = serde-support, test-snapshot, url-support
-
These default features are set whenever
hocon-linked
is added without
somewhere in the dependency tree.default-features = false - test-snapshot default
- serde-support default = serde
- url-support default = reqwest
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.