value-bag 1.13.2

Anonymous structured values
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "value-bag"
version = "1.13.2"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Anonymous structured values"
documentation = "https://docs.rs/value-bag"
readme = "README.md"
keywords = [
    "serialization",
    "no_std",
]
categories = [
    "encoding",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sval-rs/value-bag"

[package.metadata.docs.rs]
features = [
    "std",
    "error",
    "sval",
    "serde",
    "test",
    "owned",
    "seq",
]

[features]
alloc = [
    "value-bag-sval2?/alloc",
    "value-bag-serde1?/alloc",
]
error = ["std"]
inline-i128 = []
inline-str = []
inline-str-l = ["inline-str"]
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"]

[lib]
name = "value_bag"
path = "src/lib.rs"

[[bench]]
name = "by_ref"
path = "benches/by_ref.rs"
harness = false

[[bench]]
name = "capture"
path = "benches/capture.rs"
harness = false

[[bench]]
name = "owned"
path = "benches/owned.rs"
harness = false

[[bench]]
name = "seq"
path = "benches/seq.rs"
harness = false

[dependencies.value-bag-serde1]
version = "1.13.2"
optional = true

[dependencies.value-bag-sval2]
version = "1.13.2"
optional = true

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "0.8"

[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"