temps 3.0.0

temps is a library for working with time and dates in Rust
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 = "temps"
version = "3.0.0"
authors = ["Stefan Ruzitschka <stefan@icepuma.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "temps is a library for working with time and dates in Rust"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icepuma/temps"

[features]
chrono = [
    "dep:temps-core",
    "dep:temps-chrono",
]
default = []
jiff = [
    "dep:temps-core",
    "dep:temps-jiff",
]

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

[dependencies.temps-chrono]
version = "3.0.0"
optional = true

[dependencies.temps-core]
version = "3.0.0"
optional = true

[dependencies.temps-jiff]
version = "3.0.0"
optional = true

[dev-dependencies.chrono]
version = "0.4.43"

[dev-dependencies.jiff]
version = "0.2.19"