xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/ios_build/Cargo.lock (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan# This file is automatically @generated by Cargo.
2*d4726bddSHONG Yifan# It is not intended for manual editing.
3*d4726bddSHONG Yifanversion = 3
4*d4726bddSHONG Yifan
5*d4726bddSHONG Yifan[[package]]
6*d4726bddSHONG Yifanname = "cc"
7*d4726bddSHONG Yifanversion = "1.0.73"
8*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index"
9*d4726bddSHONG Yifanchecksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
10*d4726bddSHONG Yifandependencies = [
11*d4726bddSHONG Yifan "jobserver",
12*d4726bddSHONG Yifan]
13*d4726bddSHONG Yifan
14*d4726bddSHONG Yifan[[package]]
15*d4726bddSHONG Yifanname = "ios_build"
16*d4726bddSHONG Yifanversion = "0.1.0"
17*d4726bddSHONG Yifandependencies = [
18*d4726bddSHONG Yifan "zstd",
19*d4726bddSHONG Yifan]
20*d4726bddSHONG Yifan
21*d4726bddSHONG Yifan[[package]]
22*d4726bddSHONG Yifanname = "jobserver"
23*d4726bddSHONG Yifanversion = "0.1.25"
24*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index"
25*d4726bddSHONG Yifanchecksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
26*d4726bddSHONG Yifandependencies = [
27*d4726bddSHONG Yifan "libc",
28*d4726bddSHONG Yifan]
29*d4726bddSHONG Yifan
30*d4726bddSHONG Yifan[[package]]
31*d4726bddSHONG Yifanname = "libc"
32*d4726bddSHONG Yifanversion = "0.2.134"
33*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index"
34*d4726bddSHONG Yifanchecksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
35*d4726bddSHONG Yifan
36*d4726bddSHONG Yifan[[package]]
37*d4726bddSHONG Yifanname = "zstd"
38*d4726bddSHONG Yifanversion = "0.11.2+zstd.1.5.2"
39*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index"
40*d4726bddSHONG Yifanchecksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
41*d4726bddSHONG Yifandependencies = [
42*d4726bddSHONG Yifan "zstd-safe",
43*d4726bddSHONG Yifan]
44*d4726bddSHONG Yifan
45*d4726bddSHONG Yifan[[package]]
46*d4726bddSHONG Yifanname = "zstd-safe"
47*d4726bddSHONG Yifanversion = "5.0.2+zstd.1.5.2"
48*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index"
49*d4726bddSHONG Yifanchecksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
50*d4726bddSHONG Yifandependencies = [
51*d4726bddSHONG Yifan "libc",
52*d4726bddSHONG Yifan "zstd-sys",
53*d4726bddSHONG Yifan]
54*d4726bddSHONG Yifan
55*d4726bddSHONG Yifan[[package]]
56*d4726bddSHONG Yifanname = "zstd-sys"
57*d4726bddSHONG Yifanversion = "2.0.1+zstd.1.5.2"
58*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index"
59*d4726bddSHONG Yifanchecksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
60*d4726bddSHONG Yifandependencies = [
61*d4726bddSHONG Yifan "cc",
62*d4726bddSHONG Yifan "libc",
63*d4726bddSHONG Yifan]
64