-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
54 lines (47 loc) · 1.25 KB
/
Cargo.lock
File metadata and controls
54 lines (47 loc) · 1.25 KB
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 = 4
[[package]]
name = "core_simd"
version = "0.1.0"
source = "git+https://github.com/rust-lang/portable-simd.git#34393475333af82cd7d0ad7099143a598b8a5625"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "mythril"
version = "0.1.0"
dependencies = [
"polygraph",
"rtrb",
"simd_util",
]
[[package]]
name = "polygraph"
version = "0.1.0"
source = "git+https://github.com/AquaEBM/polygraph#b72e22ab106a6a144c9f6de7a073accd12d27c49"
dependencies = [
"fnv",
]
[[package]]
name = "rtrb"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
[[package]]
name = "simd_util"
version = "0.1.0"
source = "git+https://github.com/AquaEBM/simd_util.git#3ee72b9592458ad194d795fcf6060ab00ec708d6"
dependencies = [
"core_simd",
"std_float",
]
[[package]]
name = "std_float"
version = "0.1.0"
source = "git+https://github.com/rust-lang/portable-simd.git#34393475333af82cd7d0ad7099143a598b8a5625"
dependencies = [
"core_simd",
]