[package] name = "httpdate" version = "1.0.2" authors = ["Pyfisch "] license = "MIT/Apache-2.0" description = "HTTP date parsing and formatting" keywords = ["http", "date", "time", "simple", "timestamp"] readme = "README.md" repository = "https://github.com/pyfisch/httpdate" edition = "2018" [dev-dependencies] criterion = "0.3.5" [[bench]] name = "benchmarks" harness = false