forked from RustCrypto/asm-hashes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
54 lines (47 loc) · 1 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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
#
version = 3
[[package]]
name = "cc"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
[[package]]
name = "cpufeatures"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc",
]
[[package]]
name = "libc"
version = "0.2.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
[[package]]
name = "md5-asm"
version = "0.5.0"
dependencies = [
"cc",
]
[[package]]
name = "sha1-asm"
version = "0.5.1"
dependencies = [
"cc",
]
[[package]]
name = "sha2-asm"
version = "0.6.2"
dependencies = [
"cc",
"cpufeatures",
]
[[package]]
name = "whirlpool-asm"
version = "0.6.0"
dependencies = [
"cc",
]