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