# 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 = "kaws" version = "0.10.0" authors = ["Jimmy Cuadra "] description = "Create and manage Kubernetes clusters on AWS using Terraform." homepage = "https://github.com/InQuicker/kaws" readme = "README.md" keywords = ["kubernetes", "coreos", "aws", "terraform", "infrastructure"] license = "MIT" repository = "https://github.com/InQuicker/kaws" [dependencies.serde_derive] version = "1.0.10" [dependencies.ansi_term] version = "0.9.0" [dependencies.bitstring] version = "0.1.1" [dependencies.serde_json] version = "1.0.2" [dependencies.rusoto_core] version = "0.27.0" [dependencies.rusoto_kms] version = "0.27.0" [dependencies.serde] version = "1.0.10" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.tempdir] version = "0.3.5" [dependencies.env_logger] version = "0.4.3" [dependencies.clap] version = "2.25.1" [dependencies.log] version = "0.3.8" [dependencies.cidr] version = "0.0.3" [dependencies.hyper] version = "0.10.12"