[go: up one dir, main page]

sval_ref 2.1.1

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 = "sval"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d84f5283373c78c0ff83fcf9db43fb816d63b4775237d6a9b91b10b012ab815"

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

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