parse_datetime 0.15.0

parsing human-readable time strings and converting them to a Zoned datetime
Documentation
[package]
name = "parse_datetime"
description = "parsing human-readable time strings and converting them to a Zoned 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 = "5.0"

[[bench]]
name = "parse_datetime"
harness = false