[package] name = "parse_datetime_fork" description = "parsing human-readable time strings and converting them to a DateTime" version = "0.6.0-custom" edition = "2021" license = "MIT" repository = "https://github.com/drmorr0/parse_datetime" readme = "README.md" [dependencies] regex = "1.10.4" chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] } nom = "7.1.3"