nms-copilot 0.2.0

Interactive galactic copilot for No Man's Sky — REPL with live save file updates and MCP server
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.91"
name = "nms-copilot"
version = "0.2.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 and MCP server"
homepage = "https://github.com/oxur/nms-copilot"
readme = "README.md"
keywords = [
    "nms",
    "no-mans-sky",
    "repl",
    "copilot",
    "mcp",
]
categories = [
    "games",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxur/nms-copilot"

[features]
default = ["http"]
http = ["fabryk-mcp/http"]

[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"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.fabryk-mcp]
version = "0.4.2"

[dependencies.log]
version = "0.4"

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

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

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

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

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

[dependencies.nms-watch]
version = "0.2.0"

[dependencies.owo-colors]
version = "4"

[dependencies.oxur-cli]
version = "0.2"

[dependencies.ratatui]
version = "0.30"

[dependencies.reedline]
version = "0.46"

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.20"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1"

[dependencies.twyg]
version = "0.6"

[dev-dependencies.assert_cmd]
version = "2"

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

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

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