empyrean-cli 0.7.0-rc.2

Command-line interface for empyrean — orbit propagation, ephemeris generation, orbit determination, and event detection
# 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"
rust-version = "1.90.0"
name = "empyrean-cli"
version = "0.7.0-rc.2"
authors = [
    "Joachim Moeyens <joachim@empyrean-dynamics.com>",
    "Empyrean Dynamics",
]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for empyrean — orbit propagation, ephemeris generation, orbit determination, and event detection"
homepage = "https://www.empyrean-dynamics.com"
documentation = "https://docs.rs/empyrean-cli"
readme = "README.md"
keywords = [
    "astrodynamics",
    "cli",
    "ephemeris",
    "propagation",
    "asteroids",
]
categories = [
    "command-line-utilities",
    "science",
    "aerospace::space-protocols",
]
license = "BSD-3-Clause"
repository = "https://github.com/Empyrean-Dynamics/empyrean"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.empyrean]
version = "0.7.0-rc.2"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]