40 lines
1 KiB
TOML
40 lines
1 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "horrorhttp"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21ebae148589deab7214d2835d3e5ea9bc5ce6983fa774bd78ee864ed5c6b2a5"
|
|
dependencies = [
|
|
"readformat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
|
|
[[package]]
|
|
name = "plank"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"horrorhttp",
|
|
"humantime",
|
|
"readformat",
|
|
"urlencoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "readformat"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94c3a263091233283319d916f89668dac0ee49ffefa7cb7537c03810c7693674"
|
|
|
|
[[package]]
|
|
name = "urlencoding"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|