ptth/Cargo.toml

25 lines
513 B
TOML
Raw Normal View History

2020-10-27 01:42:10 +00:00
[package]
2020-10-27 01:42:10 +00:00
name = "ptth"
version = "0.1.0"
authors = ["_"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.12"
blake3 = "0.3"
2020-10-28 00:43:23 +00:00
futures = "0.3"
http = "0.2"
hyper = "0.13"
lazy_static = "1.4"
percent-encoding = "2.1"
regex = "1"
reqwest = { version = "0.10.8", features = ["stream"] }
2020-10-28 00:43:23 +00:00
rmp-serde = "0.14.4"
serde = {version = "1.0", features = ["derive"]}
2020-10-27 01:42:10 +00:00
tokio = { version = "0.2", features = ["full"] }
ulid = "0.4.1"