ephemerust 0.4.0

An accessible, teaching-grade astronomy, orbital-mechanics, and satellite-tracking library and CLI for 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 = "2021"
rust-version = "1.88"
name = "ephemerust"
version = "0.4.0"
authors = ["Michael Hansen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An accessible, teaching-grade astronomy, orbital-mechanics, and satellite-tracking library and CLI for Rust"
documentation = "https://docs.rs/ephemerust"
readme = "readme.md"
keywords = [
    "astronomy",
    "orbital-mechanics",
    "satellite",
    "ephemeris",
    "sgp4",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/IsomorphicAlgo/ephemerust"

[features]
default = []
network = []

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

[[bin]]
name = "ephemerust"
path = "src/main.rs"

[[example]]
name = "track_subpoint"
path = "examples/track_subpoint.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sgp4]
version = "2.4.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.serde_json]
version = "1.0"