# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "basmati" version = "0.3.1" authors = ["vhsconnect"] description = "Command line utility for interacting with AWS Glacier" homepage = "https://github.com/vhsconnect/basmati" readme = "README.md" keywords = [ "aws", "glacier", "cli", "storage", "CRUD", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/vhsconnect/basmati" [[bin]] name = "basmati" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.aws-config] version = "1.1.1" [dependencies.aws-sdk-glacier] version = "1.9.0" [dependencies.aws-smithy-types] version = "1.1.1" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.hex] version = "0.4.3" [dependencies.home] version = "0.5.9" [dependencies.ratatui] version = "0.25.0" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.sha256] version = "1.5.0" [dependencies.tokio] version = "1.35.1" features = ["full"]