# 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 = "2018" name = "rsa-magic-public-key" version = "0.8.0" authors = ["asonix "] description = "Converting between the Magic Public Key format and a RustCrypto RSA type" readme = "README.md" license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/rsa-magic-public-key" [dependencies.base64] version = "0.21" [dependencies.num-bigint-dig] version = "0.8" [dependencies.rsa] version = "0.9.0" [dependencies.thiserror] version = "1.0.9" [dev-dependencies.rand] version = "0.8"