[package] name = "html-datetime-local" version = "0.1.0" edition = "2021" license = "MIT" description = "A Rust library for parsing local date and time strings based on the WHATWG HTML Living Standard. This may be helpful for server-side code that deals with values from input type=datetime-local " repository = "https://github.com/tomsik68/html-datetime-local" homepage = "https://github.com/tomsik68/html-datetime-local" authors = ["Tomas Jasek "] readme = "README.md" keywords = ["web", "parser", "date", "time"] categories = ["date-and-time", "parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" strum = { version = "0.25.0", features = ["derive"] } strum_macros = "0.25.3" thiserror = "1.0.51" [dev-dependencies] proptest = "1.0.0"