Rename to yubikey.rs (#267)

We now have publishing rights to the `yubikey` crate.

This commit renames the project to yubikey.rs

Co-authored-by: Tony Arcieri <bascule@gmail.com>
This commit is contained in:
Tony Arcieri (iqlusion)
2021-07-10 17:02:59 -07:00
committed by GitHub
parent c9e2edc41f
commit a2a912fc3c
13 changed files with 174 additions and 174 deletions
+3 -3
View File
@@ -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 <tony@iqlusion.io>", "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"]