# 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 = "deploy" version = "0.1.3" authors = ["Alec Mocatta "] description = "The `deploy` library to aide writing and debugging of distributed programs, as well as tooling to run them across a cluster.\n" homepage = "https://github.com/alecmocatta/deploy" documentation = "https://docs.rs/deploy" readme = "../README.md" keywords = ["deploy", "distributed", "fabric"] categories = ["development-tools", "network-programming", "concurrency", "asynchronous", "command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/alecmocatta/deploy" [dependencies.ansi_term] version = "0.11" [dependencies.atty] version = "0.2" [dependencies.bincode] version = "1.0" [dependencies.crossbeam] version = "0.3" [dependencies.deploy-common] version = "=0.1.3" [dependencies.deploy-temp-fringe] version = "1.2.3" features = ["valgrind"] [dependencies.docopt] version = "1.0" [dependencies.either] version = "1.5" features = ["serde"] [dependencies.futures-preview] version = "0.2" [dependencies.itertools] version = "0.7" [dependencies.lazy_static] version = "1.0" [dependencies.nix] version = "0.11" [dependencies.rand] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"