# 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 = "slowlock" version = "0.2.0" authors = ["Richard Sunderland <798934+rimasu@users.noreply.github.com>"] description = "SlowLock convenience wrapper for processing cipher password with a proof of work function" homepage = "https://github.com/rimasu/slowlock" documentation = "https://docs.rs/slowlock/" keywords = ["aead", "argon2", "proof", "work"] license = "MIT/Apache-2.0" [dependencies.aead] version = "0.4.1" [dependencies.log] version = "0.4.14" optional = true [dependencies.rust-argon2] version = "0.8.3" [dependencies.secrecy] version = "0.7.0" [dependencies.sysinfo] version = "0.17.3" [dev-dependencies.aes-gcm] version = "0.9.1" [dev-dependencies.hex-literal] version = "0.3.1" [dev-dependencies.simple_logger] version = "1.11.0" [features] default = ["logging"] logging = ["log"]