oort_api 0.87.0

APIs for Oort, a space fleet programming game.
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"
name = "oort_api"
version = "0.87.0"
authors = ["Rich Lane"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "APIs for Oort, a space fleet programming game."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/rlane/oort3"
resolver = "2"

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

[dependencies.byteorder]
version = "1.5.0"

[dependencies.maths-rs]
version = "0.2.5"

[dependencies.oorandom]
version = "11.1.3"

[dependencies.serde]
version = "1.0"
optional = true