pop-launcher/service/Cargo.toml

35 lines
711 B
TOML
Raw Normal View History

[package]
name = "pop-launcher-service"
2022-03-27 20:17:20 +02:00
version= "1.2.0"
license = "MPL-2.0"
edition = "2018"
[dependencies]
anyhow = "1.0.56"
2022-02-28 18:05:41 +01:00
async-oneshot = "0.5.0"
async-trait = "0.1.53"
2022-02-28 18:05:41 +01:00
futures = "0.3.21"
futures_codec = "0.4.1"
gen-z = "0.1.0"
num_cpus = "1.13.1"
pop-launcher = { path = "../" }
regex = "1.5.5"
2022-02-28 18:05:41 +01:00
ron = "0.7.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_with = "1.12.0"
slab = "0.4.5"
strsim = "0.10.0"
toml = "0.5.8"
tracing = "0.1.32"
2022-02-28 18:05:41 +01:00
tracing-subscriber = { version = "0.3.9", features = ["fmt"] }
2022-03-27 16:02:25 +02:00
flume = "0.10.12"
[dependencies.tokio]
2022-03-27 20:17:20 +02:00
version= "1.17.0"
features = ["io-std", "process", "rt"]
[dependencies.tokio-stream]
2022-03-27 20:17:20 +02:00
version= "0.1.8"
features = ["io-util"]