pop-launcher/service/Cargo.toml

36 lines
774 B
TOML
Raw Normal View History

[package]
name = "pop-launcher-service"
2022-11-05 00:42:19 +01:00
version= "1.2.2"
license = "MPL-2.0"
edition = "2018"
[dependencies]
2022-11-05 00:38:35 +01:00
anyhow = "1.0.66"
2022-02-28 18:05:41 +01:00
async-oneshot = "0.5.0"
2022-11-05 00:38:35 +01:00
async-trait = "0.1.58"
dirs = "4.0.0"
2022-11-05 00:38:35 +01:00
futures = "0.3.25"
2022-02-28 18:05:41 +01:00
futures_codec = "0.4.1"
gen-z = "0.1.0"
2022-11-05 00:38:35 +01:00
num_cpus = "1.14.0"
pop-launcher = { path = "../" }
2022-11-05 00:38:35 +01:00
regex = "1.6.0"
ron = "0.8.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
serde_with = "2.0.1"
slab = "0.4.7"
2022-02-28 18:05:41 +01:00
strsim = "0.10.0"
2022-11-05 00:38:35 +01:00
toml = "0.5.9"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "fmt", "env-filter"] }
flume = "0.10.14"
[dependencies.tokio]
2022-11-05 00:38:35 +01:00
version= "1.21.2"
features = ["io-std", "process", "rt"]
[dependencies.tokio-stream]
2022-11-05 00:38:35 +01:00
version= "0.1.11"
features = ["io-util"]