# 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-rs" version = "0.2.0-alpha.2" authors = ["Alec Mocatta "] build = "build.rs" links = "constellation" autotests = true default-run = "constellation" description = "Constellation is a framework for Rust (nightly) that aides in the writing, debugging and deployment of distributed programs.\n" homepage = "https://github.com/alecmocatta/constellation" documentation = "https://docs.rs/constellation-rs" readme = "README.md" keywords = ["constellation", "deploy", "distributed", "cluster"] categories = ["development-tools", "network-programming", "concurrency", "asynchronous", "command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/alecmocatta/constellation" [lib] name = "constellation" [[test]] name = "tester" harness = false [[test]] name = "abort-sleep" test = false harness = false [[test]] name = "abort" test = false harness = false [[test]] name = "failure-sleep" test = false harness = false [[test]] name = "failure" test = false harness = false [[test]] name = "message-alltoall-sleep" test = false harness = false [[test]] name = "output-data" test = false harness = false [[test]] name = "resource-limit-stress" test = false harness = false [[test]] name = "resource-limit" test = false harness = false [[test]] name = "resources" test = false harness = false [[test]] name = "sender-duplicate" test = false harness = false [[test]] name = "sender-self" test = false harness = false [[test]] name = "spawn-env" test = false harness = false [[test]] name = "spawn-multiple-futures-send-recv-stream" test = false harness = false [[test]] name = "spawn-multiple-send-recv-recv-send-sleep" test = false harness = false [[test]] name = "spawn-multiple-send-recv-recv-send" test = false harness = false [[test]] name = "spawn-multiple-send-recv-stream" test = false harness = false [[test]] name = "spawn-multiple-send-recv" test = false harness = false [[test]] name = "spawn-multiple-sleep" test = false harness = false [[test]] name = "spawn-receiver-sender" test = false harness = false [[test]] name = "spawn-receiver" test = false harness = false [[test]] name = "spawn-recv" test = false harness = false [[test]] name = "spawn-send-recv" test = false harness = false [[test]] name = "spawn-send-sleep" test = false harness = false [[test]] name = "spawn-send" test = false harness = false [[test]] name = "spawn-sender-receiver" test = false harness = false [[test]] name = "spawn-sender" test = false harness = false [[test]] name = "spawn" test = false harness = false [[test]] name = "success-return-sleep" test = false harness = false [[test]] name = "success-return" test = false harness = false [[test]] name = "success-sleep" test = false harness = false [[test]] name = "success" test = false harness = false [dependencies.atty] version = "0.2" [dependencies.bincode] version = "1.2" [dependencies.cargo_metadata] version = "0.10" default-features = false [dependencies.clap] version = "2.33" [dependencies.constellation-internal] version = "=0.2.0-alpha.2" [dependencies.crossbeam] version = "0.7" [dependencies.docopt] version = "1.0" [dependencies.either] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.k8s-openapi] version = "0.7" features = ["v1_15"] optional = true default-features = false [dependencies.kube] version = "0.27" features = ["openapi"] optional = true [dependencies.log] version = "0.4" [dependencies.notifier] version = "0.1" features = ["tcp_typed"] [dependencies.once_cell] version = "1.0" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.palaver] version = "0.3.0-alpha.2" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_closure] version = "0.3" [dependencies.serde_json] version = "1.0" features = ["unbounded_depth"] [dependencies.serde_pipe] version = "0.1" [dependencies.serde_traitobject] version = "0.2" features = ["serde_closure"] [dependencies.tcp_typed] version = "0.1" [dependencies.tokio] version = "0.2" optional = true [dependencies.toml] version = "0.5" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.itertools] version = "0.9" [dev-dependencies.multiset] version = "0.0" [dev-dependencies.rand_pcg] version = "0.2" features = ["serde1"] [dev-dependencies.regex] version = "1.0" [dev-dependencies.sha1] version = "0.6" [dev-dependencies.systemstat] version = "0.1" [features] default = ["distribute_binaries"] distribute_binaries = ["constellation-internal/distribute_binaries"] fringe = ["serde_pipe/fringe"] kubernetes = ["distribute_binaries", "k8s-openapi", "kube", "openssl", "tokio"] nightly = ["palaver/nightly"] no_alloc = ["constellation-internal/no_alloc"] strict = [] [target."cfg(unix)".dependencies.nix] version = "0.16" [target."cfg(windows)".dependencies.winapi] version = "0.3" [badges.azure-devops] build = "25" pipeline = "tests" project = "alecmocatta/constellation" [badges.maintenance] status = "actively-developed"