# 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 = "postio" version = "0.7.0" authors = ["deg4uss3r "] description = "postio - Encrypted file sender/queue/receiver using an AWS S3 backend" homepage = "https://github.com/deg4uss3r/postio" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/deg4uss3r/postio" [dependencies.aead] version = "0.2" [dependencies.aes] version = "0.3" [dependencies.block-modes] version = "0.3" [dependencies.chacha20poly1305] version = "0.3" [dependencies.clap] version = "2.32" [dependencies.dirs] version = "2.0" [dependencies.rand] version = "0.7" [dependencies.rand_os] version = "0.1" [dependencies.rust-s3] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.sha3] version = "0.8" [dependencies.shellexpand] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.x25519-dalek] version = "0.5"