nms-cache 0.0.1

Zero-copy rkyv serialization cache for No Man's Sky Copilot fast startup
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "nms-cache"
version = "0.0.1"
dependencies = [
 "nms-core",
 "nms-graph",
]

[[package]]
name = "nms-core"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28ddcdf90e2dd62c3726496b1e34bdd583081b2ff670d2d4c47d9020a2ae0504"

[[package]]
name = "nms-graph"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd499aa933168462faa4fbd4ad4315113cd2a38dcede1fae6f3f8d478ec8813"
dependencies = [
 "nms-core",
]