[package] name = "hive" version = "0.1.0" description = "Fast and lightweight remote management" license = "Apache-2.0" authors = [ "James Pharaoh ", ] [dependencies] clap = "2.32" der-parser = "1.1" futures = "0.1" hyper = "0.12" hyper-rustls = "0.16" itertools = "0.8" nix = "0.13" openssl = "0.10" rand = "0.6" rustls = "0.15" tokio-core = "0.1" tokio-fs = "0.1" tokio-io = "0.1" tokio-process = "0.2" tokio-rustls = "0.9" tokio-tcp = "0.1" x509-parser = "0.4" [[bin]] name = "server" path = "src/tools/server.rs" [[bin]] name = "client" path = "src/tools/client.rs" [[bin]] name = "authority" path = "src/tools/authority.rs"