2020-11-27 00:20:18 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "ptth_relay"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Trish"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
base64 = "0.12.3"
|
|
|
|
blake3 = "0.3.7"
|
2020-12-12 17:11:22 +00:00
|
|
|
chrono = {version = "0.4.19", features = ["serde"]}
|
2020-11-27 00:20:18 +00:00
|
|
|
dashmap = "3.11.10"
|
|
|
|
futures = "0.3.7"
|
|
|
|
handlebars = "3.5.1"
|
|
|
|
http = "0.2.1"
|
|
|
|
hyper = "0.13.8"
|
|
|
|
itertools = "0.9.0"
|
|
|
|
rmp-serde = "0.14.4"
|
|
|
|
serde = {version = "1.0.117", features = ["derive"]}
|
|
|
|
thiserror = "1.0.22"
|
|
|
|
tokio = { version = "0.2.22", features = ["full"] }
|
|
|
|
toml = "0.5.7"
|
|
|
|
tracing = "0.1.21"
|
|
|
|
tracing-futures = "0.2.4"
|
|
|
|
tracing-subscriber = "0.2.15"
|
|
|
|
ulid = "0.4.1"
|
|
|
|
|
|
|
|
ptth_core = { path = "../ptth_core" }
|