-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We now have publishing rights to the `yubikey` crate. This commit renames the project to yubikey.rs
- Loading branch information
Showing
9 changed files
with
107 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "yubikey-piv" | ||
version = "0.3.0" # Also update html_root_url in lib.rs when bumping this | ||
name = "yubikey" | ||
version = "0.4.0-pre" # Also update html_root_url in lib.rs when bumping this | ||
description = """ | ||
Pure Rust host-side driver for the YubiKey Personal Identity Verification (PIV) | ||
application providing general-purpose public-key signing and encryption | ||
|
@@ -10,7 +10,7 @@ algorithms (e.g, PKCS#1v1.5, ECDSA) | |
authors = ["Tony Arcieri <[email protected]>", "Yubico AB"] | ||
edition = "2018" | ||
license = "BSD-2-Clause" | ||
repository = "https://github.com/iqlusioninc/yubikey-piv.rs" | ||
repository = "https://github.com/iqlusioninc/yubikey.rs" | ||
readme = "README.md" | ||
categories = ["api-bindings", "cryptography", "hardware-support"] | ||
keywords = ["ecdsa", "rsa", "piv", "pcsc", "yubikey"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ stored on YubiKey devices. | |
authors = ["Tony Arcieri <[email protected]>"] | ||
edition = "2018" | ||
license = "BSD-2-Clause" | ||
repository = "https://github.com/iqlusioninc/yubikey-piv.rs" | ||
repository = "https://github.com/iqlusioninc/yubikey.rs" | ||
readme = "README.md" | ||
categories = ["command-line-utilities", "cryptography", "hardware-support"] | ||
keywords = ["ecdsa", "rsa", "piv", "pcsc", "yubikey"] | ||
|
@@ -22,4 +22,4 @@ sha2 = "0.9" | |
subtle-encoding = "0.5" | ||
termcolor = "1" | ||
x509-parser = "0.9" | ||
yubikey-piv = { version = "0.3", path = ".." } | ||
yubikey = { version = "=0.4.0-pre", path = ".." } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters