Cargo Features

[dependencies]
phoenix-tls = { version = "0.1.0", default-features = false, features = ["std", "nightly"] }
default = std

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

std default

Enables std of nudge

nightly

Enables nightly of nudge

phoenix-tls has 3 features without comments.