# 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 = "rsa-pem" version = "0.3.0" authors = ["asonix "] description = "Converting between the PEM format and a RustCrypto RSA type" readme = "README.md" license-file = "LICENSE" repository = "https://git.asonix.dog/Aardwolf/rsa-pem" [dependencies.bit-vec] version = "0.6" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.2.0" [dependencies.num-bigint-dig] version = "0.7" [dependencies.num-traits] version = "0.2" [dependencies.pem] version = "0.8" [dependencies.rsa] version = "0.4.0" [dependencies.thiserror] version = "1.0.9" [dependencies.yasna] version = "0.3" features = ["num-bigint", "bit-vec"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.sha2] version = "0.9"