mirror of
https://github.com/openharmony/third_party_rust_httpdate.git
synced 2026-07-20 01:53:34 -04:00
18 lines
400 B
TOML
18 lines
400 B
TOML
[package]
|
|
name = "httpdate"
|
|
version = "1.0.2"
|
|
authors = ["Pyfisch <pyfisch@posteo.org>"]
|
|
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
|