We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663408e commit 2cb1ff0Copy full SHA for 2cb1ff0
Cargo.toml
@@ -2,11 +2,17 @@
2
name = "authenticator"
3
version = "0.2.15"
4
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"]
7
repository = "https://github.com/mozilla/authenticator-rs/"
8
license = "MPL-2.0"
9
description = "Library for interacting with CTAP1/2 security keys for Web Authentication. Used by Firefox."
10
edition = "2018"
11
12
+[badges]
13
+travis-ci = { repository = "mozilla/authenticator-rs", branch = "master" }
14
+maintenance = { status = "actively-developed" }
15
+
16
[features]
17
binding-recompile = ["bindgen"]
18
0 commit comments