Cargo Features

value-bag-sval2 has no features set by default.

[dependencies]
value-bag-sval2 = { version = "1.9.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.

sval_json json?
sval_serde serde1?
sval_test test?