tempoch 0.2.0

Astronomical time primitives: typed time scales, Julian dates, UTC conversion, and interval operations.
Documentation
[package]
name = "tempoch"
version = "0.2.0"
edition = "2021"
authors = ["VPRamon <vallespuigramon@gmail.com>"]
description = "Astronomical time primitives: typed time scales, Julian dates, UTC conversion, and interval operations."
license = "AGPL-3.0-only"
readme = "README.md"
repository = "https://github.com/Siderust/tempoch"
keywords = ["astronomy", "time", "julian-date", "ephemeris", "science"]
categories = ["science", "date-and-time"]

[lib]
name = "tempoch"

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

[dependencies]
chrono = "0.4.43"
qtty = "0.3.0"
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
serde_json = "1.0"