Cargo Features

[dependencies]
tacacs-plus-protocol = { version = "0.3.2", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever tacacs-plus-protocol is added without default-features = false somewhere in the dependency tree.

std default

Enables std of byteorder, md-5, and num_enum

tacacs-plus-protocol has 2 features without comments.