sgp4-rs 0.4.0

Rust wrapper around the Vallado SGP-4 orbital propagator.
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.argmin]
optional = true
version = "0.8.1"

[dependencies.argmin-math]
features = ["ndarray_latest-serde", "nalgebra_latest-serde"]
optional = true
version = "0.3.0"

[dependencies.chrono]
default-features = false
version = "0.4.23"

[dependencies.thiserror]
version = "1.0"

[dependencies.uom]
version = "0.34.0"
[dev-dependencies.float-cmp]
version = "0.9"

[features]
tlegen = ["dep:argmin", "dep:argmin-math"]

[package]
authors = ["Nick Pascucci <nick.pascucci@spire.com>"]
build = "build.rs"
categories = ["api-bindings", "science", "simulation"]
description = "Rust wrapper around the Vallado SGP-4 orbital propagator."
edition = "2021"
keywords = ["sgp4", "orbital-mechanics", "two-line-element", "astrophysics"]
license = "MIT"
links = "static=sgp4"
name = "sgp4-rs"
readme = "README.md"
repository = "https://github.com/nsat/sgp4-rs"
version = "0.4.0"