rsa-magic-public-key/Cargo.toml
2019-09-30 19:23:36 -05:00

19 lines
446 B
TOML

[package]
name = "rsa-magic-public-key"
description = "Converting between the Magic Public Key format and a RustCrypto RSA type"
version = "0.1.0"
license-file = "LICENSE"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.10"
failure = "0.1"
num-bigint-dig = "0.4"
rsa = "0.1.3"
[dev-dependencies]
rand = "0.6"