sgp4-rs 0.3.3

Rust wrapper around the Vallado SGP-4 orbital propagator.
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.chrono]
default-features = false
version = "0.4"

[dependencies.thiserror]
version = "1.0"

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

[features]
tlegen = []

[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"
resolver = "2"
version = "0.3.3"