temps 0.0.13

temps is a library for working with time and dates in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "temps"
version = "0.0.13"
edition = "2021"
description = "temps is a library for working with time and dates in Rust"
authors = ["Stefan Ruzitschka <stefan@icepuma.dev>"]
repository = "https://github.com/icepuma/temps"
readme = "README.md"
license-file = "LICENSE"

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

[dependencies]
chrono = { version = "0.4", optional = true }
time = { version = "0.3", optional = true }