[package] name = "sute" version = "0.1.0" authors = ["Gregor Reitzenstein "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = { version = "0.3", features = ["thread-pool"] } futures-util = "0.3" futures-signals = "0.3" capnp = "0.13" capnp-rpc = "0.13" capnp-futures = "0.13" uuid = "0.8" tui = "0.11" termion = "1.5" clap = "2.33" smol = "1.2" signal-hook = "0.1" slog = "2.5" libc = "0.2" rsasl = "0.2.3" linefeed = "0.6" [build-dependencies] capnpc = "0.13"