Cargo Features
[dependencies]
whistle = { version = "0.1.0", default-features = false, features = ["default-sp"] }
- default = default-sp
-
The
default-sp
feature is set by default wheneverwhistle
is added without
somewhere in the dependency tree.default-features = false - default-sp default = chacha20poly1305, curve25519-dalek, hkdf, poly1305, sha2
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.