xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/zig_cross_compiling/Cargo.bazel.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 = "bumpalo"
7version = "3.11.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
10
11[[package]]
12name = "cc"
13version = "1.0.76"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
16
17[[package]]
18name = "cfg-if"
19version = "1.0.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
23[[package]]
24name = "direct-cargo-bazel-deps"
25version = "0.0.1"
26dependencies = [
27 "ring",
28]
29
30[[package]]
31name = "js-sys"
32version = "0.3.60"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
35dependencies = [
36 "wasm-bindgen",
37]
38
39[[package]]
40name = "libc"
41version = "0.2.137"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
44
45[[package]]
46name = "log"
47version = "0.4.17"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
50dependencies = [
51 "cfg-if",
52]
53
54[[package]]
55name = "once_cell"
56version = "1.16.0"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
59
60[[package]]
61name = "proc-macro2"
62version = "1.0.47"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
65dependencies = [
66 "unicode-ident",
67]
68
69[[package]]
70name = "quote"
71version = "1.0.21"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
74dependencies = [
75 "proc-macro2",
76]
77
78[[package]]
79name = "ring"
80version = "0.16.20"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
83dependencies = [
84 "cc",
85 "libc",
86 "once_cell",
87 "spin",
88 "untrusted",
89 "web-sys",
90 "winapi",
91]
92
93[[package]]
94name = "spin"
95version = "0.5.2"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
98
99[[package]]
100name = "syn"
101version = "1.0.103"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
104dependencies = [
105 "proc-macro2",
106 "quote",
107 "unicode-ident",
108]
109
110[[package]]
111name = "unicode-ident"
112version = "1.0.5"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
115
116[[package]]
117name = "untrusted"
118version = "0.7.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
121
122[[package]]
123name = "wasm-bindgen"
124version = "0.2.83"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
127dependencies = [
128 "cfg-if",
129 "wasm-bindgen-macro",
130]
131
132[[package]]
133name = "wasm-bindgen-backend"
134version = "0.2.83"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
137dependencies = [
138 "bumpalo",
139 "log",
140 "once_cell",
141 "proc-macro2",
142 "quote",
143 "syn",
144 "wasm-bindgen-shared",
145]
146
147[[package]]
148name = "wasm-bindgen-macro"
149version = "0.2.83"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
152dependencies = [
153 "quote",
154 "wasm-bindgen-macro-support",
155]
156
157[[package]]
158name = "wasm-bindgen-macro-support"
159version = "0.2.83"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
162dependencies = [
163 "proc-macro2",
164 "quote",
165 "syn",
166 "wasm-bindgen-backend",
167 "wasm-bindgen-shared",
168]
169
170[[package]]
171name = "wasm-bindgen-shared"
172version = "0.2.83"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
175
176[[package]]
177name = "web-sys"
178version = "0.3.60"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
181dependencies = [
182 "js-sys",
183 "wasm-bindgen",
184]
185
186[[package]]
187name = "winapi"
188version = "0.3.9"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
191dependencies = [
192 "winapi-i686-pc-windows-gnu",
193 "winapi-x86_64-pc-windows-gnu",
194]
195
196[[package]]
197name = "winapi-i686-pc-windows-gnu"
198version = "0.4.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
201
202[[package]]
203name = "winapi-x86_64-pc-windows-gnu"
204version = "0.4.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
207