# 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 = "ssh-me-in" version = "0.1.1" authors = ["Arran France "] description = "A command line tool for adding your IP as a SSH rule to EC2 AWS security groups." readme = "README.md" keywords = ["AWS", "EC2", "SSH"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arranf/ssh-me-in" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap-verbosity-flag] version = "0.3" [dependencies.directories] version = "2.0" [dependencies.env_logger] version = "0.7" [dependencies.external-ip] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.14" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.17" features = ["serialize"] [dependencies.rusoto_core] version = "0.43.0-beta.1" [dependencies.rusoto_ec2] version = "0.43.0-beta.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2" features = ["macros", "rt-core", "fs"] [dependencies.whoami] version = "0.8"