[[bin]]
name = "rust-jpl"
path = "src/main.rs"
[dependencies.config]
version = "0.15.19"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[example]]
name = "planetary_positions"
path = "examples/planetary_positions.rs"
[[example]]
name = "time_conversion"
path = "examples/time_conversion.rs"
[lib]
name = "rust_jpl"
path = "src/lib.rs"
[package]
authors = ["Chinmay Vivek <iam@chinmayvivek.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "date-and-time", "mathematics", "simulation"]
description = "Rust library for NASA JPL DE441 ephemeris: precise planetary positions for astronomy, astrophysics, and astrology applications"
documentation = "https://docs.rs/rust-jpl"
edition = "2021"
exclude = ["assets/linux_m13000p17000.441.bsp", "assets/header.441", "assets/Initial_data.dat", "assets/testpo.441"]
homepage = "https://github.com/chinmayvivek/rust-jpl"
keywords = ["astrology", "astronomy", "ephemeris", "julian-date", "jpl"]
license = "MIT"
name = "rust-jpl"
readme = "crates-io.md"
repository = "https://github.com/chinmayvivek/rust-jpl"
version = "0.0.1"