[package] name = "wrapped" description = "A simple wrapper process to forward stdio over unix sockets" version = "0.2.1" license-file = "LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/wrapped" readme = "README.md" keywords = ["system", "stdio"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "0.5" failure = "0.1" futures = "0.3.1" log = "0.4" env_logger = "0.7" structopt = "0.3" tokio = { version = "0.2.1", features = ["full"] } tokio-util = { version = "0.2.0", features = ["codec"] }