astrotime 0.2.0

Time related types
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 = "2024"
name = "astrotime"
version = "0.2.0"
authors = ["Mike Dilger <mike@optcomp.nz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Time related types"
readme = "README.md"
keywords = [
    "time",
    "date",
]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mikedilger/astrotime"

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

[[bin]]
name = "epoch_calculator"
path = "src/bin/epoch_calculator.rs"

[[bin]]
name = "now"
path = "src/bin/now.rs"

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

[dev-dependencies.float-cmp]
version = "0.9"
features = ["std"]
default-features = false