-
Notifications
You must be signed in to change notification settings - Fork 11
/
Cargo.lock
99 lines (87 loc) · 2.16 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
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.
# It is not intended for manual editing.
version = 3
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "either"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
[[package]]
name = "erasable"
version = "1.2.1"
dependencies = [
"autocfg",
"either",
"scopeguard",
]
[[package]]
name = "erasable"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f11890ce181d47a64e5d1eb4b6caba0e7bae911a356723740d058a5d0340b7d"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "paste"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
[[package]]
name = "ptr-union"
version = "2.2.2"
dependencies = [
"autocfg",
"erasable 1.2.1",
"paste",
]
[[package]]
name = "rc-borrow"
version = "1.4.0"
dependencies = [
"autocfg",
"erasable 1.2.1",
]
[[package]]
name = "rc-box"
version = "1.2.0"
dependencies = [
"erasable 1.2.1",
"slice-dst 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unsize",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "slice-dst"
version = "1.5.1"
dependencies = [
"autocfg",
"erasable 1.2.1",
]
[[package]]
name = "slice-dst"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec1a6721a6d7c2997cea654e3eda6a827432c5dd0a0ed923ddd9b1d691203412"
dependencies = [
"autocfg",
"erasable 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unsize"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fa7a7a734c1a5664a662ddcea0b6c9472a21da8888c957c7f1eaa09dba7a939"
dependencies = [
"autocfg",
]