sidereon 0.26.0

Thin ergonomic API over sidereon-core: SP3 loading and SPP/RTK/PPP positioning solves with rich result structs and one error enum
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"