Cargo Features

[dependencies]
diny = { version = "0.2.4", default-features = false, features = ["std", "alloc", "derive", "unsafe_speed", "test"] }
default = std

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

std default

Enables std of diny_core

alloc

Enables alloc of diny_core

derive

Enables derive of diny_core

unsafe_speed

Enables unsafe_speed of diny_core

test = diny_test

Affects diny::test

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

diny_test test?