Cargo Features
[dependencies]
nighthawk = { version = "0.0.0", default-features = false, features = ["std", "full"] }
- default full? = std
-
The
std
feature is set by default whenevernighthawk
is added without
somewhere in the dependency tree.default-features = false - std default
- full = default
Nighthawk has 3 features without comments.