[package] name = "solstice-client" version = "0.1.0" authors = ["letitz"] edition = "2018" [dependencies] anyhow = "1.0" async-stream = "0.3" clap = "^2.33" crossbeam-channel = "^0.3" env_logger = "^0.8" futures = "0.3" log = "^0.4" mio = "^0.6" parking_lot = "^0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" slab = "^0.2" solstice-proto = { path = "../proto" } thiserror = "1.0" threadpool = "^1.0" tokio = { version = "1", features = ["full"] } tokio-core = "^0.1" tokio-io = "^0.1" tokio-codec = "^0.1" ws = "^0.4"