]> git.proxmox.com Git - rustc.git/blob - vendor/object-0.22.0/Cargo.lock
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / object-0.22.0 / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "adler"
5 version = "0.2.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
8
9 [[package]]
10 name = "autocfg"
11 version = "1.0.0"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
14
15 [[package]]
16 name = "cfg-if"
17 version = "0.1.10"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
20
21 [[package]]
22 name = "compiler_builtins"
23 version = "0.1.32"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
26
27 [[package]]
28 name = "crc32fast"
29 version = "1.2.0"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
32 dependencies = [
33 "cfg-if",
34 ]
35
36 [[package]]
37 name = "flate2"
38 version = "1.0.16"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
41 dependencies = [
42 "cfg-if",
43 "crc32fast",
44 "libc",
45 "miniz_oxide",
46 ]
47
48 [[package]]
49 name = "hashbrown"
50 version = "0.8.2"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
53 dependencies = [
54 "autocfg",
55 ]
56
57 [[package]]
58 name = "indexmap"
59 version = "1.5.1"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
62 dependencies = [
63 "autocfg",
64 "hashbrown",
65 ]
66
67 [[package]]
68 name = "libc"
69 version = "0.2.74"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
72
73 [[package]]
74 name = "memmap"
75 version = "0.7.0"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
78 dependencies = [
79 "libc",
80 "winapi",
81 ]
82
83 [[package]]
84 name = "miniz_oxide"
85 version = "0.4.0"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
88 dependencies = [
89 "adler",
90 ]
91
92 [[package]]
93 name = "object"
94 version = "0.22.0"
95 dependencies = [
96 "compiler_builtins",
97 "crc32fast",
98 "flate2",
99 "indexmap",
100 "memmap",
101 "rustc-std-workspace-alloc",
102 "rustc-std-workspace-core",
103 "wasmparser",
104 ]
105
106 [[package]]
107 name = "rustc-std-workspace-alloc"
108 version = "1.0.0"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86"
111
112 [[package]]
113 name = "rustc-std-workspace-core"
114 version = "1.0.0"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116 checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
117
118 [[package]]
119 name = "wasmparser"
120 version = "0.57.0"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6"
123
124 [[package]]
125 name = "winapi"
126 version = "0.3.9"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
129 dependencies = [
130 "winapi-i686-pc-windows-gnu",
131 "winapi-x86_64-pc-windows-gnu",
132 ]
133
134 [[package]]
135 name = "winapi-i686-pc-windows-gnu"
136 version = "0.4.0"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
139
140 [[package]]
141 name = "winapi-x86_64-pc-windows-gnu"
142 version = "0.4.0"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"