26 lines
630 B
TOML
26 lines
630 B
TOML
[package]
|
|
name = "ptth_forwarding"
|
|
version = "0.1.0"
|
|
authors = ["_"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.38"
|
|
base64 = "0.13.0"
|
|
clap = "2.33.3"
|
|
futures = "0.3.7"
|
|
futures-util = "0.3.8"
|
|
reqwest = { version = "0.11.1", features = ["stream"] }
|
|
rmp-serde = "0.15.4"
|
|
serde = {version = "1.0.124", features = ["derive"]}
|
|
serde_json = "1.0.64"
|
|
structopt = "0.3.21"
|
|
thiserror = "1.0.24"
|
|
tokio = { version = "1.2.0", features = [] }
|
|
tokio-stream = "0.1.3"
|
|
tracing = "0.1.25"
|
|
tracing-futures = "0.2.5"
|
|
tracing-subscriber = "0.2.16"
|