rsa-magic-public-key/Cargo.toml
2020-07-25 09:34:48 -05:00

21 lines
539 B
TOML

[package]
name = "rsa-magic-public-key"
description = "Converting between the Magic Public Key format and a RustCrypto RSA type"
version = "0.2.1"
license-file = "LICENSE"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
repository = "https://git.asonix.dog/Aardwolf/rsa-magic-public-key"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.12"
num-bigint-dig = "0.6"
rsa = "0.3.0"
thiserror = "1.0.9"
[dev-dependencies]
rand = "0.7"