# 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 = "hrkk" version = "0.2.1" authors = ["K2Da "] description = "A tool to list up aws resources and print selected resources." homepage = "https://github.com/K2Da/hrkk" readme = "README.md" keywords = ["aws", "cli"] license = "Apache-2.0" repository = "https://github.com/K2Da/hrkk" [profile.release] lto = true [dependencies.Inflector] version = "0.11.*" [dependencies.chrono] version = "0.4.*" [dependencies.dirs] version = "2.0.*" [dependencies.fuzzy-matcher] version = "0.3.*" [dependencies.humantime] version = "2.0.*" [dependencies.linked-hash-map] version = "0.5.*" [dependencies.open] version = "1.4.*" [dependencies.rusoto_core] version = "0.45.*" [dependencies.rusoto_credential] version = "0.45.*" [dependencies.rusoto_signature] version = "0.45.*" [dependencies.rustbox] version = "0.11.*" [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.*" [dependencies.serde_urlencoded] version = "0.6.*" [dependencies.serde_yaml] version = "0.8.*" [dependencies.structopt] version = "0.3.*" [dependencies.thiserror] version = "1.0.*" [dependencies.tokio] version = "0.2.*" features = ["full"] [dependencies.tui] version = "0.9" features = ["rustbox"] default-features = false [dependencies.unicode-width] version = "0.1.*" [dependencies.xml-rs] version = "0.8.*" [dependencies.yaml-rust] version = "0.4.*"