tempoch-core 0.3.0

Core astronomical time primitives for tempoch.
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-core"
version = "0.3.0"
authors = ["VPRamon <vallespuigramon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core astronomical time primitives for tempoch."
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/Siderust/tempoch"

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

[lib]
name = "tempoch_core"
path = "src/lib.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