sval 2.6.0

Streaming, structured value serialization
Documentation
[package]
name = "sval"
version = "2.6.0"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/sval"
description = "Streaming, structured value serialization"
repository = "https://github.com/sval-rs/sval"
readme = "README.md"
keywords = ["serialization", "no_std"]
categories = ["encoding", "no-std"]

[package.metadata.docs.rs]
features = ["std"]

[workspace]
members = [
    "derive",
    "derive/test",
    "dynamic",
    "fmt",
    "fmt/test",
    "buffer",
    "serde",
    "serde/test",
    "json",
    "json/test",
    "test",
    "experiments",
]

[features]
std = ["alloc"]
alloc = []

derive = ["dep:sval_derive"]

[dependencies.sval_derive]
version = "2.6.0"
path = "derive"
optional = true

[dev-dependencies.sval_derive]
path = "derive"

[dev-dependencies.humantime]
version = "2"