1[package]
2name = "httpdate"
3version = "1.0.3"
4authors = ["Pyfisch <pyfisch@posteo.org>"]
5license = "MIT OR Apache-2.0"
6description = "HTTP date parsing and formatting"
7keywords = ["http", "date", "time", "simple", "timestamp"]
8readme = "README.md"
9repository = "https://github.com/pyfisch/httpdate"
10edition = "2021"
11rust-version = "1.56"
12
13[dev-dependencies]
14criterion = "0.5"
15
16[[bench]]
17name = "benchmarks"
18harness = false
19