# 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 = "chuoku" version = "0.1.2" authors = ["K2Da "] description = "A lib to store/restore aws cli credential" homepage = "https://github.com/K2Da/chuoku" readme = "README.md" keywords = ["aws"] license = "Apache-2.0" repository = "https://github.com/K2Da/chuoku" [dependencies.async-trait] version = "0.1.30" [dependencies.chrono] version = "0.4.11" [dependencies.dirs] version = "2.0.*" [dependencies.envy] version = "0.4.1" [dependencies.prettytable-rs] version = "^0.8" [dependencies.rusoto_core] version = "0.43.*" [dependencies.rusoto_credential] version = "0.43.*" [dependencies.rusoto_ec2] version = "0.43.*" [dependencies.rusoto_sts] version = "0.43.*" [dependencies.rust-ini] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.11" [dependencies.thiserror] version = "1.0.15" [dependencies.tokio] version = "0.2" features = ["full"]