version = 4
[[package]]
name = "kevy-bench"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8538c293af786b2deae412e5ab043337818eaede796d9082457e98a4aa00a551"
[[package]]
name = "kevy-bytes"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a326ae09d05cbd5096bad67944fb4f993ae400c5caecbce737209cd7abced953"
dependencies = [
"kevy-hash",
]
[[package]]
name = "kevy-compress"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb7f162f1bae6aadc172ced71a94309dfbee6781cfa3beb52b308a2bfaf5e3d"
[[package]]
name = "kevy-hash"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2d3b968af4c55816ff1eee7cac4d608922dcb7e7111ff1214b057266bcf2a36"
[[package]]
name = "kevy-madvise"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106fe20db0dd70e8f7b0f48e6075f3c4f66f3e844e5a8c328cc521c6866e5dc6"
[[package]]
name = "kevy-map"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebe2126d36846ea5ac37f5f395ff7aff03df35ffb945f0f03d0f1004a99c6e20"
dependencies = [
"kevy-hash",
"kevy-madvise",
]
[[package]]
name = "kevy-ranktree"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "594b89769842c3dc1c0aa6df875218b0645cb939a7f4e62ef578d998e830b83a"
[[package]]
name = "kevy-seg"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bde53caa69d23b4ddb0ec05bb2a96e6ee43eda277b99e96c085631222d24153"
dependencies = [
"kevy-sys",
]
[[package]]
name = "kevy-store"
version = "6.4.0"
dependencies = [
"kevy-bench",
"kevy-bytes",
"kevy-hash",
"kevy-map",
"kevy-ranktree",
"kevy-seg",
"kevy-tmpdir",
"kevy-vlog",
]
[[package]]
name = "kevy-sys"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eea42b47c2e10bf9aab194ce4481190e5b26d1f0cbe531809a5ec8ac3dd77c0"
[[package]]
name = "kevy-tmpdir"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18610d2e7b9b858deca97a19317a5539b2b3ac5a1113f6f8d47d1ae0c45d6388"
[[package]]
name = "kevy-vlog"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6101d3f9e66436a59b7b25542009e0c2c21fd695ea4694489183bff3c4d66f3f"
dependencies = [
"kevy-compress",
"kevy-sys",
]