Cargo Features
value-bag-serde1 has no features set by default.
[dependencies]
value-bag-serde1 = { version = "1.10.0", features = ["std", "alloc", "owned", "json", "test"] }
- std
-
Enables std of erased-serde and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - alloc
- owned = serde_buf
- json = serde_json
- test = serde_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.