# 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 = "r3ma_backup" version = "0.1.0" authors = ["Lars Pieschel"] description = "Simple utility library for decrypting and encrypting Threema key backups." license = "MIT OR Apache-2.0" repository = "https://github.com/sumaron/r3ma_backup" [dependencies.data-encoding] version = "2.2.1" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.7.1" [dependencies.pbkdf2] version = "0.3.0" [dependencies.rand] version = "0.7.3" [dependencies.salsa20] version = "0.4.1" [dependencies.sha2] version = "0.8.2"