aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.lock
blob: 3d68ea98dc3dfaaa02fb49a89fc8e55cd77da4f2 (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
[root]
name = "nitrocli"
version = "0.1.0"
dependencies = [
 "gcc 0.3.48",
 "hid 0.4.0",
 "hidapi-sys 0.1.2",
 "libc 0.2.21",
 "pkg-config 0.3.9",
]

[[package]]
name = "gcc"
version = "0.3.48"

[[package]]
name = "gcc"
version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
replace = "gcc 0.3.48"

[[package]]
name = "hid"
version = "0.4.0"
dependencies = [
 "hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "hidapi-sys"
version = "0.1.2"
dependencies = [
 "gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "hidapi-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
replace = "hidapi-sys 0.1.2"

[[package]]
name = "libc"
version = "0.2.21"

[[package]]
name = "libc"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
replace = "libc 0.2.21"

[[package]]
name = "pkg-config"
version = "0.3.9"

[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
replace = "pkg-config 0.3.9"

[metadata]
"checksum gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)" = "3971b255a1e7396f6ef6a3130db691c5d44b3d71346756dc7b258baa29d5fd45"
"checksum hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63829a2802510a8a4e3a52e1fa2fb969b8cd0826da65e04d79bd095eae21e050"
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"