[package]
edition = "2021"
name = "sidereon"
version = "0.26.0"
authors = []
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin ergonomic API over sidereon-core: SP3 loading and SPP/RTK/PPP positioning solves with rich result structs and one error enum"
homepage = "https://github.com/neilberkman/sidereon"
documentation = "https://docs.rs/sidereon"
readme = "README.md"
keywords = [
"gnss",
"sp3",
"positioning",
"rtk",
"ppp",
]
categories = [
"science",
"simulation",
]
license = "MIT"
repository = "https://github.com/neilberkman/sidereon"
[lib]
name = "sidereon"
path = "src/lib.rs"
[[test]]
name = "core_domain_facade"
path = "tests/core_domain_facade.rs"
[[test]]
name = "data_facade"
path = "tests/data_facade.rs"
[[test]]
name = "drag_decay_facade"
path = "tests/drag_decay_facade.rs"
[[test]]
name = "ephemeris_sample_facade"
path = "tests/ephemeris_sample_facade.rs"
[[test]]
name = "geodesic_facade"
path = "tests/geodesic_facade.rs"
[[test]]
name = "tle_fit_facade"
path = "tests/tle_fit_facade.rs"
[dependencies.flate2]
version = "1"
[dependencies.sidereon-core]
version = "0.26.0"