summaryrefslogtreecommitdiffstats
path: root/third_party/rust/authenticator/Cargo.toml
blob: 57d24bd66b948f0c18fce93754e249322f1abfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "authenticator"
version = "0.3.1"
authors = ["J.C. Jones <jc@mozilla.com>", "Tim Taubert <ttaubert@mozilla.com>", "Kyle Machulis <kyle@nonpolynomial.com>"]
description = "Library for interacting with CTAP1/2 security keys for Web Authentication. Used by Firefox."
keywords = ["ctap2", "u2f", "fido", "webauthn"]
categories = ["cryptography", "hardware-support", "os"]
license = "MPL-2.0"
repository = "https://github.com/mozilla/authenticator-rs/"
[dependencies.base64]
version = "^0.10"
optional = true

[dependencies.bitflags]
version = "1.0"

[dependencies.bytes]
version = "0.5"
features = ["serde"]
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.7"

[dependencies.runloop]
version = "0.1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.tokio]
version = "0.2"
features = ["macros"]
optional = true

[dependencies.warp]
version = "0.2.4"
optional = true
[dev-dependencies.assert_matches]
version = "1.2"

[dev-dependencies.base64]
version = "^0.10"

[dev-dependencies.env_logger]
version = "^0.6"

[dev-dependencies.getopts]
version = "^0.2"

[dev-dependencies.sha2]
version = "^0.8.2"
[build-dependencies.bindgen]
version = "^0.51"
optional = true

[features]
binding-recompile = ["bindgen"]
webdriver = ["base64", "bytes", "warp", "tokio", "serde", "serde_json"]
[target."cfg(target_os = \"freebsd\")".dependencies.devd-rs]
version = "0.3"
[target."cfg(target_os = \"linux\")".dependencies.libudev]
version = "^0.2"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "^0.3"
features = ["handleapi", "hidclass", "hidpi", "hidusage", "setupapi"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "mozilla/authenticator-rs"