2020-11-27 00:03:11 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "ptth_core"
|
2021-01-21 02:49:32 +00:00
|
|
|
version = "1.1.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"
|
|
|
|
repository = "https://github.com/ReactorScram/ptth"
|
|
|
|
|
2020-11-27 00:03:11 +00:00
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
ctrlc = { version = "3.1.7", features = [ "termination" ] }
|
|
|
|
futures = "0.3.7"
|
|
|
|
hyper = "0.13.8"
|
|
|
|
serde = {version = "1.0.117", features = ["derive"]}
|
2020-11-29 20:22:40 +00:00
|
|
|
thiserror = "1.0.22"
|
2020-11-27 00:03:11 +00:00
|
|
|
tokio = { version = "0.2.22", features = ["full"] }
|
|
|
|
tracing = "0.1.21"
|
|
|
|
tracing-futures = "0.2.4"
|