2022-04-29 15:07:10 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-05-12 00:18:58 +02:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.6.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
2022-05-12 00:18:58 +02:00
|
|
|
"cipher",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-ctr"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.6.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "7729c3cde54d67063be556aeac75a81330d802f0259500ca40cb52967f975763"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
2022-05-12 00:18:58 +02:00
|
|
|
"cipher",
|
2022-04-29 15:07:10 +02:00
|
|
|
"ctr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-soft"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.6.4"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"cipher",
|
2022-04-29 15:07:10 +02:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aesni"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.10.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"cipher",
|
2022-04-29 15:07:10 +02:00
|
|
|
"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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "async-trait"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.80"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2022-04-29 15:07:10 +02:00
|
|
|
"libc",
|
2022-06-08 18:07:29 +02:00
|
|
|
"winapi",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "audiotags"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.5.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "44e797ce0164cf599c71f2c3849b56301d96a3dc033544588e875686b050ed39"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-09 20:00:54 +02:00
|
|
|
"audiotags-macro",
|
2022-05-12 00:18:58 +02:00
|
|
|
"id3",
|
|
|
|
"metaflac",
|
|
|
|
"mp4ameta",
|
2024-05-09 20:00:54 +02:00
|
|
|
"readme-rustdocifier",
|
2022-05-12 00:18:58 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-09 20:00:54 +02:00
|
|
|
name = "audiotags-macro"
|
|
|
|
version = "0.2.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "8eaa9b2312fc01f7291f3b7b0f52ed08b1c0177c96a2e696ab55695cc4d06889"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "autocfg"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.3.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2024-05-15 19:48:46 +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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.66.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"bitflags 2.5.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
2024-05-11 00:04:16 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"peeking_take_while",
|
2024-05-11 00:04:16 +02:00
|
|
|
"prettyplease",
|
2022-04-29 15:07:10 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2024-05-11 00:04:16 +02:00
|
|
|
"which",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "1.3.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
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
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.9.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "block-buffer"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.10.4"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-04-29 15:07:10 +02:00
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "bumpalo"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "3.16.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.5.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.6.0"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.0.97"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.6.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.38"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2022-04-29 15:07:10 +02:00
|
|
|
"num-traits",
|
2024-05-11 00:04:16 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets 0.52.5",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.7.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
2022-04-29 15:07:10 +02:00
|
|
|
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",
|
2022-04-29 15:07:10 +02:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.15.8"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2024-05-11 00:04:16 +02:00
|
|
|
"lazy_static",
|
2022-04-29 15:07:10 +02:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2024-05-11 00:04:16 +02:00
|
|
|
"windows-sys 0.52.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.8.6"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.12"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-13 21:41:10 +02:00
|
|
|
"libc",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "crc"
|
|
|
|
version = "2.1.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-13 21:41:10 +02:00
|
|
|
"crc-catalog",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "crc-catalog"
|
|
|
|
version = "1.1.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.4.0"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-13 21:41:10 +02:00
|
|
|
"cfg-if",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.12"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-13 21:41:10 +02:00
|
|
|
"crossbeam-utils",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2024-05-15 19:48:46 +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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "crypto-common"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.6"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.11.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.9.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.10.7"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"block-buffer 0.10.4",
|
2022-05-12 00:18:58 +02:00
|
|
|
"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-11 00:04:16 +02:00
|
|
|
version = "1.11.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 = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
|
2024-01-17 13:07:52 +01:00
|
|
|
|
2022-04-29 15:07:10 +02: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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "fastrand"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "2.1.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "flacenc"
|
|
|
|
version = "0.4.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "fb6da14d3c6605689b5c9ed5187a5218a6d3888e14b747bc18fd4e4bafd452bd"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-13 21:41:10 +02:00
|
|
|
"built",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"heapless",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"num-traits",
|
|
|
|
"rustversion",
|
|
|
|
"seq-macro",
|
|
|
|
"serde",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-05-11 00:04:16 +02:00
|
|
|
"miniz_oxide",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "form_urlencoded"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.2.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "futures"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"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"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.30"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.14.7"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-05-12 00:18:58 +02:00
|
|
|
"version_check",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-11 00:04:16 +02:00
|
|
|
version = "0.2.15"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2022-04-29 15:07:10 +02:00
|
|
|
"libc",
|
2024-05-11 00:04:16 +02:00
|
|
|
"wasi",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.12.3"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
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"
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.9"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"base64 0.21.7",
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
2024-05-11 00:04:16 +02:00
|
|
|
"sha1",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[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"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.1.19"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2022-04-29 15:07:10 +02:00
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.4.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.11.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
2022-05-12 00:18:58 +02:00
|
|
|
"digest 0.9.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "http"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.12"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.6"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.8.0"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.3"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.14.28"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2022-04-29 15:07:10 +02:00
|
|
|
"httparse",
|
2022-05-12 00:18:58 +02:00
|
|
|
"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",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2022-04-29 15:07:10 +02:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-proxy"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.9.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2024-05-10 18:33:42 +02:00
|
|
|
"futures",
|
2022-05-12 00:18:58 +02:00
|
|
|
"headers",
|
|
|
|
"http",
|
2022-04-29 15:07:10 +02:00
|
|
|
"hyper",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tower-service",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "id3"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.13.1"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "79f41f7e5ad125c63d55b112a98afb753742fa7f97692bfbbc52544b89e1ff1f"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"bitflags 2.5.0",
|
2022-05-12 00:18:58 +02:00
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.5.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "if-addrs"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.7.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-06-08 18:07:29 +02:00
|
|
|
"winapi",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-09 20:00:54 +02:00
|
|
|
name = "indexmap"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.9.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-09 20:00:54 +02:00
|
|
|
"autocfg",
|
2024-05-11 00:04:16 +02:00
|
|
|
"hashbrown 0.12.3",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "2.2.6"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2024-05-09 20:00:54 +02:00
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.5",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.17.8"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2024-05-09 20:00:54 +02:00
|
|
|
"instant",
|
2022-04-29 15:07:10 +02:00
|
|
|
"number_prefix",
|
2024-05-09 20:00:54 +02:00
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.11"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.69"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "1.3.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.10.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"ogg",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tinyvec",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.154"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.8.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2024-05-11 00:04:16 +02:00
|
|
|
"windows-targets 0.52.5",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.8"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libmdns"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.7.5"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "0b04ae6b56b3b19ade26f0e7e7c1360a1713514f326c5ed0797cf2c109c9e010"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
"hostname",
|
|
|
|
"if-addrs",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"multimap",
|
2024-05-09 20:00:54 +02:00
|
|
|
"nix",
|
2022-05-12 00:18:58 +02:00
|
|
|
"rand",
|
2024-05-11 00:04:16 +02:00
|
|
|
"socket2 0.4.10",
|
2022-05-12 00:18:58 +02:00
|
|
|
"thiserror",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2024-05-09 20:00:54 +02:00
|
|
|
"winapi",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "librespot"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "ea4c9952ef48968f8184a4a87f8576982426ebe623342d5a28f7d9c4978e4a44"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"base64 0.13.1",
|
2022-04-29 15:07:10 +02:00
|
|
|
"env_logger",
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
"getopts",
|
|
|
|
"hex",
|
|
|
|
"hyper",
|
|
|
|
"librespot-audio",
|
|
|
|
"librespot-connect",
|
|
|
|
"librespot-core",
|
2022-05-12 00:18:58 +02:00
|
|
|
"librespot-discovery",
|
2022-04-29 15:07:10 +02:00
|
|
|
"librespot-metadata",
|
|
|
|
"librespot-playback",
|
|
|
|
"librespot-protocol",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2024-05-09 20:00:54 +02:00
|
|
|
"rpassword 6.0.1",
|
2024-05-11 00:04:16 +02:00
|
|
|
"sha-1",
|
2022-05-12 00:18:58 +02:00
|
|
|
"thiserror",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-04-29 15:07:10 +02:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-audio"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "c176a31355e1ea8e0b9c4ced19df4947bfe4770661c25c142b6fba2365940d9d"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"aes-ctr",
|
|
|
|
"byteorder",
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
"librespot-core",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"tempfile",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-connect"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "4ffafb6a443e9445ccb3d5d591573b5b1da3c89a9b8846c63ba2c3710210d3ec"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"form_urlencoded",
|
|
|
|
"futures-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
"librespot-core",
|
2022-05-12 00:18:58 +02:00
|
|
|
"librespot-discovery",
|
2022-04-29 15:07:10 +02:00
|
|
|
"librespot-playback",
|
|
|
|
"librespot-protocol",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"protobuf",
|
2022-05-12 00:18:58 +02:00
|
|
|
"rand",
|
2022-04-29 15:07:10 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tokio-stream",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-core"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "046349f25888e644bf02d9c5de0164b2a493d29aa4ce18e1ad0b756da9b55d6d"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
2024-05-11 00:04:16 +02:00
|
|
|
"base64 0.13.1",
|
2022-04-29 15:07:10 +02:00
|
|
|
"byteorder",
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"form_urlencoded",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
"hmac",
|
2022-05-12 00:18:58 +02:00
|
|
|
"http",
|
2022-04-29 15:07:10 +02:00
|
|
|
"httparse",
|
|
|
|
"hyper",
|
|
|
|
"hyper-proxy",
|
|
|
|
"librespot-protocol",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-05-12 00:18:58 +02:00
|
|
|
"once_cell",
|
2022-04-29 15:07:10 +02:00
|
|
|
"pbkdf2",
|
2022-05-12 00:18:58 +02:00
|
|
|
"priority-queue",
|
2022-04-29 15:07:10 +02:00
|
|
|
"protobuf",
|
2022-05-12 00:18:58 +02:00
|
|
|
"rand",
|
2022-04-29 15:07:10 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-05-11 00:04:16 +02:00
|
|
|
"sha-1",
|
2022-04-29 15:07:10 +02:00
|
|
|
"shannon",
|
2022-05-12 00:18:58 +02:00
|
|
|
"thiserror",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
2022-04-29 15:07:10 +02:00
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"vergen",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "librespot-discovery"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "2aa877d18f6150364012cb4be5682d62d7c712c88bae2d0d01720fd7c15e2f06"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"aes-ctr",
|
2024-05-11 00:04:16 +02:00
|
|
|
"base64 0.13.1",
|
2022-05-12 00:18:58 +02:00
|
|
|
"form_urlencoded",
|
|
|
|
"futures-core",
|
|
|
|
"hmac",
|
|
|
|
"hyper",
|
|
|
|
"libmdns",
|
|
|
|
"librespot-core",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"serde_json",
|
2024-05-11 00:04:16 +02:00
|
|
|
"sha-1",
|
2022-05-12 00:18:58 +02:00
|
|
|
"thiserror",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "librespot-metadata"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "6b80361fcbcb5092056fd47c08c34d5d51b08385d8efb6941c0d3e46d032c21c"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"async-trait",
|
2022-04-29 15:07:10 +02:00
|
|
|
"byteorder",
|
|
|
|
"librespot-core",
|
|
|
|
"librespot-protocol",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-playback"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "5190a0b9bcc7f70ee4196a6b4a1c731d405ca130d4a6fcd4c561cfdde8b7cfb7"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"lewton",
|
2022-04-29 15:07:10 +02:00
|
|
|
"librespot-audio",
|
|
|
|
"librespot-core",
|
|
|
|
"librespot-metadata",
|
2022-05-12 00:18:58 +02:00
|
|
|
"log",
|
|
|
|
"ogg",
|
2024-05-13 21:41:10 +02:00
|
|
|
"parking_lot",
|
2022-05-12 00:18:58 +02:00
|
|
|
"rand",
|
|
|
|
"rand_distr",
|
2022-04-29 15:07:10 +02:00
|
|
|
"shell-words",
|
2022-05-12 00:18:58 +02:00
|
|
|
"thiserror",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-05-12 00:18:58 +02:00
|
|
|
"zerocopy",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-protocol"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.2"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "5d6d3ac6196ac0ea67bbe039f56d6730a5d8b31502ef9bce0f504ed729dcb39f"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen-pure",
|
|
|
|
]
|
|
|
|
|
2024-01-17 13:07:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.12"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"autocfg",
|
2022-04-29 15:07:10 +02:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.21"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "2.7.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metaflac"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1470d3cc1bb0d692af5eb3afb594330b8ba09fd91c32c4e1c6322172a5ba750"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"hex",
|
|
|
|
"log",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.17"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "mio"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.8.11"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"libc",
|
2024-05-11 00:04:16 +02:00
|
|
|
"wasi",
|
2024-05-09 20:00:54 +02:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2024-05-15 19:48:46 +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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "mp4ameta"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.11.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "eb23d62e8eb5299a3f79657c70ea9269eac8f6239a76952689bcd06a74057e81"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"lazy_static",
|
|
|
|
"mp4ameta_proc",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mp4ameta_proc"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.6.0"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "07dcca13d1740c0a665f77104803360da0bdb3323ecce2e93fa2c959a6d52806"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.8.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "nix"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.23.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-01-17 13:07:52 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-05-12 00:18:58 +02:00
|
|
|
"cc",
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2022-05-12 00:18:58 +02:00
|
|
|
"libc",
|
2022-06-08 18:07:29 +02:00
|
|
|
"memoffset",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "nom"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "7.1.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "num-bigint"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.5"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"num-integer",
|
2022-04-29 15:07:10 +02:00
|
|
|
"num-traits",
|
2022-05-12 00:18:58 +02:00
|
|
|
"rand",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "num-integer"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.46"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.19"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"autocfg",
|
2022-04-29 15:07:10 +02:00
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.16.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"hermit-abi 0.3.9",
|
2022-04-29 15:07:10 +02:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.4.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
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",
|
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.8.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.19.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.8.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
|
2022-04-29 15:07:10 +02:00
|
|
|
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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.2.14"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.17"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
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-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2024-01-17 13:07:52 +01:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "priority-queue"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.4.0"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a0bda9164fe05bc9225752d54aae413343c36f684380005398a6a8fde95fe785"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2024-05-11 00:04:16 +02:00
|
|
|
"indexmap 1.9.3",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[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",
|
2022-04-29 15:07:10 +02:00
|
|
|
"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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"unicode-ident",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "2.28.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "2.28.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen-pure"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "2.28.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "95a29399fc94bcd3eeaa951c715f7bea69409b2445356b00519740bcd6ddd865"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.36"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.8.5"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-12 00:18:58 +02:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.6.4"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "rand_distr"
|
|
|
|
version = "0.4.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"num-traits",
|
|
|
|
"rand",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2024-05-15 19:48:46 +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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.10.4"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2022-04-29 15:07:10 +02:00
|
|
|
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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.6.29"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-11 00:04:16 +02:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.3"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "6.0.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-05-09 20:00:54 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-08 18:07:29 +02:00
|
|
|
"winapi",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.16"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.18"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.2.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.23"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.201"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.201"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.117"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.9.8"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"block-buffer 0.9.0",
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2022-05-12 00:18:58 +02:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-11 00:04:16 +02:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2022-05-12 00:18:58 +02:00
|
|
|
"cpufeatures",
|
2024-05-11 00:04:16 +02:00
|
|
|
"digest 0.10.7",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "1.1.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.3.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.4.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.9"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.13.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.4.10"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-06-08 18:07:29 +02:00
|
|
|
"winapi",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spotify-dl"
|
2024-05-13 23:20:51 +02:00
|
|
|
version = "0.3.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-10 18:33:42 +02:00
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2022-05-12 00:18:58 +02:00
|
|
|
"audiotags",
|
2024-05-10 18:33:42 +02:00
|
|
|
"dirs",
|
2024-05-13 21:41:10 +02:00
|
|
|
"flacenc",
|
2024-05-15 19:48:46 +02:00
|
|
|
"futures",
|
2022-04-29 15:07:10 +02:00
|
|
|
"indicatif",
|
2024-05-10 18:33:42 +02:00
|
|
|
"lazy_static",
|
2022-04-29 15:07:10 +02:00
|
|
|
"librespot",
|
2024-01-17 13:07:52 +01:00
|
|
|
"machine-uid",
|
2024-05-15 19:48:46 +02:00
|
|
|
"mp3lame-encoder",
|
2023-01-25 17:07:52 +01:00
|
|
|
"regex",
|
2024-05-09 20:00:54 +02:00
|
|
|
"rpassword 7.3.1",
|
2022-04-29 15:07:10 +02:00
|
|
|
"structopt",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2024-05-15 19:48:46 +02:00
|
|
|
"tokio-rayon",
|
2024-05-10 18:33:42 +02:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-13 21:41:10 +02:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "2.4.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.0.109"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-08 18:07:29 +02:00
|
|
|
"unicode-ident",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2024-01-17 13:07:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-05-13 21:41:10 +02:00
|
|
|
version = "2.0.63"
|
2024-01-17 13:07:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 21:41:10 +02:00
|
|
|
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
|
2024-01-17 13:07:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "3.10.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2022-05-12 00:18:58 +02:00
|
|
|
"fastrand",
|
2024-05-11 00:04:16 +02:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.52.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.4.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2022-04-29 15:07:10 +02:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.0.60"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.0.60"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
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",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-12 00:18:58 +02:00
|
|
|
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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.37.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-09 20:00:54 +02:00
|
|
|
"backtrace",
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"libc",
|
2022-06-08 18:07:29 +02:00
|
|
|
"mio",
|
2022-05-12 00:18:58 +02:00
|
|
|
"num_cpus",
|
2024-05-13 21:41:10 +02:00
|
|
|
"parking_lot",
|
2022-05-12 00:18:58 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2024-05-09 20:00:54 +02:00
|
|
|
"socket2 0.5.7",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tokio-macros",
|
2024-05-10 18:33:42 +02:00
|
|
|
"tracing",
|
2024-05-09 20:00:54 +02:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "tokio-macros"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "2.2.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2024-05-15 19:48:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rayon"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cf33a76e0b1dd03b778f83244137bd59887abf25c0e87bc3e7071105f457693"
|
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "tokio-stream"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.15"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "tokio-util"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.7.11"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"bytes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
2022-06-08 18:07:29 +02:00
|
|
|
"tokio",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|
2022-04-29 15:07:10 +02:00
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.2"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
name = "tracing"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.40"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"pin-project-lite",
|
2024-05-10 18:33:42 +02:00
|
|
|
"tracing-attributes",
|
2022-05-12 00:18:58 +02:00
|
|
|
"tracing-core",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2024-05-10 18:33:42 +02:00
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
2022-05-12 00:18:58 +02:00
|
|
|
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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2022-04-29 15:07:10 +02:00
|
|
|
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",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.5"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.17.0"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.15"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
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
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.23"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "1.11.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.1.12"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
|
2022-04-29 15:07:10 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "2.5.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"form_urlencoded",
|
2022-04-29 15:07:10 +02:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "1.8.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2022-05-12 00:18:58 +02:00
|
|
|
"getrandom",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "3.2.0"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-12 00:18:58 +02:00
|
|
|
checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-01-17 13:07:52 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-04-29 15:07:10 +02:00
|
|
|
"chrono",
|
2022-06-08 18:07:29 +02:00
|
|
|
"rustc_version",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-05-12 00:18:58 +02:00
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.3.1"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[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"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
2022-06-08 18:07:29 +02:00
|
|
|
"cfg-if",
|
2022-05-12 00:18:58 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.92"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2024-05-11 00:04:16 +02:00
|
|
|
"once_cell",
|
2022-05-12 00:18:58 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-05-12 00:18:58 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.92"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.92"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-05-12 00:18:58 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-05-11 00:04:16 +02:00
|
|
|
version = "0.2.92"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2022-05-12 00:18:58 +02:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-04-29 15:07:10 +02:00
|
|
|
[[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"
|
2022-04-29 15:07:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 00:04:16 +02:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2022-04-29 15:07:10 +02:00
|
|
|
dependencies = [
|
2024-05-11 00:04:16 +02:00
|
|
|
"windows-sys 0.52.0",
|
2022-04-29 15:07:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-05-12 00:18:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.6.6"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-05-09 20:00:54 +02:00
|
|
|
version = "0.6.6"
|
2022-05-12 00:18:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 20:00:54 +02:00
|
|
|
checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
|
2022-05-12 00:18:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-05-09 20:00:54 +02:00
|
|
|
"quote",
|
2024-05-13 21:41:10 +02:00
|
|
|
"syn 2.0.63",
|
2022-05-12 00:18:58 +02:00
|
|
|
]
|