[[bench]]
harness = false
name = "propagate"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.toml]
version = "0.5"
[dev-dependencies.ureq]
features = ["json"]
version = "1.3.0"
[package]
authors = ["International Centre for Neuromorphic Systems", "Alexandre Marcireau"]
categories = ["science"]
description = "A pure Rust implementation of the SGP4 algorithm for satellite propagation"
edition = "2018"
homepage = "https://github.com/neuromorphicsystems/sgp4/"
keywords = ["SGP4", "SDP4", "TLE", "OMM"]
license-file = "LICENSE"
name = "sgp4"
readme = "README.md"
repository = "https://github.com/neuromorphicsystems/sgp4/"
version = "0.2.1"