hexga_generational 0.0.11-beta.56

GenVec, ideal for MAS (Multi-Agent System), where each agent can be removed at any time and has references to other agents.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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

[[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_generational"
version = "0.0.11-beta.56"
dependencies = [
 "hexga_array_vec",
 "hexga_core",
 "hexga_number",
 "serde",
]

[[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_map_on"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bba9ae97dd6d794201eef3d7596fe8280adc5d87f09627d71e4f6e2e9cfc27e"

[[package]]
name = "hexga_number"
version = "0.0.11-beta.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28232cdfb90ccf7d174b2d9e9da77ca0e3418973dbd367a154a9368b9c3a91a"
dependencies = [
 "hexga_array",
 "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"