# 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 = "om-snapper" version = "0.6.5-alpha" authors = ["Andreas Neukoetter "] exclude = [ ".github", ".gitignore", ] description = "A very basic commandline tool to download AWS EC2/EBS snapshots." homepage = "https://github.com/AndreasOM/om-snapper" readme = "README.md" keywords = ["tools"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AndreasOM/om-snapper" [[bin]] name = "om-snapper" path = "src/om_snapper_main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.atty] version = "0.2.14" [dependencies.aws-config] version = "0.56.1" [dependencies.aws-sdk-ebs] version = "0.34.0" [dependencies.aws-sdk-ec2] version = "0.34.0" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.indicatif] version = "0.17.7" features = [ "tokio", "unicode-segmentation", "improved_unicode", ] [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.memmapix] version = "0.7.6" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17"