satellite 0.1.2

Modular set of functions for SGP4 and SDP4 propagation of TLEs.
Documentation
[[bin]]
name = "satellite"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde-wasm-bindgen]
version = "0.1"

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2.84"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.34"

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

[package]
authors = ["Yu Peng <1196194875@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Modular set of functions for SGP4 and SDP4 propagation of TLEs."
edition = "2021"
license = "MIT"
name = "satellite"
readme = "README.md"
repository = "https://github.com/njueyupeng/satellite"
version = "0.1.2"

[profile.release]
opt-level = "z"

[[test]]
name = "sgp4Catalog_test"
path = "tests/sgp4Catalog_test.rs"