Cargo Features

[dependencies]
secwords = { version = "2.1.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables hex, unicode-normalization, utils-results, and vep

Secwords has 2 features without comments.