Cargo Features

[dependencies]
networky = { version = "0.1.1", default-features = false, features = ["fast", "totp"] }
default = fast

The fast feature is set by default whenever networky is added without default-features = false somewhere in the dependency tree.

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.

sha1 totp?
hmac totp?