jsonwebkey-convert 0.2.0

Convert an RSA public key between Json Web Key and DER/PEM format.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.base64-url]
version = "1"

[dependencies.lazy_static]
version = "1"

[dependencies.num-bigint]
version = "0.2"

[dependencies.pem]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simple_asn1]
version = "0.4"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
categories = ["authentication"]
description = "Convert an RSA public key between Json Web Key and DER/PEM format."
edition = "2018"
homepage = "https://github.com/informationsea/jsonwebkey-rs"
keywords = ["jsonwebkey", "jsonwebtoken"]
license = "Apache-2.0"
name = "jsonwebkey-convert"
readme = "README.md"
repository = "https://github.com/informationsea/jsonwebkey-rs"
version = "0.2.0"