You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
25 lines
600 B
TOML
25 lines
600 B
TOML
[package]
|
|
name = "parse_datetime"
|
|
description = "parsing human-readable time strings and converting them to a DateTime"
|
|
version = "0.15.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/uutils/parse_datetime"
|
|
readme = "README.md"
|
|
rust-version = "1.71.1"
|
|
|
|
[dependencies]
|
|
winnow = "1.0.0"
|
|
num-traits = "0.2.19"
|
|
jiff = { version = "0.2.15", default-features = false, features = ["tz-system", "tzdb-bundle-platform", "tzdb-zoneinfo"] }
|
|
|
|
[dev-dependencies]
|
|
rstest = "0.26"
|
|
|
|
[dev-dependencies.codspeed-criterion-compat]
|
|
version = "4.0"
|
|
|
|
[[bench]]
|
|
name = "parse_datetime"
|
|
harness = false
|