# 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 = "cfs_openpgp" version = "0.1.0" authors = ["moismailzai"] description = "cfs_openpgp generates a valid OpenPGP certificate based on the username, email, and secret you provide. Though the ASCII-armored representation of the cert will differ, the same input should. always produce the same keys. Obviously, this is highly insecure and should never be used or unicorns and kittens will cry." readme = "README.md" keywords = ["clippy", "lint", "plugin"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/moismailzai/cfs_openpgp" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.nettle] version = "7.0.1" [dependencies.sequoia-openpgp] version = "1.1.0" [dependencies.sha2] version = "0.9"