spotify-dl/Cargo.lock

2732 lines
68 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-05-09 20:00:54 +02:00
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
dependencies = [
"aes-soft",
"aesni",
"cipher",
]
[[package]]
name = "aes-ctr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7729c3cde54d67063be556aeac75a81330d802f0259500ca40cb52967f975763"
dependencies = [
"aes-soft",
"aesni",
"cipher",
"ctr",
]
[[package]]
name = "aes-soft"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
dependencies = [
"cipher",
"opaque-debug",
]
[[package]]
name = "aesni"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
dependencies = [
"cipher",
"opaque-debug",
]
2023-01-25 17:07:52 +01:00
[[package]]
name = "aho-corasick"
2024-05-11 00:04:16 +02:00
version = "1.1.3"
2023-01-25 17:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-01-25 17:07:52 +01:00
dependencies = [
"memchr",
]
2024-05-10 18:33:42 +02:00
[[package]]
2024-05-11 00:04:16 +02:00
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
2024-05-10 18:33:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2024-05-10 18:33:42 +02:00
dependencies = [
2024-05-11 00:04:16 +02:00
"libc",
2024-05-10 18:33:42 +02:00
]
[[package]]
name = "anyhow"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
[[package]]
name = "async-trait"
2024-05-11 00:04:16 +02:00
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2024-05-11 00:04:16 +02:00
"hermit-abi 0.1.19",
"libc",
2022-06-08 18:07:29 +02:00
"winapi",
]
[[package]]
name = "audiotags"
2024-05-09 20:00:54 +02:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "44e797ce0164cf599c71f2c3849b56301d96a3dc033544588e875686b050ed39"
dependencies = [
2024-05-09 20:00:54 +02:00
"audiotags-macro",
"id3",
"metaflac",
"mp4ameta",
2024-05-09 20:00:54 +02:00
"readme-rustdocifier",
"thiserror",
]
[[package]]
2024-05-09 20:00:54 +02:00
name = "audiotags-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "8eaa9b2312fc01f7291f3b7b0f52ed08b1c0177c96a2e696ab55695cc4d06889"
[[package]]
name = "autocfg"
2024-05-11 00:04:16 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-05-17 18:06:31 +02:00
[[package]]
name = "autotools"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef941527c41b0fc0dd48511a8154cd5fc7e29200a0ff8b7203c5d777dbc795cf"
dependencies = [
"cc",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "backtrace"
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2024-05-11 00:04:16 +02:00
"miniz_oxide",
2024-05-09 20:00:54 +02:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2024-05-11 00:04:16 +02:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "bindgen"
2024-05-11 00:04:16 +02:00
version = "0.66.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
dependencies = [
2024-05-11 00:04:16 +02:00
"bitflags 2.5.0",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
2024-05-11 00:04:16 +02:00
"log",
"peeking_take_while",
2024-05-11 00:04:16 +02:00
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
2024-05-11 00:04:16 +02:00
"which",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-01-17 13:07:52 +01:00
[[package]]
name = "bitflags"
2024-05-11 00:04:16 +02:00
version = "2.5.0"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2024-01-17 13:07:52 +01:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
[[package]]
name = "block-buffer"
2024-05-11 00:04:16 +02:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2024-05-13 21:41:10 +02:00
[[package]]
name = "built"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16"
[[package]]
name = "bumpalo"
2024-05-11 00:04:16 +02:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
2024-05-11 00:04:16 +02:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2024-05-11 00:04:16 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "cc"
2024-05-09 20:00:54 +02:00
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-05-11 00:04:16 +02:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
2024-05-11 00:04:16 +02:00
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
2024-05-11 00:04:16 +02:00
"wasm-bindgen",
"windows-targets 0.52.5",
]
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
"generic-array",
]
[[package]]
name = "clang-sys"
2024-05-11 00:04:16 +02:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
2024-01-17 13:07:52 +01:00
"bitflags 1.3.2",
"textwrap",
"unicode-width",
]
[[package]]
name = "console"
2024-05-11 00:04:16 +02:00
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
2024-05-11 00:04:16 +02:00
"lazy_static",
"libc",
"unicode-width",
2024-05-11 00:04:16 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "core-foundation-sys"
2024-05-11 00:04:16 +02:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
2024-05-13 21:41:10 +02:00
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
2024-05-13 21:41:10 +02:00
"libc",
]
[[package]]
2024-05-13 21:41:10 +02:00
name = "crc"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
dependencies = [
2024-05-13 21:41:10 +02:00
"crc-catalog",
]
[[package]]
2024-05-13 21:41:10 +02:00
name = "crc-catalog"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
[[package]]
2024-05-13 21:41:10 +02:00
name = "crc32fast"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
dependencies = [
2024-05-13 21:41:10 +02:00
"cfg-if",
]
[[package]]
2024-05-13 21:41:10 +02:00
name = "crossbeam-channel"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
dependencies = [
2024-05-13 21:41:10 +02:00
"crossbeam-utils",
]
2024-05-17 18:06:31 +02:00
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
2024-05-13 21:41:10 +02:00
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "crypto-common"
2024-05-11 00:04:16 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "crypto-mac"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "ctr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
dependencies = [
"cipher",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "digest"
2024-05-11 00:04:16 +02:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2024-05-11 00:04:16 +02:00
"block-buffer 0.10.4",
"crypto-common",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
2024-01-17 13:07:52 +01:00
[[package]]
name = "either"
2024-05-17 18:06:31 +02:00
version = "1.12.0"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
2024-01-17 13:07:52 +01:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "env_logger"
2024-05-09 20:00:54 +02:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
"log",
"termcolor",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-01-17 13:07:52 +01:00
[[package]]
name = "errno"
2024-05-11 00:04:16 +02:00
version = "0.3.9"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-01-17 13:07:52 +01:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "fastrand"
2024-05-11 00:04:16 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2024-05-09 20:00:54 +02:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
2024-05-13 21:41:10 +02:00
name = "flacenc"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "fb6da14d3c6605689b5c9ed5187a5218a6d3888e14b747bc18fd4e4bafd452bd"
dependencies = [
2024-05-13 21:41:10 +02:00
"built",
"crc",
"crossbeam-channel",
"heapless",
"log",
"md-5",
"num-traits",
"rustversion",
"seq-macro",
"serde",
]
[[package]]
name = "flate2"
2024-05-11 00:04:16 +02:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
dependencies = [
"crc32fast",
2024-05-11 00:04:16 +02:00
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-05-11 00:04:16 +02:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
]
[[package]]
name = "futures-sink"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
2024-05-11 00:04:16 +02:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2024-05-11 00:04:16 +02:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
2024-05-17 18:06:31 +02:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
dependencies = [
2022-06-08 18:07:29 +02:00
"cfg-if",
"libc",
2024-05-11 00:04:16 +02:00
"wasi",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "glob"
2024-05-11 00:04:16 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2024-05-13 21:41:10 +02:00
[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
"byteorder",
]
[[package]]
name = "hashbrown"
2024-05-11 00:04:16 +02:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-05-09 20:00:54 +02:00
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "headers"
2024-05-11 00:04:16 +02:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
dependencies = [
2024-05-11 00:04:16 +02:00
"base64 0.21.7",
2022-06-08 18:07:29 +02:00
"bytes",
"headers-core",
"http",
"httpdate",
"mime",
2024-05-11 00:04:16 +02:00
"sha1",
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
2024-05-13 21:41:10 +02:00
[[package]]
name = "heapless"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
"hash32",
"serde",
"stable_deref_trait",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2024-05-11 00:04:16 +02:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
dependencies = [
"crypto-mac",
"digest 0.9.0",
]
2024-01-17 13:07:52 +01:00
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
2022-06-08 18:07:29 +02:00
"winapi",
]
[[package]]
name = "http"
2024-05-11 00:04:16 +02:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
2022-06-08 18:07:29 +02:00
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-05-11 00:04:16 +02:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
2022-06-08 18:07:29 +02:00
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-05-11 00:04:16 +02:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2024-05-11 00:04:16 +02:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2024-05-11 00:04:16 +02:00
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
2022-06-08 18:07:29 +02:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-05-11 00:04:16 +02:00
"socket2 0.5.7",
2022-06-08 18:07:29 +02:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-proxy"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
dependencies = [
2022-06-08 18:07:29 +02:00
"bytes",
2024-05-10 18:33:42 +02:00
"futures",
"headers",
"http",
"hyper",
2022-06-08 18:07:29 +02:00
"tokio",
"tower-service",
]
2024-05-11 00:04:16 +02:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "id3"
2024-05-09 20:00:54 +02:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "79f41f7e5ad125c63d55b112a98afb753742fa7f97692bfbbc52544b89e1ff1f"
dependencies = [
2024-05-11 00:04:16 +02:00
"bitflags 2.5.0",
"byteorder",
"flate2",
]
[[package]]
name = "idna"
2024-05-11 00:04:16 +02:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "if-addrs"
2024-05-09 20:00:54 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"
dependencies = [
"libc",
2022-06-08 18:07:29 +02:00
"winapi",
]
[[package]]
2024-05-09 20:00:54 +02:00
name = "indexmap"
2024-05-11 00:04:16 +02:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
2024-05-09 20:00:54 +02:00
"autocfg",
2024-05-11 00:04:16 +02:00
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
2024-05-09 20:00:54 +02:00
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
2024-05-09 20:00:54 +02:00
"equivalent",
"hashbrown 0.14.5",
]
[[package]]
name = "indicatif"
2024-05-09 20:00:54 +02:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
2024-05-09 20:00:54 +02:00
"instant",
"number_prefix",
2024-05-09 20:00:54 +02:00
"portable-atomic",
"unicode-width",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-06-08 18:07:29 +02:00
"cfg-if",
]
[[package]]
name = "itoa"
2024-05-11 00:04:16 +02:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "js-sys"
2024-05-11 00:04:16 +02:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lewton"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
dependencies = [
"byteorder",
"ogg",
"tinyvec",
]
[[package]]
name = "libc"
2024-05-17 18:06:31 +02:00
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libloading"
2024-05-11 00:04:16 +02:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [
2022-06-08 18:07:29 +02:00
"cfg-if",
2024-05-11 00:04:16 +02:00
"windows-targets 0.52.5",
]
[[package]]
name = "libm"
2024-05-11 00:04:16 +02:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libmdns"
2024-05-09 20:00:54 +02:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "0b04ae6b56b3b19ade26f0e7e7c1360a1713514f326c5ed0797cf2c109c9e010"
dependencies = [
"byteorder",
"futures-util",
"hostname",
"if-addrs",
"log",
"multimap",
2024-05-09 20:00:54 +02:00
"nix",
"rand",
2024-05-11 00:04:16 +02:00
"socket2 0.4.10",
"thiserror",
2022-06-08 18:07:29 +02:00
"tokio",
2024-05-09 20:00:54 +02:00
"winapi",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
2024-05-11 00:04:16 +02:00
"bitflags 2.5.0",
2024-05-10 18:33:42 +02:00
"libc",
]
[[package]]
name = "librespot"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "ea4c9952ef48968f8184a4a87f8576982426ebe623342d5a28f7d9c4978e4a44"
dependencies = [
2024-05-11 00:04:16 +02:00
"base64 0.13.1",
"env_logger",
"futures-util",
"getopts",
"hex",
"hyper",
"librespot-audio",
"librespot-connect",
"librespot-core",
"librespot-discovery",
"librespot-metadata",
"librespot-playback",
"librespot-protocol",
"log",
2024-05-09 20:00:54 +02:00
"rpassword 6.0.1",
2024-05-11 00:04:16 +02:00
"sha-1",
"thiserror",
2022-06-08 18:07:29 +02:00
"tokio",
"url",
]
[[package]]
name = "librespot-audio"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "c176a31355e1ea8e0b9c4ced19df4947bfe4770661c25c142b6fba2365940d9d"
dependencies = [
"aes-ctr",
"byteorder",
2022-06-08 18:07:29 +02:00
"bytes",
"futures-util",
"librespot-core",
"log",
"tempfile",
2022-06-08 18:07:29 +02:00
"tokio",
]
[[package]]
name = "librespot-connect"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "4ffafb6a443e9445ccb3d5d591573b5b1da3c89a9b8846c63ba2c3710210d3ec"
dependencies = [
"form_urlencoded",
"futures-util",
"librespot-core",
"librespot-discovery",
"librespot-playback",
"librespot-protocol",
"log",
"protobuf",
"rand",
"serde",
"serde_json",
2022-06-08 18:07:29 +02:00
"tokio",
"tokio-stream",
]
[[package]]
name = "librespot-core"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "046349f25888e644bf02d9c5de0164b2a493d29aa4ce18e1ad0b756da9b55d6d"
dependencies = [
"aes",
2024-05-11 00:04:16 +02:00
"base64 0.13.1",
"byteorder",
2022-06-08 18:07:29 +02:00
"bytes",
"form_urlencoded",
"futures-core",
"futures-util",
"hmac",
"http",
"httparse",
"hyper",
"hyper-proxy",
"librespot-protocol",
"log",
"num-bigint",
"num-integer",
"num-traits",
"once_cell",
"pbkdf2",
"priority-queue",
"protobuf",
"rand",
"serde",
"serde_json",
2024-05-11 00:04:16 +02:00
"sha-1",
"shannon",
"thiserror",
2022-06-08 18:07:29 +02:00
"tokio",
"tokio-stream",
"tokio-util",
"url",
"uuid",
"vergen",
]
[[package]]
name = "librespot-discovery"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "2aa877d18f6150364012cb4be5682d62d7c712c88bae2d0d01720fd7c15e2f06"
dependencies = [
"aes-ctr",
2024-05-11 00:04:16 +02:00
"base64 0.13.1",
"form_urlencoded",
"futures-core",
"hmac",
"hyper",
"libmdns",
"librespot-core",
"log",
"rand",
"serde_json",
2024-05-11 00:04:16 +02:00
"sha-1",
"thiserror",
2022-06-08 18:07:29 +02:00
"tokio",
]
[[package]]
name = "librespot-metadata"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "6b80361fcbcb5092056fd47c08c34d5d51b08385d8efb6941c0d3e46d032c21c"
dependencies = [
"async-trait",
"byteorder",
"librespot-core",
"librespot-protocol",
"log",
"protobuf",
]
[[package]]
name = "librespot-playback"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "5190a0b9bcc7f70ee4196a6b4a1c731d405ca130d4a6fcd4c561cfdde8b7cfb7"
dependencies = [
"byteorder",
"futures-executor",
"futures-util",
"lewton",
"librespot-audio",
"librespot-core",
"librespot-metadata",
"log",
"ogg",
2024-05-13 21:41:10 +02:00
"parking_lot",
"rand",
"rand_distr",
"shell-words",
"thiserror",
2022-06-08 18:07:29 +02:00
"tokio",
"zerocopy",
]
[[package]]
name = "librespot-protocol"
2024-05-09 20:00:54 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "5d6d3ac6196ac0ea67bbe039f56d6730a5d8b31502ef9bce0f504ed729dcb39f"
dependencies = [
"glob",
"protobuf",
"protobuf-codegen-pure",
]
2024-01-17 13:07:52 +01:00
[[package]]
name = "linux-raw-sys"
2024-05-17 18:06:31 +02:00
version = "0.4.14"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-01-17 13:07:52 +01:00
[[package]]
name = "lock_api"
2024-05-11 00:04:16 +02:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-05-11 00:04:16 +02:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2024-01-17 13:07:52 +01:00
[[package]]
name = "machine-uid"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "958d2e0ee250103b08a70a5785ca5abcd077a47584b35087248a93758c699f29"
dependencies = [
2024-05-13 21:41:10 +02:00
"bindgen",
2024-01-17 13:07:52 +01:00
"cc",
"winreg",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2024-05-10 18:33:42 +02:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2024-05-11 00:04:16 +02:00
"regex-automata 0.1.10",
2024-05-10 18:33:42 +02:00
]
2024-05-13 21:41:10 +02:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest 0.10.7",
]
[[package]]
name = "memchr"
2024-05-11 00:04:16 +02:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "metaflac"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1470d3cc1bb0d692af5eb3afb594330b8ba09fd91c32c4e1c6322172a5ba750"
dependencies = [
"byteorder",
"hex",
"log",
]
[[package]]
name = "mime"
2024-05-11 00:04:16 +02:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2024-05-09 20:00:54 +02:00
[[package]]
name = "miniz_oxide"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-05-09 20:00:54 +02:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
2024-05-11 00:04:16 +02:00
"wasi",
2024-05-09 20:00:54 +02:00
"windows-sys 0.48.0",
]
2024-05-17 18:06:31 +02:00
[[package]]
name = "mp3lame-encoder"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64622e64e2f9ee2a2fee97a6f53bd8b0301fa0fd15f2f4152f910091949689c7"
dependencies = [
"libc",
"mp3lame-sys",
]
[[package]]
name = "mp3lame-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99896fd43ed58e957c164c5f4a1e7d8e770f358835cc6920b2eab7ab6d1a7106"
dependencies = [
"autotools",
"cc",
"libc",
]
[[package]]
name = "mp4ameta"
2024-05-09 20:00:54 +02:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "eb23d62e8eb5299a3f79657c70ea9269eac8f6239a76952689bcd06a74057e81"
dependencies = [
"lazy_static",
"mp4ameta_proc",
]
[[package]]
name = "mp4ameta_proc"
2024-05-09 20:00:54 +02:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "07dcca13d1740c0a665f77104803360da0bdb3323ecce2e93fa2c959a6d52806"
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
dependencies = [
"serde",
]
[[package]]
name = "nix"
2024-05-11 00:04:16 +02:00
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
dependencies = [
2024-01-17 13:07:52 +01:00
"bitflags 1.3.2",
"cc",
2022-06-08 18:07:29 +02:00
"cfg-if",
"libc",
2022-06-08 18:07:29 +02:00
"memoffset",
]
[[package]]
name = "nom"
2024-05-11 00:04:16 +02:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-05-11 00:04:16 +02:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-bigint"
2024-05-11 00:04:16 +02:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
dependencies = [
"num-integer",
"num-traits",
"rand",
]
[[package]]
name = "num-integer"
2024-05-11 00:04:16 +02:00
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
2024-05-11 00:04:16 +02:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
"libm",
]
[[package]]
name = "num_cpus"
2024-05-11 00:04:16 +02:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2024-05-11 00:04:16 +02:00
"hermit-abi 0.3.9",
"libc",
]
[[package]]
name = "number_prefix"
2024-05-09 20:00:54 +02:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
[[package]]
name = "ogg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [
"byteorder",
]
[[package]]
name = "once_cell"
2024-05-09 20:00:54 +02:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "opaque-debug"
2024-05-11 00:04:16 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2024-05-10 18:33:42 +02:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2024-05-11 00:04:16 +02:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2024-05-09 20:00:54 +02:00
[[package]]
name = "parking_lot"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
dependencies = [
"lock_api",
2024-05-13 21:41:10 +02:00
"parking_lot_core",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"backtrace",
"cfg-if",
"libc",
"petgraph",
2024-05-13 21:41:10 +02:00
"redox_syscall",
2024-05-09 20:00:54 +02:00
"smallvec",
"thread-id",
2024-05-11 00:04:16 +02:00
"windows-targets 0.52.5",
2024-05-09 20:00:54 +02:00
]
[[package]]
name = "pbkdf2"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
dependencies = [
"crypto-mac",
"hmac",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "percent-encoding"
2024-05-11 00:04:16 +02:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-05-09 20:00:54 +02:00
[[package]]
name = "petgraph"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
dependencies = [
"fixedbitset",
"indexmap 2.2.6",
]
[[package]]
name = "pin-project-lite"
2024-05-09 20:00:54 +02:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-05-09 20:00:54 +02:00
[[package]]
name = "portable-atomic"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]]
name = "ppv-lite86"
2024-05-11 00:04:16 +02:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2024-01-17 13:07:52 +01:00
[[package]]
name = "prettyplease"
2024-05-11 00:04:16 +02:00
version = "0.2.20"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2024-01-17 13:07:52 +01:00
dependencies = [
"proc-macro2",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
2024-01-17 13:07:52 +01:00
]
[[package]]
name = "priority-queue"
2024-05-11 00:04:16 +02:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a0bda9164fe05bc9225752d54aae413343c36f684380005398a6a8fde95fe785"
dependencies = [
"autocfg",
2024-05-11 00:04:16 +02:00
"indexmap 1.9.3",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2024-05-11 00:04:16 +02:00
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2024-05-11 00:04:16 +02:00
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
dependencies = [
2022-06-08 18:07:29 +02:00
"unicode-ident",
]
[[package]]
name = "protobuf"
2024-05-11 00:04:16 +02:00
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "protobuf-codegen"
2024-05-11 00:04:16 +02:00
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6"
dependencies = [
"protobuf",
]
[[package]]
name = "protobuf-codegen-pure"
2024-05-11 00:04:16 +02:00
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "95a29399fc94bcd3eeaa951c715f7bea69409b2445356b00519740bcd6ddd865"
dependencies = [
"protobuf",
"protobuf-codegen",
]
[[package]]
name = "quote"
2024-05-11 00:04:16 +02:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2024-05-11 00:04:16 +02:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand",
]
2024-05-17 18:06:31 +02:00
[[package]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "readme-rustdocifier"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08ad765b21a08b1a8e5cdce052719188a23772bcbefb3c439f0baaf62c56ceac"
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
2024-05-11 00:04:16 +02:00
"bitflags 2.5.0",
2024-05-09 20:00:54 +02:00
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "redox_users"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
"getrandom",
"libredox",
"thiserror",
]
[[package]]
name = "regex"
2024-05-11 00:04:16 +02:00
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
2023-01-25 17:07:52 +01:00
"aho-corasick",
"memchr",
2024-05-11 00:04:16 +02:00
"regex-automata 0.4.6",
"regex-syntax 0.8.3",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2024-05-11 00:04:16 +02:00
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.3",
2024-05-10 18:33:42 +02:00
]
[[package]]
name = "regex-syntax"
2024-05-11 00:04:16 +02:00
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
2024-05-11 00:04:16 +02:00
name = "regex-syntax"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "rpassword"
2024-05-09 20:00:54 +02:00
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
dependencies = [
"libc",
2024-05-09 20:00:54 +02:00
"serde",
"serde_json",
2022-06-08 18:07:29 +02:00
"winapi",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "rpassword"
version = "7.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
dependencies = [
"libc",
"rtoolbox",
"windows-sys 0.48.0",
]
[[package]]
name = "rtoolbox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-06-08 18:07:29 +02:00
"semver",
]
2024-01-17 13:07:52 +01:00
[[package]]
name = "rustix"
2024-05-11 00:04:16 +02:00
version = "0.38.34"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2024-01-17 13:07:52 +01:00
dependencies = [
2024-05-11 00:04:16 +02:00
"bitflags 2.5.0",
2024-01-17 13:07:52 +01:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
2024-05-13 21:41:10 +02:00
name = "rustversion"
2024-05-17 18:06:31 +02:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
2024-05-13 21:41:10 +02:00
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "scopeguard"
2024-05-11 00:04:16 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "semver"
2024-05-11 00:04:16 +02:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2024-05-13 21:41:10 +02:00
[[package]]
name = "seq-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
[[package]]
name = "serde"
2024-05-17 18:06:31 +02:00
version = "1.0.202"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-17 18:06:31 +02:00
version = "1.0.202"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
]
[[package]]
name = "serde_json"
2024-05-11 00:04:16 +02:00
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
"block-buffer 0.9.0",
2022-06-08 18:07:29 +02:00
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
2024-05-11 00:04:16 +02:00
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
2022-06-08 18:07:29 +02:00
"cfg-if",
"cpufeatures",
2024-05-11 00:04:16 +02:00
"digest 0.10.7",
]
[[package]]
name = "shannon"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561"
dependencies = [
"byteorder",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
2024-05-11 00:04:16 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook-registry"
2024-05-11 00:04:16 +02:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "slab"
2024-05-11 00:04:16 +02:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-05-11 00:04:16 +02:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "socket2"
2024-05-11 00:04:16 +02:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
2022-06-08 18:07:29 +02:00
"winapi",
]
2024-05-09 20:00:54 +02:00
[[package]]
name = "socket2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "spotify-dl"
2024-05-17 20:02:59 +02:00
version = "0.5.4"
dependencies = [
2024-05-10 18:33:42 +02:00
"anyhow",
"async-trait",
"audiotags",
2024-05-10 18:33:42 +02:00
"dirs",
2024-05-13 21:41:10 +02:00
"flacenc",
2024-05-17 18:06:31 +02:00
"futures",
"indicatif",
2024-05-10 18:33:42 +02:00
"lazy_static",
"librespot",
2024-01-17 13:07:52 +01:00
"machine-uid",
2024-05-17 18:06:31 +02:00
"mp3lame-encoder",
"rayon",
2023-01-25 17:07:52 +01:00
"regex",
2024-05-09 20:00:54 +02:00
"rpassword 7.3.1",
"structopt",
2022-06-08 18:07:29 +02:00
"tokio",
2024-05-10 18:33:42 +02:00
"tracing",
"tracing-subscriber",
]
[[package]]
2024-05-13 21:41:10 +02:00
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-13 21:41:10 +02:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
2024-05-11 00:04:16 +02:00
"syn 1.0.109",
]
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
2024-05-11 00:04:16 +02:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
2022-06-08 18:07:29 +02:00
"unicode-ident",
]
2024-01-17 13:07:52 +01:00
[[package]]
name = "syn"
2024-05-17 18:06:31 +02:00
version = "2.0.64"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 18:06:31 +02:00
checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
2024-01-17 13:07:52 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tempfile"
2024-05-11 00:04:16 +02:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
2022-06-08 18:07:29 +02:00
"cfg-if",
"fastrand",
2024-05-11 00:04:16 +02:00
"rustix",
"windows-sys 0.52.0",
]
[[package]]
name = "termcolor"
2024-05-11 00:04:16 +02:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
2024-05-09 20:00:54 +02:00
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-09 20:00:54 +02:00
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
2024-05-09 20:00:54 +02:00
]
[[package]]
name = "thread-id"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0ec81c46e9eb50deaa257be2f148adf052d1fb7701cfd55ccfab2525280b70b"
dependencies = [
"libc",
"winapi",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2024-05-11 00:04:16 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2024-05-09 20:00:54 +02:00
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
2024-05-09 20:00:54 +02:00
"backtrace",
2022-06-08 18:07:29 +02:00
"bytes",
"libc",
2022-06-08 18:07:29 +02:00
"mio",
"num_cpus",
2024-05-13 21:41:10 +02:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-05-09 20:00:54 +02:00
"socket2 0.5.7",
"tokio-macros",
2024-05-10 18:33:42 +02:00
"tracing",
2024-05-09 20:00:54 +02:00
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
2024-05-09 20:00:54 +02:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
]
[[package]]
name = "tokio-stream"
2024-05-11 00:04:16 +02:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
"futures-core",
"pin-project-lite",
2022-06-08 18:07:29 +02:00
"tokio",
]
[[package]]
name = "tokio-util"
2024-05-09 20:00:54 +02:00
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
dependencies = [
2022-06-08 18:07:29 +02:00
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
2022-06-08 18:07:29 +02:00
"tokio",
]
[[package]]
name = "tower-service"
2024-05-11 00:04:16 +02:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2024-05-11 00:04:16 +02:00
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
2024-05-10 18:33:42 +02:00
"tracing-attributes",
"tracing-core",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "tracing-attributes"
2024-05-11 00:04:16 +02:00
version = "0.1.27"
2024-05-10 18:33:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2024-05-10 18:33:42 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
2024-05-10 18:33:42 +02:00
]
[[package]]
name = "tracing-core"
2024-05-10 18:33:42 +02:00
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2024-05-11 00:04:16 +02:00
version = "0.2.0"
2024-05-10 18:33:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2024-05-10 18:33:42 +02:00
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2024-05-11 00:04:16 +02:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
2024-05-10 18:33:42 +02:00
"matchers",
2024-05-11 00:04:16 +02:00
"nu-ansi-term",
2022-06-08 18:07:29 +02:00
"once_cell",
2024-05-10 18:33:42 +02:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
2024-05-11 00:04:16 +02:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "typenum"
2024-05-11 00:04:16 +02:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-bidi"
2024-05-11 00:04:16 +02:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-06-08 18:07:29 +02:00
[[package]]
name = "unicode-ident"
2024-05-11 00:04:16 +02:00
version = "1.0.12"
2022-06-08 18:07:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-06-08 18:07:29 +02:00
[[package]]
name = "unicode-normalization"
2024-05-11 00:04:16 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2024-05-11 00:04:16 +02:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
2024-05-11 00:04:16 +02:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "url"
2024-05-11 00:04:16 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "uuid"
2024-05-09 20:00:54 +02:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
dependencies = [
"getrandom",
]
2024-05-10 18:33:42 +02:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vergen"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a"
dependencies = [
2024-01-17 13:07:52 +01:00
"bitflags 1.3.2",
"chrono",
2022-06-08 18:07:29 +02:00
"rustc_version",
]
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
2024-05-11 00:04:16 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-05-11 00:04:16 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
2022-06-08 18:07:29 +02:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-05-11 00:04:16 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
2024-05-11 00:04:16 +02:00
"once_cell",
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-05-11 00:04:16 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-05-11 00:04:16 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-05-11 00:04:16 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2024-01-17 13:07:52 +01:00
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2024-05-11 00:04:16 +02:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
2024-05-11 00:04:16 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-05-11 00:04:16 +02:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.5",
]
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-11 00:04:16 +02:00
"windows-targets 0.52.5",
2024-01-17 13:07:52 +01:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-01-17 13:07:52 +01:00
dependencies = [
2024-05-11 00:04:16 +02:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2024-01-17 13:07:52 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
2024-01-17 13:07:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-11 00:04:16 +02:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-01-17 13:07:52 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-05-11 00:04:16 +02:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2024-01-17 13:07:52 +01:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "zerocopy"
2024-05-09 20:00:54 +02:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-09 20:00:54 +02:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 20:00:54 +02:00
checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
dependencies = [
"proc-macro2",
2024-05-09 20:00:54 +02:00
"quote",
2024-05-17 18:06:31 +02:00
"syn 2.0.64",
]