Skip to content

Commit f4d2658

Browse files
authored
Merge pull request #3 from CHINMAYVIVEK/dev
crates-io
2 parents 4b6295a + 5c005a7 commit f4d2658

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "rust-jpl"
33
version = "0.0.1"
44
edition = "2021"
5-
authors = ["Chinmay Vivek <chinmay.vivek@gmail.com>"]
5+
authors = ["Chinmay Vivek <iam@chinmayvivek.com>"]
66
description = "A Rust library for parsing NASA JPL ephemeris data, providing precise planetary positions based on Julian dates"
7-
license = "MIT OR Apache-2.0"
7+
license = "MIT"
88
repository = "https://github.com/chinmayvivek/rust-jpl"
99
documentation = "https://docs.rs/rust-jpl"
1010
homepage = "https://github.com/chinmayvivek/rust-jpl"
11-
readme = "README.md"
11+
readme = "crates-io.md"
1212
keywords = [
1313
"jpl",
1414
"ephemeris",

crates-io.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Rust JPL Ephemeris Reader (`rust-jpl`)
2+
3+
`rust-jpl` is a Rust library that enables **integration of NASA Jet Propulsion Laboratory (JPL) ephemeris data** into Rust applications.
4+
It provides **high-precision planetary and lunar positions** based on a given **Julian date**, using official **NASA JPL DE ephemerides (DE441)**.
5+
6+
The library is designed for **scientific correctness, API clarity, and performance**, making it suitable for research, engineering, simulation, and educational use.

0 commit comments

Comments
 (0)