saal 1.2.0

Wrappers for the Standardized Astrodynamics Algorithms Library (SAAL)
[build-dependencies.hex]
version = "0.4.3"

[build-dependencies.serde]
features = ["derive"]
version = "1.0.203"

[build-dependencies.serde_json]
version = "1.0.117"

[build-dependencies.sha2]
version = "0.10.8"

[build-dependencies.ureq]
version = "2.10.1"

[build-dependencies.zip]
default-features = false
features = ["deflate"]
version = "2.2.0"

[dependencies.ctor]
version = "0.6.3"

[dependencies.pyo3]
optional = true
version = "0.27.2"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.5.1"

[features]
python = ["pyo3/extension-module", "pyo3/abi3-py39"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "saal"
path = "src/lib.rs"

[package]
authors = ["Brandon Sexton <brandon.taylor.sexton@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Wrappers for the Standardized Astrodynamics Algorithms Library (SAAL)"
edition = "2024"
exclude = ["tests/**", "benches/**", "benchmarks/**", "skills/**", "venv/**", "truth/**", "fort.*", "AI.md", "CONTRIBUTING.md", "agents.yaml", "assets/**", "lib/**"]
license = "MIT"
name = "saal"
readme = false
version = "1.2.0"