sval 2.7.0

Streaming, structured value serialization
Documentation
[dependencies.sval_derive_macros]
optional = true
version = "2.7.0"
[dev-dependencies.humantime]
version = "2"

[features]
alloc = []
derive = ["dep:sval_derive_macros"]
std = ["alloc"]

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