nms-cache 0.1.0

Zero-copy rkyv serialization cache for No Man's Sky Copilot fast startup
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "nms-cache"
version = "0.1.0"
authors = ["oubiwann <oubiwann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy rkyv serialization cache for No Man's Sky Copilot fast startup"
homepage = "https://github.com/oxur/nms-copilot"
readme = false
keywords = [
    "nms",
    "no-mans-sky",
    "cache",
    "zero-copy",
]
categories = [
    "games",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxur/nms-copilot"

[lib]
name = "nms_cache"
path = "src/lib.rs"

[[test]]
name = "load_integration"
path = "tests/load_integration.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.nms-core]
version = "0.1.0"
features = ["archive"]

[dependencies.nms-graph]
version = "0.1.0"

[dependencies.nms-save]
version = "0.1.0"

[dependencies.rkyv]
version = "0.8"

[dev-dependencies.nms-save]
version = "0.1.0"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"