time_compute 1.0.0

Dependency-free date/time computation library, with an API closely mirroring chrono
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 = "time_compute"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free date/time computation library, with an API closely mirroring chrono"
readme = "README.md"
keywords = [
    "date",
    "time",
    "calendar",
    "chrono",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/Fab2bprog/Time-Compute"

[package.metadata.docs.rs]
features = [
    "serde",
    "unstable-locales",
    "arbitrary",
    "defmt",
    "rkyv",
    "rkyv-validation",
]

[features]
arbitrary = ["dep:arbitrary"]
defmt = [
    "dep:defmt",
    "pure-rust-locales?/defmt",
]
rkyv = [
    "dep:rkyv",
    "rkyv/size_32",
]
rkyv-16 = [
    "dep:rkyv",
    "rkyv?/size_16",
]
rkyv-32 = [
    "dep:rkyv",
    "rkyv?/size_32",
]
rkyv-64 = [
    "dep:rkyv",
    "rkyv?/size_64",
]
rkyv-validation = ["rkyv?/validation"]
serde = ["dep:serde"]
unstable-locales = ["dep:pure-rust-locales"]

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

[dependencies.arbitrary]
version = "1"
features = ["derive"]
optional = true

[dependencies.astro]
version = "2.0.0"

[dependencies.defmt]
version = "1"
optional = true

[dependencies.pure-rust-locales]
version = "0.8"
optional = true

[dependencies.rkyv]
version = "0.7"
optional = true
default-features = false

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

[dependencies.tz-rs]
version = "0.7"

[dependencies.tzdb]
version = "0.7"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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