2020-07-25 11:25:20 +09:00
|
|
|
[package]
|
2025-06-03 16:14:04 +02:00
|
|
|
name = "jsonwebkey-cli-repaired"
|
|
|
|
|
version = "0.3.1"
|
2020-07-25 11:25:20 +09:00
|
|
|
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
|
|
|
|
|
edition = "2018"
|
2020-07-25 12:21:37 +09:00
|
|
|
license = "Apache-2.0"
|
|
|
|
|
description = "Convert an RSA public key between Json Web Key and DER/PEM format."
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
homepage = "https://github.com/informationsea/jsonwebkey-rs"
|
|
|
|
|
repository = "https://github.com/informationsea/jsonwebkey-rs"
|
|
|
|
|
keywords = ["jsonwebkey", "jsonwebtoken"]
|
|
|
|
|
categories = ["authentication"]
|
2020-07-25 11:25:20 +09:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-06-03 16:14:04 +02:00
|
|
|
jsonwebkey-convert-repaired = {version = "0.3.1", path = "../jsonwebkey-convert-repaired", features = ["pem_support"]}
|
2020-07-25 11:25:20 +09:00
|
|
|
clap = "2"
|
2025-06-03 16:14:04 +02:00
|
|
|
serde_json = "1"
|