wyre 0.2.14

wyre serialization and deserialization library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bytes"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"

[[package]]
name = "cc"
version = "1.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0"
dependencies = [
 "shlex",
]

[[package]]
name = "libc"
version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"

[[package]]
name = "libmimalloc-sys"
version = "0.1.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "mimalloc"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
dependencies = [
 "libmimalloc-sys",
]

[[package]]
name = "noco"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aa83750dc797d73f0e5ffea9b29312aca6737365f318f680fb737c6fb8e285e"

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "wyre"
version = "0.2.14"
dependencies = [
 "bytes",
 "mimalloc",
 "wyre-derive",
]

[[package]]
name = "wyre-derive"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "242bed1c83454b81a1f49223a45f4ae0e2b04b8936a9fa04e1379708a3ed36c9"
dependencies = [
 "noco",
]