[go: up one dir, main page]

sval_ref 2.8.0

A variant of sval::Value for types with internal references
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

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

[[package]]
name = "sval_fmt"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
dependencies = [
 "itoa",
 "ryu",
 "sval",
]

[[package]]
name = "sval_ref"
version = "2.8.0"
dependencies = [
 "sval",
 "sval_test",
]

[[package]]
name = "sval_test"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fbf2ea795caf3aefe620ba156561c613a1750747ca9378057267626ea79d59"
dependencies = [
 "sval",
 "sval_fmt",
]