Cargo Features
[dependencies]
networky = { version = "0.1.1", default-features = false, features = ["fast", "totp"] }
- default = fast
-
The
fast
feature is set by default whenevernetworky
is added without
somewhere in the dependency tree.default-features = false - fast default
-
Enables fast of tweetnacly
- totp = hmac, sha1
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.