celestial-time 0.1.1-alpha.2

Pure Rust astronomical time scales
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 = "celestial-time"
version = "0.1.1-alpha.2"
authors = ["@gaker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust astronomical time scales"
readme = "README.md"
keywords = [
    "astronomy",
    "time",
    "julian-date",
    "utc",
    "tai",
]
categories = [
    "science",
    "date-and-time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gaker/celestial"

[features]
default = []
serde = [
    "dep:serde",
    "celestial-core/serde",
]

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

[dependencies.celestial-core]
version = "0.1.1-alpha.2"

[dependencies.libm]
version = "0.2"

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

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