# 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] name = "buttercup-crypto" version = "0.4.2" authors = ["Sallar Kaboli ", "Perry Mitchell "] description = "Native encryption tools for Buttercup products" license = "MIT" repository = "https://github.com/buttercup/crypto" [dependencies.aes-soft] version = "0.1.0" [dependencies.base64] version = "^0.5" [dependencies.block-modes] version = "0.1.0" [dependencies.hex] version = "^0.3" [dependencies.hmac] version = "0.6.2" [dependencies.pbkdf2] version = "0.2.0" [dependencies.rand] version = "0.5.1" [dependencies.sha2] version = "0.7.1"