hexga_bitflags 0.0.11-beta.4

Bitflags utilities
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "hexga_bitflags"
version = "0.0.11-beta.4"
dependencies = [
 "hexga_io",
 "hexga_number",
 "proc-macro2",
 "quote",
 "serde",
 "syn",
]

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

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

[[package]]
name = "hexga_io_derive"
version = "0.0.11-beta.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "457d2d02d2a59a53a4a176a3fef4a070f8e52514e565a8270a5f05cd38bc5851"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

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

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

[[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"