rsa-magic-public-key/Cargo.toml
2023-04-27 19:06:10 -05:00

21 lines
533 B
TOML

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