# 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 = "date_header" version = "1.0.5" authors = ["Jayshua Nelson "] description = "Parsing and formatting for the HTTP Date: header" readme = "README.md" keywords = [ "http", "date", "time", "simple", "timestamp", ] license = "MIT/Apache-2.0" repository = "https://github.com/jayshua/date_header" [[bench]] name = "benchmarks" harness = false [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.regex] version = "1.9.3"