# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hive" version = "0.1.0" authors = ["James Pharaoh "] description = "Fast and lightweight remote management" license = "Apache-2.0" [[bin]] name = "server" path = "src/tools/server.rs" [[bin]] name = "client" path = "src/tools/client.rs" [[bin]] name = "authority" path = "src/tools/authority.rs" [dependencies.clap] version = "2.32" [dependencies.der-parser] version = "1.1" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.hyper-rustls] version = "0.16" [dependencies.itertools] version = "0.8" [dependencies.nix] version = "0.13" [dependencies.openssl] version = "0.10" [dependencies.rand] version = "0.6" [dependencies.rustls] version = "0.15" [dependencies.tokio-core] version = "0.1" [dependencies.tokio-fs] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-process] version = "0.2" [dependencies.tokio-rustls] version = "0.9" [dependencies.tokio-tcp] version = "0.1" [dependencies.x509-parser] version = "0.4"