sval_json 2.16.0

JSON support for sval
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"

[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"

[[package]]
name = "sval"
version = "2.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "502b8906c4736190684646827fbab1e954357dfe541013bbd7994d033d53a1ca"

[[package]]
name = "sval_json"
version = "2.16.0"
dependencies = [
 "itoa",
 "ryu",
 "sval",
]