astroceleste-engine 0.0.3

Astrological chart calculation engine on JPL ephemerides
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.85"
name = "astroceleste-engine"
version = "0.0.3"
build = false
include = [
    "src/**/*.rs",
    "src/**/*.bin",
    "LICENSE-*",
    "NOTICE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Astrological chart calculation engine on JPL ephemerides"
homepage = "https://astroceleste.it"
documentation = "https://docs.rs/astroceleste-engine"
readme = "README.md"
keywords = [
    "astrology",
    "ephemeris",
    "jpl",
    "spk",
    "astronomy",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ffalcinelli/astroceleste-engine"

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

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

[dependencies.serde_json]
version = "1"
features = [
    "preserve_order",
    "float_roundtrip",
]

[dev-dependencies]

[lints.rust]
missing_docs = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"