# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "srsa" version = "0.1.7" description = "A simple backend for creating and using RSA key pairs. Intended for personal use." readme = "README.md" keywords = [ "RSA", "crypto", ] license = "MIT" repository = "https://github.com/AlphabetsAlphabets/srsa" [dependencies.anyhow] version = "1.0.70" [dependencies.pkcs8] version = "0.9" features = [ "encryption", "pem", "std", ] [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.8.2" features = [ "serde", "pem", ]