temps 0.0.13

temps is a library for working with time and dates in Rust
Documentation
[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.time]
optional = true
version = "0.3"

[features]
chrono = ["dep:chrono"]
default = []
time = ["dep:time"]

[package]
authors = ["Stefan Ruzitschka <stefan@icepuma.dev>"]
description = "temps is a library for working with time and dates in Rust"
edition = "2021"
license-file = "LICENSE"
name = "temps"
readme = "README.md"
repository = "https://github.com/icepuma/temps"
version = "0.0.13"