[build-dependencies.saal]
version = "1.3.3"
[dependencies.ctor]
version = "0.6.3"
[dependencies.libc]
version = "0.2.180"
[dependencies.log]
version = "0.4"
[dependencies.nalgebra]
version = "0.33.2"
[dependencies.pyo3]
optional = true
version = "0.27.2"
[dependencies.pyo3-log]
version = "0.13.2"
[dependencies.rayon]
version = "1.10.0"
[dependencies.saal]
version = "1.3.3"
[dependencies.uuid]
features = ["v4"]
version = "1.18.0"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
python = ["pyo3/extension-module", "pyo3/abi3-py39"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "keplemon"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Expanded functionality for the Standardized Astrodynamics Algorithms Library (SAAL)"
edition = "2024"
exclude = ["tests/**", "benches/**", "benchmarks/**", "skills/**", "venv/**", "truth/**", "local/**", "overrides/**", "scripts/**", "docs/**", "fort.*", "AI.md", "CONTRIBUTING.md", "agents.yaml", "assets/**", "lib/**"]
license = "MIT"
name = "keplemon"
readme = "README.md"
version = "3.1.2"