Cargo Features
[dependencies]
adns-proto = { version = "0.1.0", default-features = false, features = ["serde", "tsig"] }
- default = serde, tsig
-
These default features are set whenever
adns-proto
is added without
somewhere in the dependency tree.default-features = false - serde default
- tsig default = constant_time_eq, hmac, md-5, sha1, sha2
-
Affects
adns-proto::tsig
…
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.