[package]
edition = "2018"
name = "tab-daemon"
version = "0.5.4"
authors = ["Austin Jones <implAustin@gmail.com>"]
description = "the daemon module for the tab terminal multiplexer"
homepage = "https://github.com/austinjones/tab-rs"
license = "MIT"
repository = "https://github.com/austinjones/tab-rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.13"
[dependencies.dirs]
version = "3.0"
[dependencies.lifeline]
version = "0.4.0"
[dependencies.log]
version = "0.4"
[dependencies.log-panics]
version = "2.0"
[dependencies.rand]
version = "0.7"
[dependencies.serde_yaml]
version = "0.8"
[dependencies.simplelog]
version = "0.8"
[dependencies.tab-api]
version = "0.5.3"
[dependencies.tab-websocket]
version = "0.5.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "0.2"
features = ["macros", "stream", "sync", "time", "io-util", "rt-threaded"]
[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.async-tungstenite]
version = "0.8"
features = ["tokio-runtime"]
[dev-dependencies.http]
version = "0.2"
[dev-dependencies.tokio-test]
version = "0.2.1"
[dev-dependencies.tungstenite]
version = "0.11"
default-features = false