Cargo Features

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

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

std default
nightly
extended_random_tests

Entwine has 4 features without comments.