# 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 = "tsunami" version = "0.11.1" authors = ["Jon Gjengset ", "Akshay Narayan "] description = "Toolkit for running short-lived jobs on cloud VMs" readme = "README.md" keywords = ["orchestration", "cloud", "vm", "ec2", "azure"] categories = ["api-bindings", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/tsunami.git" [[example]] name = "launch" required-features = ["args"] [[example]] name = "ping" required-features = ["args"] [dependencies.color-eyre] version = "0.5" [dependencies.educe] version = "0.4" [dependencies.futures-util] version = "0.3.4" optional = true [dependencies.itertools] version = "0.10" [dependencies.openssh] version = "0.8" [dependencies.rand] version = "0.8" [dependencies.rusoto_core] version = "0.46.0" optional = true [dependencies.rusoto_ec2] version = "0.46.0" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.structopt] version = "0.3" optional = true [dependencies.tempfile] version = "3.0.0" optional = true [dependencies.tokio] version = "1.0.0" features = ["time"] optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.ubuntu-ami] version = "0.2" optional = true [dev-dependencies.rusoto_sts] version = "0.46.0" [dev-dependencies.tokio] version = "1.0.0" features = ["rt-multi-thread", "macros"] [dev-dependencies.tracing-subscriber] version = "0.2" [features] args = ["structopt"] aws = ["rusoto_core", "rusoto_ec2", "futures-util", "tempfile", "ubuntu-ami", "tokio"] azure = ["serde", "serde_json", "futures-util", "tokio", "tokio/process"] baremetal = [] default = ["aws", "azure", "baremetal"] [badges.azure-devops] build = "25" pipeline = "tsunami" project = "jonhoo/jonhoo" [badges.maintenance] status = "passively-maintained"