serde 1.0.202

A generic serialization/deserialization framework
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "proc-macro2"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde"
version = "1.0.202"
dependencies = [
 "serde_derive 1.0.202 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_derive"
version = "1.0.202"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 2.0.63 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syn"
version = "2.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

[metadata]
"checksum proc-macro2 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
"checksum quote 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
"checksum serde_derive 1.0.202 (registry+https://github.com/rust-lang/crates.io-index)" = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
"checksum syn 2.0.63 (registry+https://github.com/rust-lang/crates.io-index)" = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
"checksum unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"