xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/sys/complex/3rdparty/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 = "bitflags"
7version = "1.3.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
10
11[[package]]
12name = "cc"
13version = "1.0.77"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
16dependencies = [
17 "jobserver",
18]
19
20[[package]]
21name = "cfg-if"
22version = "1.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
25
26[[package]]
27name = "direct-cargo-bazel-deps"
28version = "0.0.1"
29dependencies = [
30 "git2",
31]
32
33[[package]]
34name = "form_urlencoded"
35version = "1.1.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
38dependencies = [
39 "percent-encoding",
40]
41
42[[package]]
43name = "git2"
44version = "0.14.4"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
47dependencies = [
48 "bitflags",
49 "libc",
50 "libgit2-sys",
51 "log",
52 "url",
53]
54
55[[package]]
56name = "idna"
57version = "0.3.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
60dependencies = [
61 "unicode-bidi",
62 "unicode-normalization",
63]
64
65[[package]]
66name = "jobserver"
67version = "0.1.25"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
70dependencies = [
71 "libc",
72]
73
74[[package]]
75name = "libc"
76version = "0.2.137"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
79
80[[package]]
81name = "libgit2-sys"
82version = "0.13.4+1.4.2"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1"
85dependencies = [
86 "cc",
87 "libc",
88 "libz-sys",
89 "pkg-config",
90]
91
92[[package]]
93name = "libz-sys"
94version = "1.1.8"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
97dependencies = [
98 "cc",
99 "libc",
100 "pkg-config",
101 "vcpkg",
102]
103
104[[package]]
105name = "log"
106version = "0.4.17"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
109dependencies = [
110 "cfg-if",
111]
112
113[[package]]
114name = "percent-encoding"
115version = "2.2.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
118
119[[package]]
120name = "pkg-config"
121version = "0.3.26"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
124
125[[package]]
126name = "tinyvec"
127version = "1.6.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
130dependencies = [
131 "tinyvec_macros",
132]
133
134[[package]]
135name = "tinyvec_macros"
136version = "0.1.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
139
140[[package]]
141name = "unicode-bidi"
142version = "0.3.8"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
145
146[[package]]
147name = "unicode-normalization"
148version = "0.1.22"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
151dependencies = [
152 "tinyvec",
153]
154
155[[package]]
156name = "url"
157version = "2.3.1"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
160dependencies = [
161 "form_urlencoded",
162 "idna",
163 "percent-encoding",
164]
165
166[[package]]
167name = "vcpkg"
168version = "0.2.15"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
171