build!: rename to -repaired suffix

This commit is contained in:
Matthieu Bessat 2025-06-03 16:14:04 +02:00
parent b4e4a4ad60
commit b95aaffe53
16 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,2 @@
[workspace]
members = ["jsonwebkey-convert", "jsonwebkey-cli"]
members = ["jsonwebkey-convert-repaired", "jsonwebkey-cli-repaired"]

View file

@ -1,6 +1,6 @@
[package]
name = "jsonwebkey-cli"
version = "0.3.0"
name = "jsonwebkey-cli-repaired"
version = "0.3.1"
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
edition = "2018"
license = "Apache-2.0"
@ -14,6 +14,6 @@ categories = ["authentication"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jsonwebkey-convert = {version = "0.3", path = "../jsonwebkey-convert", features = ["pem_support"]}
jsonwebkey-convert-repaired = {version = "0.3.1", path = "../jsonwebkey-convert-repaired", features = ["pem_support"]}
clap = "2"
serde_json = "1"
serde_json = "1"

View file

@ -1,10 +1,10 @@
[package]
name = "jsonwebkey-convert"
version = "0.3.0"
name = "jsonwebkey-convert-repaired"
version = "0.3.1"
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
edition = "2018"
license = "Apache-2.0"
description = "Convert an RSA public key between Json Web Key and DER/PEM format."
description = "Convert an RSA public key between Json Web Key and DER/PEM format (dependencies repaired)."
readme = "README.md"
homepage = "https://github.com/informationsea/jsonwebkey-rs"
repository = "https://github.com/informationsea/jsonwebkey-rs"