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 wheneverdiny
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- derive
- 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.