[dependencies.value-bag-serde1]
optional = true
version = "1.8.0"
[dependencies.value-bag-sval2]
optional = true
version = "1.8.0"
[dev-dependencies]
[features]
alloc = ["value-bag-sval2?/alloc", "value-bag-serde1?/alloc"]
error = ["std"]
inline-i128 = []
owned = ["alloc", "value-bag-serde1?/owned"]
seq = []
serde = ["serde1"]
serde1 = ["alloc", "value-bag-serde1", "value-bag-sval2?/serde1"]
std = ["alloc", "value-bag-sval2?/std", "value-bag-serde1?/std"]
sval = ["sval2"]
sval2 = ["value-bag-sval2"]
test = ["std"]
[package]
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
categories = ["encoding", "no-std"]
description = "Anonymous structured values"
documentation = "https://docs.rs/value-bag"
edition = "2021"
exclude = [".github/*"]
keywords = ["serialization", "no_std"]
license = "Apache-2.0 OR MIT"
name = "value-bag"
readme = "README.md"
repository = "https://github.com/sval-rs/value-bag"
version = "1.8.0"
[package.metadata.docs.rs]
features = ["std", "error", "sval", "serde", "test", "owned", "seq"]
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3"