hexga_encoding 0.0.11-beta.56

Encoding and I/O abstraction for loading, saving, and converting data with custom extensions and media types, with optional Serde integration.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"

[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
 "serde",
]

[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
dependencies = [
 "serde_core",
]

[[package]]
name = "hexga_bit"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd360c190a434a548669ed1c80423867b929f6b6067d4a9a93789acefff036a"
dependencies = [
 "hexga_bit_derive",
 "hexga_map_on",
]

[[package]]
name = "hexga_bit_derive"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f1bba8b49133376eca2e10d72ee570b979186f3d48ce9ff4419949ad10868f9"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "hexga_core"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f1350997aa36dad9827404010f1ae2f148fd4ec33ba003a4b197d1ffff8a04"
dependencies = [
 "hexga_bit",
 "hexga_guard",
 "hexga_map_on",
 "serde",
]

[[package]]
name = "hexga_encoding"
version = "0.0.11-beta.56"
dependencies = [
 "base64",
 "bincode",
 "hexga_core",
 "hexga_encoding_derive",
 "hexga_io",
 "hexga_utils",
 "ron",
 "serde",
 "serde-xml-rs",
 "serde_json",
]

[[package]]
name = "hexga_encoding_derive"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6e6f40953b49ea362139e9ee3f02ecd8dcd360d9f06cd4b7926a7b62dbf653"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "hexga_guard"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e596f93604b6696a45d3d938ce8124254d6611d00e63f88b6700a2bac7b6ac"

[[package]]
name = "hexga_io"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b484e956bbe23d512cc3dfa50926f64e2b18537b8a7ae72c144df99005552217"
dependencies = [
 "hexga_core",
 "serde",
]

[[package]]
name = "hexga_map_on"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bba9ae97dd6d794201eef3d7596fe8280adc5d87f09627d71e4f6e2e9cfc27e"

[[package]]
name = "hexga_utils"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "540ca2af8f33c5ad16be669591f140402b408837a13812520da30868c175c9a9"
dependencies = [
 "hexga_core",
]

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

[[package]]
name = "log"
version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"

[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"

[[package]]
name = "once_cell"
version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"

[[package]]
name = "proc-macro2"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "ron"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81116b9531d61eabc41aeb228e4b6b2435bcca3233b98cf3b3077d4e6e9debb3"
dependencies = [
 "bitflags",
 "once_cell",
 "serde",
 "serde_derive",
 "typeid",
 "unicode-ident",
]

[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
 "serde_core",
 "serde_derive",
]

[[package]]
name = "serde-xml-rs"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2215ce3e6a77550b80a1c37251b7d294febaf42e36e21b7b411e0bf54d540d"
dependencies = [
 "log",
 "serde",
 "thiserror",
 "xml",
]

[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "syn"
version = "2.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "typeid"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"

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

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

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"