tempoch 0.2.0

Astronomical time primitives: typed time scales, Julian dates, UTC conversion, and interval operations.
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"
name = "tempoch"
version = "0.2.0"
authors = ["VPRamon <vallespuigramon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Astronomical time primitives: typed time scales, Julian dates, UTC conversion, and interval operations."
readme = "README.md"
keywords = [
    "astronomy",
    "time",
    "julian-date",
    "ephemeris",
    "science",
]
categories = [
    "science",
    "date-and-time",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Siderust/tempoch"

[features]
default = []
serde = ["dep:serde"]

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

[[example]]
name = "periods"
path = "examples/periods.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.chrono]
version = "0.4.43"

[dependencies.qtty]
version = "0.3.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.serde_json]
version = "1.0"