version = 4
[[package]]
name = "hexga_bit"
version = "0.0.11-beta.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcccc8bb679a9359dafbaed47587e9fd362aabe7152cf1f67bf7258b207fc8d0"
dependencies = [
"hexga_bit_derive",
"hexga_map_on",
]
[[package]]
name = "hexga_bit_derive"
version = "0.0.11-beta.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e01feccde579499303241a42d74903d109eb188b93a4257b19d32d45b1f31d1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "hexga_core"
version = "0.0.11-beta.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3da9bbac1649a941df2a963cf1658f2c94bf0c9156bf16294655f368dc2bec0"
dependencies = [
"hexga_bit",
"hexga_map_on",
]
[[package]]
name = "hexga_map_on"
version = "0.0.11-beta.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea7f09fd11f51e97db01bbd9e465eb196068fe8af08ab6ef061218b181e001f7"
[[package]]
name = "hexga_utils"
version = "0.0.11-beta.47"
dependencies = [
"hexga_core",
"serde",
]
[[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 = "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_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 = "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 = "unicode-ident"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"