Cargo Features
[dependencies]
diny_core = { version = "0.2.4", default-features = false, features = ["std", "alloc", "derive", "unsafe_speed"] }
- default = std
-
The
std
feature is set by default wheneverdiny_core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
wrapper::cell
,wrapper::ref_cell
,wrapper::rc
,wrapper::arc
,format::FormatSerialize.serialize_string
,format::FormatDeserialize.deserialize_string
,primitive::string
,wrapper::r#box
… - alloc
-
Affects
format::FormatSerialize.serialize_string
,format::FormatDeserialize.deserialize_string
,primitive::string
,wrapper::r#box
… - derive = diny_derive
- unsafe_speed
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.