# 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] edition = "2018" name = "constellation-internal" version = "0.2.0-alpha.2" authors = ["Alec Mocatta "] description = "Common components for the `constellation` framework.\n" homepage = "https://github.com/alecmocatta/constellation" documentation = "https://docs.rs/constellation-internal" keywords = ["constellation", "deploy", "distributed", "cluster"] categories = ["development-tools", "network-programming", "concurrency", "asynchronous"] license = "Apache-2.0" repository = "https://github.com/alecmocatta/constellation" [dependencies.alloc_counter] version = "0.0" features = ["std", "no_alloc"] optional = true default-features = false [dependencies.ansi_term] version = "0.12" [dependencies.bincode] version = "1.0" [dependencies.either] version = "1.5" features = ["serde"] [dependencies.palaver] version = "0.2" [dependencies.rand] version = "0.7" features = ["small_rng"] [dependencies.replace_with] version = "0.1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0" [features] distribute_binaries = [] no_alloc = ["alloc_counter"] [target."cfg(unix)".dependencies.nix] version = "0.16" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = []