astroceleste-engine 0.0.3

Astrological chart calculation engine on JPL ephemerides
Documentation
[package]
name = "astroceleste-engine"
description = "Astrological chart calculation engine on JPL ephemerides"
keywords = ["astrology", "ephemeris", "jpl", "spk", "astronomy"]
categories = ["science"]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage = "https://astroceleste.it"
documentation = "https://docs.rs/astroceleste-engine"
readme = "../../README.md"
# Tests read fixtures and kernels from the repository root: ship only the library.
include = ["src/**/*.rs", "src/**/*.bin", "LICENSE-*", "NOTICE"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order", "float_roundtrip"] }

[dev-dependencies]

[lints.rust]
missing_docs = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"