sgp 1.0.4

Simplified General Perturbations models (SGP8/SGP4) in Rust.
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 = "2024"
name = "sgp"
version = "1.0.4"
authors = ["Qin Chen <qchen2015@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simplified General Perturbations models (SGP8/SGP4) in Rust."
readme = "README.md"
keywords = [
    "sgp4",
    "sgp8",
    "satellite",
    "orbit",
    "tle",
]
categories = ["science"]
license = "GPL-3.0-only"

[lib]
name = "sgp"
path = "src/lib.rs"

[[bin]]
name = "sgp-test"
path = "src/main.rs"

[dependencies]

[dev-dependencies]