Cargo Features
[dependencies]
tacacs-plus-protocol = { version = "0.3.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevertacacs-plus-protocol
is added without
somewhere in the dependency tree.default-features = false - std default
tacacs-plus-protocol has 2 features without comments.