[package]
edition = "2024"
rust-version = "1.97"
name = "quatopsy"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline Quatopsy command-line interface."
readme = "CRATE_README.md"
keywords = [
"quaternion",
"attitude",
"spacecraft",
"robotics",
"simulation",
]
categories = [
"aerospace",
"command-line-utilities",
"mathematics",
"science",
]
license = "Apache-2.0"
repository = "https://github.com/kabudu/quatopsy"
[[bin]]
name = "quatopsy"
path = "src/main.rs"
[[test]]
name = "analyze"
path = "tests/analyze.rs"
[[test]]
name = "control"
path = "tests/control.rs"
[[test]]
name = "investigate"
path = "tests/investigate.rs"
[[test]]
name = "lifecycle"
path = "tests/lifecycle.rs"
[[test]]
name = "plan"
path = "tests/plan.rs"
[[test]]
name = "policy"
path = "tests/policy.rs"
[[test]]
name = "release_gate"
path = "tests/release_gate.rs"
[[test]]
name = "view"
path = "tests/view.rs"
[dependencies.clap]
version = "4.5.51"
features = ["derive"]
[dependencies.ctrlc]
version = "3.5.0"
[dependencies.quatopsy-adapt]
version = "=0.3.0"
[dependencies.quatopsy-control]
version = "=0.3.0"
[dependencies.quatopsy-core]
version = "=0.3.0"
[dependencies.quatopsy-plan]
version = "=0.3.0"
[dependencies.quatopsy-schema]
version = "=0.3.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.145"