nms-copilot 0.1.0

Interactive galactic copilot for No Man's Sky — REPL with live save file updates
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-copilot"
version = "0.1.0"
authors = ["oubiwann <oubiwann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive galactic copilot for No Man's Sky — REPL with live save file updates"
homepage = "https://github.com/oxur/nms-copilot"
readme = false
keywords = [
    "nms",
    "no-mans-sky",
    "repl",
    "copilot",
]
categories = [
    "games",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxur/nms-copilot"

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

[[bin]]
name = "nms-copilot"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6"

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

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

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

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

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

[dependencies.reedline]
version = "0.39"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

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

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

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