You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
14 lines
380 B
TOML
14 lines
380 B
TOML
[package]
|
|
name = "parse_datetime"
|
|
description = "parsing human-readable time strings and converting them to a DateTime"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/uutils/parse_datetime"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
regex = "1.10"
|
|
chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }
|
|
nom = "7.1.3"
|