# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "html-datetime-local" version = "0.1.0" authors = ["Tomas Jasek "] 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 " homepage = "https://github.com/tomsik68/html-datetime-local" readme = "README.md" keywords = [ "web", "parser", "date", "time", ] categories = [ "date-and-time", "parser-implementations", ] license = "MIT" repository = "https://github.com/tomsik68/html-datetime-local" [dependencies.anyhow] version = "1.0.75" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.strum_macros] version = "0.25.3" [dependencies.thiserror] version = "1.0.51" [dev-dependencies.proptest] version = "1.0.0"