Skip to main content

max / shop

5.5 KB · 251 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "arbitrary"
7 version = "1.4.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
10
11 [[package]]
12 name = "base64"
13 version = "0.23.1"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
16
17 [[package]]
18 name = "cc"
19 version = "1.4.4"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
22 dependencies = [
23 "find-msvc-tools",
24 "jobserver",
25 "libc",
26 "shlex",
27 ]
28
29 [[package]]
30 name = "cfg-if"
31 version = "1.0.4"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
34
35 [[package]]
36 name = "find-msvc-tools"
37 version = "0.1.11"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
40
41 [[package]]
42 name = "getrandom"
43 version = "0.4.3"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
46 dependencies = [
47 "cfg-if",
48 "libc",
49 "r-efi",
50 ]
51
52 [[package]]
53 name = "jobserver"
54 version = "0.1.35"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
57 dependencies = [
58 "getrandom",
59 "libc",
60 ]
61
62 [[package]]
63 name = "kittygfx"
64 version = "0.1.0"
65 dependencies = [
66 "base64",
67 "tracing",
68 ]
69
70 [[package]]
71 name = "kittygfx-fuzz"
72 version = "0.0.0"
73 dependencies = [
74 "kittygfx",
75 "libfuzzer-sys",
76 ]
77
78 [[package]]
79 name = "libc"
80 version = "0.2.189"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
83
84 [[package]]
85 name = "libfuzzer-sys"
86 version = "0.4.13"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
88 checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2"
89 dependencies = [
90 "arbitrary",
91 "cc",
92 ]
93
94 [[package]]
95 name = "once_cell"
96 version = "1.21.4"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
99
100 [[package]]
101 name = "pin-project-lite"
102 version = "0.2.17"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
105
106 [[package]]
107 name = "proc-macro2"
108 version = "1.0.107"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
111 dependencies = [
112 "unicode-ident",
113 ]
114
115 [[package]]
116 name = "quote"
117 version = "1.0.47"
118 source = "registry+https://github.com/rust-lang/crates.io-index"
119 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
120 dependencies = [
121 "proc-macro2",
122 ]
123
124 [[package]]
125 name = "r-efi"
126 version = "6.0.0"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
129
130 [[package]]
131 name = "shlex"
132 version = "2.0.1"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
135
136 [[package]]
137 name = "syn"
138 version = "2.0.119"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
141 dependencies = [
142 "proc-macro2",
143 "quote",
144 "unicode-ident",
145 ]
146
147 [[package]]
148 name = "tracing"
149 version = "0.1.44"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
152 dependencies = [
153 "pin-project-lite",
154 "tracing-attributes",
155 "tracing-core",
156 ]
157
158 [[package]]
159 name = "tracing-attributes"
160 version = "0.1.31"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
163 dependencies = [
164 "proc-macro2",
165 "quote",
166 "syn",
167 ]
168
169 [[package]]
170 name = "tracing-core"
171 version = "0.1.36"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
174 dependencies = [
175 "once_cell",
176 ]
177
178 [[package]]
179 name = "unicode-ident"
180 version = "1.0.24"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
183
184 [[patch.unused]]
185 name = "quasi-type"
186 version = "0.1.3"
187
188 [[patch.unused]]
189 name = "kberg"
190 version = "0.1.0"
191
192 [[patch.unused]]
193 name = "ops-status"
194 version = "0.1.0"
195
196 [[patch.unused]]
197 name = "painhours"
198 version = "0.1.0"
199
200 [[patch.unused]]
201 name = "tagtree"
202 version = "0.4.1"
203
204 [[patch.unused]]
205 name = "quasi-axum"
206 version = "0.81.0"
207
208 [[patch.unused]]
209 name = "quasi-basics"
210 version = "0.81.0"
211
212 [[patch.unused]]
213 name = "quasi-http"
214 version = "0.81.0"
215
216 [[patch.unused]]
217 name = "quasi-immediate"
218 version = "0.81.0"
219
220 [[patch.unused]]
221 name = "quasi-notifs"
222 version = "0.81.0"
223
224 [[patch.unused]]
225 name = "quasi-router"
226 version = "0.81.0"
227
228 [[patch.unused]]
229 name = "quasi-store"
230 version = "0.1.0"
231
232 [[patch.unused]]
233 name = "quasi-tauri"
234 version = "0.81.0"
235
236 [[patch.unused]]
237 name = "quasi-webview"
238 version = "0.81.0"
239
240 [[patch.unused]]
241 name = "synckit-client"
242 version = "0.10.0"
243
244 [[patch.unused]]
245 name = "synckit-config"
246 version = "0.2.0"
247
248 [[patch.unused]]
249 name = "docengine"
250 version = "0.7.0"
251