31 lines
657 B
TOML
31 lines
657 B
TOML
[package]
|
|
|
|
name = "ptth"
|
|
version = "0.1.0"
|
|
authors = ["Trish"]
|
|
edition = "2018"
|
|
license = "AGPL-3.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
base64 = "0.12.3"
|
|
blake3 = "0.3.7"
|
|
dashmap = "3.11.10"
|
|
futures = "0.3.7"
|
|
handlebars = "3.5.1"
|
|
http = "0.2.1"
|
|
hyper = "0.13.8"
|
|
lazy_static = "1.4.0"
|
|
maplit = "1.0.2"
|
|
percent-encoding = "2.1.0"
|
|
regex = "1.4.1"
|
|
reqwest = { version = "0.10.8", features = ["stream"] }
|
|
rmp-serde = "0.14.4"
|
|
serde = {version = "1.0.117", features = ["derive"]}
|
|
structopt = "0.3.20"
|
|
tokio = { version = "0.2.22", features = ["full"] }
|
|
toml = "0.5.7"
|
|
ulid = "0.4.1"
|