65c60093ae3ce456b2148d565752a3d93a0ee850
[power-instruction-analyzer.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "bitflags"
5 version = "1.2.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
8
9 [[package]]
10 name = "cfg-if"
11 version = "0.1.10"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
14
15 [[package]]
16 name = "cloudabi"
17 version = "0.1.0"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
20 dependencies = [
21 "bitflags",
22 ]
23
24 [[package]]
25 name = "ctor"
26 version = "0.1.15"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
29 dependencies = [
30 "quote",
31 "syn",
32 ]
33
34 [[package]]
35 name = "ghost"
36 version = "0.1.2"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479"
39 dependencies = [
40 "proc-macro2",
41 "quote",
42 "syn",
43 ]
44
45 [[package]]
46 name = "indoc"
47 version = "0.3.6"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
50 dependencies = [
51 "indoc-impl",
52 "proc-macro-hack",
53 ]
54
55 [[package]]
56 name = "indoc-impl"
57 version = "0.3.6"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
60 dependencies = [
61 "proc-macro-hack",
62 "proc-macro2",
63 "quote",
64 "syn",
65 "unindent",
66 ]
67
68 [[package]]
69 name = "instant"
70 version = "0.1.6"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
73
74 [[package]]
75 name = "inventory"
76 version = "0.1.7"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "621b50c176968fd3b0bd71f821a28a0ea98db2b5aea966b2fbb8bd1b7d310328"
79 dependencies = [
80 "ctor",
81 "ghost",
82 "inventory-impl",
83 ]
84
85 [[package]]
86 name = "inventory-impl"
87 version = "0.1.7"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "f99a4111304bade76468d05beab3487c226e4fe4c4de1c4e8f006e815762db73"
90 dependencies = [
91 "proc-macro2",
92 "quote",
93 "syn",
94 ]
95
96 [[package]]
97 name = "itoa"
98 version = "0.4.5"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
101
102 [[package]]
103 name = "libc"
104 version = "0.2.71"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
107
108 [[package]]
109 name = "lock_api"
110 version = "0.4.1"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
113 dependencies = [
114 "scopeguard",
115 ]
116
117 [[package]]
118 name = "parking_lot"
119 version = "0.11.0"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
122 dependencies = [
123 "instant",
124 "lock_api",
125 "parking_lot_core",
126 ]
127
128 [[package]]
129 name = "parking_lot_core"
130 version = "0.8.0"
131 source = "registry+https://github.com/rust-lang/crates.io-index"
132 checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
133 dependencies = [
134 "cfg-if",
135 "cloudabi",
136 "instant",
137 "libc",
138 "redox_syscall",
139 "smallvec",
140 "winapi",
141 ]
142
143 [[package]]
144 name = "paste"
145 version = "0.1.18"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
148 dependencies = [
149 "paste-impl",
150 "proc-macro-hack",
151 ]
152
153 [[package]]
154 name = "paste-impl"
155 version = "0.1.18"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
158 dependencies = [
159 "proc-macro-hack",
160 ]
161
162 [[package]]
163 name = "power-instruction-analyzer"
164 version = "0.1.0"
165 dependencies = [
166 "pyo3",
167 "serde",
168 "serde_json",
169 ]
170
171 [[package]]
172 name = "proc-macro-hack"
173 version = "0.5.16"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
176
177 [[package]]
178 name = "proc-macro2"
179 version = "1.0.17"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101"
182 dependencies = [
183 "unicode-xid",
184 ]
185
186 [[package]]
187 name = "pyo3"
188 version = "0.11.1"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
190 checksum = "9ca8710ffa8211c9a62a8a3863c4267c710dc42a82a7fd29c97de465d7ea6b7d"
191 dependencies = [
192 "ctor",
193 "indoc",
194 "inventory",
195 "libc",
196 "parking_lot",
197 "paste",
198 "pyo3cls",
199 "unindent",
200 ]
201
202 [[package]]
203 name = "pyo3-derive-backend"
204 version = "0.11.1"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "58ad070bf6967b0d29ea74931ffcf9c6bbe8402a726e9afbeafadc0a287cc2b3"
207 dependencies = [
208 "proc-macro2",
209 "quote",
210 "syn",
211 ]
212
213 [[package]]
214 name = "pyo3cls"
215 version = "0.11.1"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "c3fa17e1ea569d0bf3b7c00f2a9eea831ca05e55dd76f1794c541abba1c64baa"
218 dependencies = [
219 "pyo3-derive-backend",
220 "quote",
221 "syn",
222 ]
223
224 [[package]]
225 name = "quote"
226 version = "1.0.6"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
229 dependencies = [
230 "proc-macro2",
231 ]
232
233 [[package]]
234 name = "redox_syscall"
235 version = "0.1.56"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
237 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
238
239 [[package]]
240 name = "ryu"
241 version = "1.0.4"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
244
245 [[package]]
246 name = "scopeguard"
247 version = "1.1.0"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
250
251 [[package]]
252 name = "serde"
253 version = "1.0.110"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
256 dependencies = [
257 "serde_derive",
258 ]
259
260 [[package]]
261 name = "serde_derive"
262 version = "1.0.110"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
265 dependencies = [
266 "proc-macro2",
267 "quote",
268 "syn",
269 ]
270
271 [[package]]
272 name = "serde_json"
273 version = "1.0.53"
274 source = "registry+https://github.com/rust-lang/crates.io-index"
275 checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
276 dependencies = [
277 "itoa",
278 "ryu",
279 "serde",
280 ]
281
282 [[package]]
283 name = "smallvec"
284 version = "1.4.0"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
287
288 [[package]]
289 name = "syn"
290 version = "1.0.27"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de"
293 dependencies = [
294 "proc-macro2",
295 "quote",
296 "unicode-xid",
297 ]
298
299 [[package]]
300 name = "unicode-xid"
301 version = "0.2.0"
302 source = "registry+https://github.com/rust-lang/crates.io-index"
303 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
304
305 [[package]]
306 name = "unindent"
307 version = "0.1.6"
308 source = "registry+https://github.com/rust-lang/crates.io-index"
309 checksum = "af41d708427f8fd0e915dcebb2cae0f0e6acb2a939b2d399c265c39a38a18942"
310
311 [[package]]
312 name = "winapi"
313 version = "0.3.8"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
316 dependencies = [
317 "winapi-i686-pc-windows-gnu",
318 "winapi-x86_64-pc-windows-gnu",
319 ]
320
321 [[package]]
322 name = "winapi-i686-pc-windows-gnu"
323 version = "0.4.0"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
326
327 [[package]]
328 name = "winapi-x86_64-pc-windows-gnu"
329 version = "0.4.0"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"