[package] name = "humantime_to_duration" description = " parsing human-readable relative time strings and converting them to a Duration" version = "0.3.1" edition = "2021" license = "MIT" repository = "https://github.com/uutils/humantime_to_duration" readme = "README.md" [dependencies] regex = "1.8" chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }