wcrb-now-playing

CLI to get the current playing track on WCRB

git clone https://code.pdelong.com/wcrb-now-playing.git

  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 = "anyhow"
 13version = "1.0.75"
 14source = "registry+https://github.com/rust-lang/crates.io-index"
 15checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
 16
 17[[package]]
 18name = "base64"
 19version = "0.21.4"
 20source = "registry+https://github.com/rust-lang/crates.io-index"
 21checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
 22
 23[[package]]
 24name = "bumpalo"
 25version = "3.14.0"
 26source = "registry+https://github.com/rust-lang/crates.io-index"
 27checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
 28
 29[[package]]
 30name = "cc"
 31version = "1.0.83"
 32source = "registry+https://github.com/rust-lang/crates.io-index"
 33checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
 34dependencies = [
 35 "libc",
 36]
 37
 38[[package]]
 39name = "cfg-if"
 40version = "1.0.0"
 41source = "registry+https://github.com/rust-lang/crates.io-index"
 42checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 43
 44[[package]]
 45name = "crc32fast"
 46version = "1.3.2"
 47source = "registry+https://github.com/rust-lang/crates.io-index"
 48checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 49dependencies = [
 50 "cfg-if",
 51]
 52
 53[[package]]
 54name = "flate2"
 55version = "1.0.28"
 56source = "registry+https://github.com/rust-lang/crates.io-index"
 57checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
 58dependencies = [
 59 "crc32fast",
 60 "miniz_oxide",
 61]
 62
 63[[package]]
 64name = "form_urlencoded"
 65version = "1.2.0"
 66source = "registry+https://github.com/rust-lang/crates.io-index"
 67checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
 68dependencies = [
 69 "percent-encoding",
 70]
 71
 72[[package]]
 73name = "idna"
 74version = "0.4.0"
 75source = "registry+https://github.com/rust-lang/crates.io-index"
 76checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
 77dependencies = [
 78 "unicode-bidi",
 79 "unicode-normalization",
 80]
 81
 82[[package]]
 83name = "itoa"
 84version = "1.0.9"
 85source = "registry+https://github.com/rust-lang/crates.io-index"
 86checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
 87
 88[[package]]
 89name = "js-sys"
 90version = "0.3.64"
 91source = "registry+https://github.com/rust-lang/crates.io-index"
 92checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 93dependencies = [
 94 "wasm-bindgen",
 95]
 96
 97[[package]]
 98name = "libc"
 99version = "0.2.149"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
102
103[[package]]
104name = "log"
105version = "0.4.20"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
108
109[[package]]
110name = "miniz_oxide"
111version = "0.7.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
114dependencies = [
115 "adler",
116]
117
118[[package]]
119name = "once_cell"
120version = "1.18.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
123
124[[package]]
125name = "percent-encoding"
126version = "2.3.0"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
129
130[[package]]
131name = "proc-macro2"
132version = "1.0.69"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
135dependencies = [
136 "unicode-ident",
137]
138
139[[package]]
140name = "quote"
141version = "1.0.33"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
144dependencies = [
145 "proc-macro2",
146]
147
148[[package]]
149name = "ring"
150version = "0.16.20"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
153dependencies = [
154 "cc",
155 "libc",
156 "once_cell",
157 "spin",
158 "untrusted",
159 "web-sys",
160 "winapi",
161]
162
163[[package]]
164name = "rustls"
165version = "0.21.7"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
168dependencies = [
169 "log",
170 "ring",
171 "rustls-webpki",
172 "sct",
173]
174
175[[package]]
176name = "rustls-webpki"
177version = "0.101.6"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
180dependencies = [
181 "ring",
182 "untrusted",
183]
184
185[[package]]
186name = "ryu"
187version = "1.0.15"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
190
191[[package]]
192name = "sct"
193version = "0.7.0"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
196dependencies = [
197 "ring",
198 "untrusted",
199]
200
201[[package]]
202name = "serde"
203version = "1.0.189"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
206dependencies = [
207 "serde_derive",
208]
209
210[[package]]
211name = "serde_derive"
212version = "1.0.189"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
215dependencies = [
216 "proc-macro2",
217 "quote",
218 "syn",
219]
220
221[[package]]
222name = "serde_json"
223version = "1.0.107"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
226dependencies = [
227 "itoa",
228 "ryu",
229 "serde",
230]
231
232[[package]]
233name = "spin"
234version = "0.5.2"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
237
238[[package]]
239name = "syn"
240version = "2.0.38"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
243dependencies = [
244 "proc-macro2",
245 "quote",
246 "unicode-ident",
247]
248
249[[package]]
250name = "tinyvec"
251version = "1.6.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
254dependencies = [
255 "tinyvec_macros",
256]
257
258[[package]]
259name = "tinyvec_macros"
260version = "0.1.1"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
263
264[[package]]
265name = "unicode-bidi"
266version = "0.3.13"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
269
270[[package]]
271name = "unicode-ident"
272version = "1.0.12"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
275
276[[package]]
277name = "unicode-normalization"
278version = "0.1.22"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
281dependencies = [
282 "tinyvec",
283]
284
285[[package]]
286name = "untrusted"
287version = "0.7.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
290
291[[package]]
292name = "ureq"
293version = "2.8.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3"
296dependencies = [
297 "base64",
298 "flate2",
299 "log",
300 "once_cell",
301 "rustls",
302 "rustls-webpki",
303 "serde",
304 "serde_json",
305 "url",
306 "webpki-roots",
307]
308
309[[package]]
310name = "url"
311version = "2.4.1"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
314dependencies = [
315 "form_urlencoded",
316 "idna",
317 "percent-encoding",
318]
319
320[[package]]
321name = "wasm-bindgen"
322version = "0.2.87"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
325dependencies = [
326 "cfg-if",
327 "wasm-bindgen-macro",
328]
329
330[[package]]
331name = "wasm-bindgen-backend"
332version = "0.2.87"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
335dependencies = [
336 "bumpalo",
337 "log",
338 "once_cell",
339 "proc-macro2",
340 "quote",
341 "syn",
342 "wasm-bindgen-shared",
343]
344
345[[package]]
346name = "wasm-bindgen-macro"
347version = "0.2.87"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
350dependencies = [
351 "quote",
352 "wasm-bindgen-macro-support",
353]
354
355[[package]]
356name = "wasm-bindgen-macro-support"
357version = "0.2.87"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
360dependencies = [
361 "proc-macro2",
362 "quote",
363 "syn",
364 "wasm-bindgen-backend",
365 "wasm-bindgen-shared",
366]
367
368[[package]]
369name = "wasm-bindgen-shared"
370version = "0.2.87"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
373
374[[package]]
375name = "wcrb-now-playing"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "serde",
380 "serde_derive",
381 "serde_json",
382 "ureq",
383]
384
385[[package]]
386name = "web-sys"
387version = "0.3.64"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
390dependencies = [
391 "js-sys",
392 "wasm-bindgen",
393]
394
395[[package]]
396name = "webpki-roots"
397version = "0.25.2"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
400
401[[package]]
402name = "winapi"
403version = "0.3.9"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
406dependencies = [
407 "winapi-i686-pc-windows-gnu",
408 "winapi-x86_64-pc-windows-gnu",
409]
410
411[[package]]
412name = "winapi-i686-pc-windows-gnu"
413version = "0.4.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
416
417[[package]]
418name = "winapi-x86_64-pc-windows-gnu"
419version = "0.4.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"