nms-core 0.1.0

Core types, enums, address math, and portal glyph display for No Man's Sky Copilot
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-core"
version = "0.1.0"
authors = ["oubiwann <oubiwann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, enums, address math, and portal glyph display for No Man's Sky Copilot"
homepage = "https://github.com/oxur/nms-copilot"
readme = false
keywords = [
    "nms",
    "no-mans-sky",
    "portal-glyphs",
    "galactic-address",
]
categories = [
    "games",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxur/nms-copilot"

[features]
archive = ["rkyv"]
default = []

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

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

[dependencies.rkyv]
version = "0.8"
optional = true

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

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