Skip to content

Commit 2cb1ff0

Browse files
committed
crates.io listing improvements
1 parent 663408e commit 2cb1ff0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
name = "authenticator"
33
version = "0.2.15"
44
authors = ["J.C. Jones <jc@mozilla.com>", "Tim Taubert <ttaubert@mozilla.com>", "Kyle Machulis <kyle@nonpolynomial.com>"]
5+
keywords = ["ctap2", "u2f", "fido", "webauthn"]
6+
categories = ["cryptography", "hardware-support", "os"]
57
repository = "https://github.com/mozilla/authenticator-rs/"
68
license = "MPL-2.0"
79
description = "Library for interacting with CTAP1/2 security keys for Web Authentication. Used by Firefox."
810
edition = "2018"
911

12+
[badges]
13+
travis-ci = { repository = "mozilla/authenticator-rs", branch = "master" }
14+
maintenance = { status = "actively-developed" }
15+
1016
[features]
1117
binding-recompile = ["bindgen"]
1218

0 commit comments

Comments
 (0)