# 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 = "2018" name = "rclone-crypt" version = "0.1.5" authors = ["Tyler Blair "] description = "A Rust binding for rclone-crypt to allow for file operations on encrypted files" license = "MIT" repository = "https://github.com/Hidendra/rclone-crypt-rs" [dependencies.aes] version = "0.7.5" features = ["ctr"] [dependencies.anyhow] version = "1.0.27" [dependencies.arrayref] version = "0.3.6" [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.13.0" [dependencies.block-modes] version = "0.8.1" [dependencies.cipher] version = "0.3.0" [dependencies.data-encoding] version = "2.2.0" [dependencies.openssl] version = "0.10.29" [dependencies.scrypt] version = "0.8.0" [dependencies.sodiumoxide] version = "0.2.5"