# 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 = "pbkdf2-identifier-cli" version = "0.0.6" authors = ["zer0x64"] description = "A crate to identify the parameters used to generate a PBKDF2 hash." homepage = "https://github.com/zer0x64/pbkdf2-identifier" readme = "../README.md" license = "MIT/Apache-2.0" repository = "https://github.com/zer0x64/pbkdf2-identifier" [[bin]] name = "pbkdf2-identifier" path = "src/main.rs" [dependencies.base64] version = "0.11.0" [dependencies.clap] version = "2.33.0" [dependencies.hex] version = "0.4.0" [dependencies.pbkdf2-identifier] version = "0.0.6"