2020-11-27 00:03:11 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "ptth_core"
|
2021-04-18 01:50:48 +00:00
|
|
|
version = "2.0.0"
|
2020-11-27 00:03:11 +00:00
|
|
|
authors = ["Trish"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
|
2021-01-21 03:09:25 +00:00
|
|
|
description = "Common code for the PTTH relay and server"
|
2023-01-07 00:10:11 +00:00
|
|
|
repository = "https://six-five-six-four.com/git/reactor/ptth"
|
2021-01-21 03:09:25 +00:00
|
|
|
|
2020-11-27 00:03:11 +00:00
|
|
|
[dependencies]
|
|
|
|
|
2021-10-02 17:26:56 +00:00
|
|
|
anyhow = "1.0.38"
|
2021-04-10 00:43:15 +00:00
|
|
|
base64 = "0.13.0"
|
2021-03-06 21:15:41 +00:00
|
|
|
ctrlc = { version = "3.1.8", features = [ "termination" ] }
|
2020-11-27 00:03:11 +00:00
|
|
|
futures = "0.3.7"
|
2021-03-06 21:15:41 +00:00
|
|
|
hyper = "0.14.4"
|
2021-04-10 00:43:15 +00:00
|
|
|
rand = "0.8.3"
|
2021-03-06 21:15:41 +00:00
|
|
|
serde = {version = "1.0.124", features = ["derive"]}
|
|
|
|
thiserror = "1.0.24"
|
2021-07-18 17:33:34 +00:00
|
|
|
tokio = { version = "1.8.1", features = ["full"] }
|
2021-03-06 21:15:41 +00:00
|
|
|
tracing = "0.1.25"
|
|
|
|
tracing-futures = "0.2.5"
|