xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/cargo_aliases/Cargo.lock (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "aliases"
16version = "0.1.0"
17dependencies = [
18 "env_logger",
19 "log 0.3.9",
20 "log 0.4.14",
21 "names 0.12.1-dev",
22 "names 0.13.0",
23 "value-bag",
24]
25
26[[package]]
27name = "atty"
28version = "0.2.14"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
31dependencies = [
32 "hermit-abi",
33 "libc",
34 "winapi",
35]
36
37[[package]]
38name = "autocfg"
39version = "1.1.0"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
42
43[[package]]
44name = "bitflags"
45version = "1.3.2"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
48
49[[package]]
50name = "cfg-if"
51version = "1.0.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
54
55[[package]]
56name = "clap"
57version = "3.1.5"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312"
60dependencies = [
61 "atty",
62 "bitflags",
63 "clap_derive",
64 "indexmap",
65 "lazy_static",
66 "os_str_bytes",
67 "strsim",
68 "termcolor",
69 "textwrap",
70]
71
72[[package]]
73name = "clap_derive"
74version = "3.1.4"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"
77dependencies = [
78 "heck",
79 "proc-macro-error",
80 "proc-macro2",
81 "quote",
82 "syn",
83]
84
85[[package]]
86name = "ctor"
87version = "0.1.21"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
90dependencies = [
91 "quote",
92 "syn",
93]
94
95[[package]]
96name = "env_logger"
97version = "0.9.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
100dependencies = [
101 "atty",
102 "humantime",
103 "log 0.4.14",
104 "regex",
105 "termcolor",
106]
107
108[[package]]
109name = "getrandom"
110version = "0.2.5"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
113dependencies = [
114 "cfg-if",
115 "libc",
116 "wasi",
117]
118
119[[package]]
120name = "hashbrown"
121version = "0.11.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
124
125[[package]]
126name = "heck"
127version = "0.4.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
130
131[[package]]
132name = "hermit-abi"
133version = "0.1.19"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
136dependencies = [
137 "libc",
138]
139
140[[package]]
141name = "humantime"
142version = "2.1.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
145
146[[package]]
147name = "indexmap"
148version = "1.8.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
151dependencies = [
152 "autocfg",
153 "hashbrown",
154]
155
156[[package]]
157name = "lazy_static"
158version = "1.4.0"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
161
162[[package]]
163name = "libc"
164version = "0.2.119"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
167
168[[package]]
169name = "log"
170version = "0.3.9"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
173dependencies = [
174 "log 0.4.14",
175]
176
177[[package]]
178name = "log"
179version = "0.4.14"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
182dependencies = [
183 "cfg-if",
184]
185
186[[package]]
187name = "memchr"
188version = "2.4.1"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
191
192[[package]]
193name = "names"
194version = "0.12.1-dev"
195source = "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f"
196dependencies = [
197 "clap",
198 "rand",
199]
200
201[[package]]
202name = "names"
203version = "0.13.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
206dependencies = [
207 "clap",
208 "rand",
209]
210
211[[package]]
212name = "os_str_bytes"
213version = "6.0.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
216dependencies = [
217 "memchr",
218]
219
220[[package]]
221name = "ppv-lite86"
222version = "0.2.16"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
225
226[[package]]
227name = "proc-macro-error"
228version = "1.0.4"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
231dependencies = [
232 "proc-macro-error-attr",
233 "proc-macro2",
234 "quote",
235 "syn",
236 "version_check",
237]
238
239[[package]]
240name = "proc-macro-error-attr"
241version = "1.0.4"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
244dependencies = [
245 "proc-macro2",
246 "quote",
247 "version_check",
248]
249
250[[package]]
251name = "proc-macro2"
252version = "1.0.36"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
255dependencies = [
256 "unicode-xid",
257]
258
259[[package]]
260name = "quote"
261version = "1.0.15"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
264dependencies = [
265 "proc-macro2",
266]
267
268[[package]]
269name = "rand"
270version = "0.8.5"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
273dependencies = [
274 "libc",
275 "rand_chacha",
276 "rand_core",
277]
278
279[[package]]
280name = "rand_chacha"
281version = "0.3.1"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
284dependencies = [
285 "ppv-lite86",
286 "rand_core",
287]
288
289[[package]]
290name = "rand_core"
291version = "0.6.3"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
294dependencies = [
295 "getrandom",
296]
297
298[[package]]
299name = "regex"
300version = "1.5.4"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
303dependencies = [
304 "aho-corasick",
305 "memchr",
306 "regex-syntax",
307]
308
309[[package]]
310name = "regex-syntax"
311version = "0.6.25"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
314
315[[package]]
316name = "strsim"
317version = "0.10.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
320
321[[package]]
322name = "syn"
323version = "1.0.86"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
326dependencies = [
327 "proc-macro2",
328 "quote",
329 "unicode-xid",
330]
331
332[[package]]
333name = "termcolor"
334version = "1.1.3"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
337dependencies = [
338 "winapi-util",
339]
340
341[[package]]
342name = "textwrap"
343version = "0.15.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
346
347[[package]]
348name = "unicode-xid"
349version = "0.2.2"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
352
353[[package]]
354name = "value-bag"
355version = "1.0.0-alpha.7"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
358dependencies = [
359 "ctor",
360 "version_check",
361]
362
363[[package]]
364name = "version_check"
365version = "0.9.4"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
368
369[[package]]
370name = "wasi"
371version = "0.10.2+wasi-snapshot-preview1"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
374
375[[package]]
376name = "winapi"
377version = "0.3.9"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
380dependencies = [
381 "winapi-i686-pc-windows-gnu",
382 "winapi-x86_64-pc-windows-gnu",
383]
384
385[[package]]
386name = "winapi-i686-pc-windows-gnu"
387version = "0.4.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
390
391[[package]]
392name = "winapi-util"
393version = "0.1.5"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
396dependencies = [
397 "winapi",
398]
399
400[[package]]
401name = "winapi-x86_64-pc-windows-gnu"
402version = "0.4.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
405