Cargo Features
value-bag-sval2 has no features set by default.
[dependencies]
value-bag-sval2 = { version = "1.10.0", features = ["std", "alloc", "serde1", "json", "test"] }
- std test?
-
Enables std of sval, sval_buffer, optional sval_json, sval_ref, and optional sval_serde
- alloc
-
Enables alloc of sval, sval_buffer, optional sval_json, sval_ref, and optional sval_serde
- serde1 = sval_serde
- json = sval_json
- test = std, sval_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.