-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCargo.lock
59 lines (53 loc) · 1.36 KB
/
Cargo.lock
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "libc"
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
[[package]]
name = "regmap"
version = "0.1.0"
dependencies = [
"libc",
"yaxpeax-arch",
"yaxpeax-x86",
]
[[package]]
name = "regmap-static"
version = "0.1.0"
dependencies = [
"libc",
"yaxpeax-arch",
"yaxpeax-x86",
]
[[package]]
name = "yaxpeax-arch"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d4d184a208255bb62f2d55c3875ee3fe459f2b8d9190b8427986b91d11ced7f"
dependencies = [
"num-traits",
]
[[package]]
name = "yaxpeax-x86"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84e59dbce1199c094a26c5eac53124375851ca5023e1227b0fa4447fc2508af7"
dependencies = [
"num-traits",
"yaxpeax-arch",
]