Cargo Features

[dependencies]
nighthawk = { version = "0.0.0", default-features = false, features = ["std", "full"] }
default full? = std

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

std default
full = default

Nighthawk has 3 features without comments.