1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "autocfg"
13version = "1.0.1"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
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 = "compiler_builtins"
25version = "0.1.49"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
28
29[[package]]
30name = "crc32fast"
31version = "1.2.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
34dependencies = [
35 "cfg-if",
36]
37
38[[package]]
39name = "flate2"
40version = "1.0.20"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
43dependencies = [
44 "cfg-if",
45 "crc32fast",
46 "libc",
47 "miniz_oxide",
48]
49
50[[package]]
51name = "hashbrown"
52version = "0.11.2"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
55
56[[package]]
57name = "indexmap"
58version = "1.7.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
61dependencies = [
62 "autocfg",
63 "hashbrown",
64]
65
66[[package]]
67name = "libc"
68version = "0.2.99"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
71
72[[package]]
73name = "memchr"
74version = "2.4.1"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
77dependencies = [
78 "compiler_builtins",
79 "rustc-std-workspace-core",
80]
81
82[[package]]
83name = "memmap2"
84version = "0.3.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
87dependencies = [
88 "libc",
89]
90
91[[package]]
92name = "miniz_oxide"
93version = "0.4.4"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
96dependencies = [
97 "adler",
98 "autocfg",
99]
100
101[[package]]
102name = "object"
103version = "0.26.2"
104dependencies = [
105 "compiler_builtins",
106 "crc32fast",
107 "flate2",
108 "indexmap",
109 "memchr",
110 "memmap2",
111 "rustc-std-workspace-alloc",
112 "rustc-std-workspace-core",
113 "wasmparser",
114]
115
116[[package]]
117name = "rustc-std-workspace-alloc"
118version = "1.0.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86"
121
122[[package]]
123name = "rustc-std-workspace-core"
124version = "1.0.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
127
128[[package]]
129name = "wasmparser"
130version = "0.57.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6"
133