Cargo Features
[dependencies]
osal-rs-serde = { version = "0.4.7", default-features = false, features = ["std", "alloc", "derive"] }
- default = alloc
-
The
allocfeature is set by default wheneverosal-rs-serdeis added withoutsomewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
-
Affects
de::Deserializer.deserialize_string,de::Deserializer.deserialize_vec… - derive = osal-rs-serde-derive
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.