• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "backtrace"
22version = "0.3.73"
23dependencies = [
24 "addr2line",
25 "cc",
26 "cfg-if",
27 "cpp_demangle",
28 "libc",
29 "libloading",
30 "miniz_oxide",
31 "object",
32 "rustc-demangle",
33 "serde",
34 "winapi",
35]
36
37[[package]]
38name = "cc"
39version = "1.0.97"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
42
43[[package]]
44name = "cfg-if"
45version = "1.0.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
48
49[[package]]
50name = "cpp_demangle"
51version = "0.4.3"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
54dependencies = [
55 "cfg-if",
56]
57
58[[package]]
59name = "gimli"
60version = "0.29.0"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
63
64[[package]]
65name = "libc"
66version = "0.2.147"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
69
70[[package]]
71name = "libloading"
72version = "0.7.4"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
75dependencies = [
76 "cfg-if",
77 "winapi",
78]
79
80[[package]]
81name = "memchr"
82version = "2.5.0"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
85
86[[package]]
87name = "miniz_oxide"
88version = "0.7.1"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
91dependencies = [
92 "adler",
93]
94
95[[package]]
96name = "object"
97version = "0.36.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
100dependencies = [
101 "memchr",
102]
103
104[[package]]
105name = "proc-macro2"
106version = "1.0.66"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
109dependencies = [
110 "unicode-ident",
111]
112
113[[package]]
114name = "quote"
115version = "1.0.33"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
118dependencies = [
119 "proc-macro2",
120]
121
122[[package]]
123name = "rustc-demangle"
124version = "0.1.24"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
127
128[[package]]
129name = "serde"
130version = "1.0.188"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
133dependencies = [
134 "serde_derive",
135]
136
137[[package]]
138name = "serde_derive"
139version = "1.0.188"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
142dependencies = [
143 "proc-macro2",
144 "quote",
145 "syn",
146]
147
148[[package]]
149name = "syn"
150version = "2.0.29"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
153dependencies = [
154 "proc-macro2",
155 "quote",
156 "unicode-ident",
157]
158
159[[package]]
160name = "unicode-ident"
161version = "1.0.11"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
164
165[[package]]
166name = "winapi"
167version = "0.3.9"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
170dependencies = [
171 "winapi-i686-pc-windows-gnu",
172 "winapi-x86_64-pc-windows-gnu",
173]
174
175[[package]]
176name = "winapi-i686-pc-windows-gnu"
177version = "0.4.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
180
181[[package]]
182name = "winapi-x86_64-pc-windows-gnu"
183version = "0.4.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
186