[package] name = "strptime" version = "1.1.3" edition = "2021" authors = ["Luke Sneeringer "] description = "Date & time parsing without date library dependencies." keywords = ["date", "time"] categories = ["date-and-time"] rust-version = "1.70" license = "MIT" repository = "https://github.com/lukesneeringer/strptime-rs" documentation = "https://docs.rs/strptime" readme = "README.md" exclude = [ "/.github/*", "/rustfmt.toml", "/.prettierrc.yaml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] assert2 = "0.3"