[package] name = "rsa-pem" description = "Converting between the PEM format and a RustCrypto RSA type" version = "0.3.0" readme = "README.md" license-file = "LICENSE" authors = ["asonix "] edition = "2018" repository = "https://git.asonix.dog/Aardwolf/rsa-pem" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bit-vec = "0.6" log = "0.4" num-bigint = "0.2.0" num-bigint-dig = "0.7" num-traits = "0.2" pem = "0.8" rsa = "0.4.0" thiserror = "1.0.9" yasna = { version = "0.3", features = ["num-bigint", "bit-vec"] } [dev-dependencies] pretty_env_logger = "0.4" anyhow = "1.0" rand = "0.8" sha2 = "0.9"