# 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 = "clams-aws" version = "0.0.1" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "Clams that help to build shells for AWS" readme = "README.md" keywords = ["shell", "cli", "aws"] license = "MIT" repository = "https://github.com/lukaspustina/clams-aws.git" [dependencies.clams] version = "^0.0.9" [dependencies.error-chain] version = "^0.11" [dependencies.futures] version = "0.1" [dependencies.log] version = "^0.4" [dependencies.rusoto_core] version = "0.32.0" [dependencies.rusoto_s3] version = "0.32.0" [dependencies.rusoto_sts] version = "0.32.0" [dependencies.tokio-core] version = "0.1" [dev-dependencies.quickcheck] version = "^0.6" [dev-dependencies.spectral] version = "^0.6" [badges.codecov] branch = "master" repository = "lukaspustina/clams-aws" service = "github" [badges.travis-ci] branch = "master" repository = "lukaspustina/clams-aws"