twitch-tui/Cargo.lock

2554 lines
62 KiB
Plaintext
Raw Normal View History

2021-08-24 02:12:38 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-06-13 03:34:16 +03:00
[[package]]
name = "addr2line"
2023-01-03 08:06:21 +03:00
version = "0.19.0"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2022-06-13 03:34:16 +03:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2021-09-04 06:20:19 +03:00
[[package]]
name = "aho-corasick"
2023-01-03 08:06:21 +03:00
version = "0.7.20"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2021-09-04 06:20:19 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-wincon",
"concolor-override",
"concolor-query",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
[[package]]
name = "anstyle-parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-wincon"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa"
dependencies = [
"anstyle",
"windows-sys 0.45.0",
]
[[package]]
name = "anyhow"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2021-08-24 02:12:38 +03:00
[[package]]
name = "autocfg"
version = "1.1.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-08-24 02:12:38 +03:00
2022-06-13 03:34:16 +03:00
[[package]]
name = "backtrace"
2023-01-03 08:06:21 +03:00
version = "0.3.67"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2022-06-13 03:34:16 +03:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "bit_field"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2021-08-24 02:12:38 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-08-24 02:12:38 +03:00
[[package]]
name = "bumpalo"
2023-03-10 07:15:43 +03:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "bytemuck"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-08-24 02:12:38 +03:00
[[package]]
name = "bytes"
2023-03-10 07:15:43 +03:00
version = "1.4.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2021-08-24 02:12:38 +03:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
2023-03-10 07:15:43 +03:00
version = "1.0.79"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2021-08-24 02:12:38 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.24"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
2021-08-24 02:12:38 +03:00
dependencies = [
"iana-time-zone",
"js-sys",
2021-08-24 02:12:38 +03:00
"num-integer",
"num-traits",
"time",
"wasm-bindgen",
2021-08-24 02:12:38 +03:00
"winapi",
]
[[package]]
name = "clap"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3"
dependencies = [
"clap_builder",
2022-02-22 11:24:28 +03:00
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f"
dependencies = [
"anstream",
"anstyle",
"bitflags",
2022-07-22 07:06:24 +03:00
"clap_lex",
"once_cell",
"strsim",
2022-02-22 11:24:28 +03:00
]
[[package]]
name = "clap_derive"
version = "4.2.0"
2022-02-22 11:24:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
2022-02-22 11:24:28 +03:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 2.0.13",
]
2022-07-22 07:06:24 +03:00
[[package]]
name = "clap_lex"
version = "0.4.1"
2022-07-22 07:06:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
2022-07-22 07:06:24 +03:00
[[package]]
name = "clipboard-win"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
dependencies = [
"error-code",
"str-buf",
"winapi",
]
2023-01-03 08:06:21 +03:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "color-eyre"
2022-07-22 07:06:24 +03:00
version = "0.6.2"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
2022-06-13 03:34:16 +03:00
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "concolor-override"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
[[package]]
name = "concolor-query"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
dependencies = [
"windows-sys 0.45.0",
]
[[package]]
name = "console"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-03-10 07:15:43 +03:00
"windows-sys 0.42.0",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "core-foundation"
version = "0.9.3"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-08-24 02:12:38 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2021-10-17 06:44:19 +03:00
version = "0.8.3"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-17 06:44:19 +03:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-08-24 02:12:38 +03:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2023-04-10 05:27:59 +03:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 05:27:59 +03:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
"cfg-if",
]
2023-02-11 08:37:54 +03:00
[[package]]
name = "crossterm"
version = "0.26.1"
2023-02-11 08:37:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
2023-02-11 08:37:54 +03:00
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot 0.12.1",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
dependencies = [
"winapi",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-01-03 08:06:21 +03:00
[[package]]
name = "cxx"
version = "1.0.94"
2023-01-03 08:06:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
2023-01-03 08:06:21 +03:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.94"
2023-01-03 08:06:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
2023-01-03 08:06:21 +03:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn 2.0.13",
2023-01-03 08:06:21 +03:00
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.94"
2023-01-03 08:06:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
2023-01-03 08:06:21 +03:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.94"
2023-01-03 08:06:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
2023-01-03 08:06:21 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
2023-01-03 08:06:21 +03:00
]
[[package]]
name = "dialoguer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af3c796f3b0b408d9fd581611b47fa850821fcb84aa640b83a3c1a5be2d691f2"
dependencies = [
"console",
"shell-words",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2021-08-24 02:12:38 +03:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "errno"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.45.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
[[package]]
name = "exr"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
"miniz_oxide",
"rayon-core",
"smallvec",
"zune-inflate",
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "eyre"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "fastrand"
2023-03-10 07:15:43 +03:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "fd-lock"
version = "3.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9799aefb4a2e4a01cc47610b1dd47c18ab13d991f27bbcaed9296f5a53d5cbad"
dependencies = [
"cfg-if",
2023-01-03 08:06:21 +03:00
"rustix",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
2022-07-22 07:06:24 +03:00
]
[[package]]
name = "fern"
version = "0.6.2"
2022-07-22 07:06:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee"
2022-07-22 07:06:24 +03:00
dependencies = [
"log",
]
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2021-08-24 02:12:38 +03:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "futures"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2021-08-24 02:12:38 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2021-08-24 02:12:38 +03:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2021-08-24 02:12:38 +03:00
[[package]]
name = "futures-executor"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2021-08-24 02:12:38 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2021-08-24 02:12:38 +03:00
[[package]]
name = "futures-macro"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "futures-sink"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2021-08-24 02:12:38 +03:00
[[package]]
name = "futures-task"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2021-08-24 02:12:38 +03:00
[[package]]
name = "futures-util"
version = "0.3.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2021-08-24 02:12:38 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fuzzy-matcher"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
dependencies = [
"thread_local",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "getrandom"
2023-01-03 08:06:21 +03:00
version = "0.2.8"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-08-24 02:12:38 +03:00
dependencies = [
"cfg-if",
"js-sys",
2021-08-24 02:12:38 +03:00
"libc",
2022-07-22 07:06:24 +03:00
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "gif"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
dependencies = [
"color_quant",
"weezl",
2021-08-24 02:12:38 +03:00
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "gimli"
2023-03-10 07:15:43 +03:00
version = "0.27.2"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2022-06-13 03:34:16 +03:00
[[package]]
name = "h2"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util 0.7.7",
"tracing",
]
[[package]]
name = "half"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
dependencies = [
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
[[package]]
name = "heck"
2023-03-10 07:15:43 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-12-10 12:15:49 +03:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-10 07:15:43 +03:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "http"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
version = "0.14.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "iana-time-zone"
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-01-03 08:06:21 +03:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
2023-01-03 08:06:21 +03:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
version = "0.24.6"
source = "git+https://github.com/Nogesma/image#4bd97d5561439da5dc724b7d0dc2e0f9a3e4cecb"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
"jpeg-decoder",
"num-rational",
"num-traits",
"png",
"qoi",
"tiff",
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "instant"
2021-10-31 06:14:55 +03:00
version = "0.1.12"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-31 06:14:55 +03:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-08-24 02:12:38 +03:00
dependencies = [
"cfg-if",
]
2022-12-10 12:15:49 +03:00
[[package]]
name = "io-lifetimes"
version = "1.0.9"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
2022-12-10 12:15:49 +03:00
dependencies = [
"hermit-abi 0.3.1",
2022-12-10 12:15:49 +03:00
"libc",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
2022-12-10 12:15:49 +03:00
]
[[package]]
name = "ipnet"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2021-08-24 02:12:38 +03:00
[[package]]
name = "irc"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5510c4c4631e53c57d6b05c44ab8447d1db6beef28fb9d12c4d6a46fad9dfcc"
dependencies = [
"chrono",
"encoding",
"futures-util",
"irc-proto",
"log",
"native-tls",
"parking_lot 0.11.2",
2021-08-24 02:12:38 +03:00
"pin-project",
"serde",
"serde_derive",
"thiserror",
"tokio",
"tokio-native-tls",
"tokio-stream",
"tokio-util 0.6.10",
"toml 0.5.11",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "irc-proto"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55fa0a52d825e59ba8aea5b7503890245aea000f77e68d9b1903f3491fa33643"
dependencies = [
"bytes",
"encoding",
"thiserror",
"tokio",
"tokio-util 0.6.10",
2021-08-24 02:12:38 +03:00
]
2022-12-10 12:15:49 +03:00
[[package]]
name = "is-terminal"
version = "0.4.6"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8"
2022-12-10 12:15:49 +03:00
dependencies = [
2023-03-10 07:15:43 +03:00
"hermit-abi 0.3.1",
2023-01-03 08:06:21 +03:00
"io-lifetimes",
"rustix",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
2022-12-10 12:15:49 +03:00
]
[[package]]
name = "itoa"
2023-03-10 07:15:43 +03:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2023-03-10 07:15:43 +03:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
dependencies = [
"wasm-bindgen",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2021-08-24 02:12:38 +03:00
[[package]]
name = "libc"
2023-03-10 07:15:43 +03:00
version = "0.2.140"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2021-08-24 02:12:38 +03:00
2022-02-17 03:13:09 +03:00
[[package]]
2023-01-03 08:06:21 +03:00
name = "link-cplusplus"
version = "1.0.8"
2022-02-17 03:13:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2022-02-17 03:13:09 +03:00
2022-12-10 12:15:49 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.3.1"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
2022-12-10 12:15:49 +03:00
2021-08-24 02:12:38 +03:00
[[package]]
name = "lock_api"
2023-01-03 08:06:21 +03:00
version = "0.4.9"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2021-08-24 02:12:38 +03:00
dependencies = [
2022-07-22 07:06:24 +03:00
"autocfg",
2021-08-24 02:12:38 +03:00
"scopeguard",
]
[[package]]
name = "log"
2022-07-22 07:06:24 +03:00
version = "0.4.17"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-08-24 02:12:38 +03:00
dependencies = [
"cfg-if",
]
[[package]]
name = "memchr"
2022-07-22 07:06:24 +03:00
version = "2.5.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "miniz_oxide"
2023-01-03 08:06:21 +03:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-03-10 07:15:43 +03:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "native-tls"
2023-01-03 08:06:21 +03:00
version = "0.2.11"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2021-08-24 02:12:38 +03:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
[[package]]
name = "nix"
2023-02-11 08:37:54 +03:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-11 08:37:54 +03:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
2023-02-11 08:37:54 +03:00
"autocfg",
"bitflags",
"cfg-if",
"libc",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "num-integer"
2022-07-22 07:06:24 +03:00
version = "0.1.45"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-08-24 02:12:38 +03:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "num-traits"
2022-07-22 07:06:24 +03:00
version = "0.2.15"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-08-24 02:12:38 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-01-03 08:06:21 +03:00
version = "1.15.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-08-24 02:12:38 +03:00
dependencies = [
2023-03-10 07:15:43 +03:00
"hermit-abi 0.2.6",
2021-08-24 02:12:38 +03:00
"libc",
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "object"
2023-03-10 07:15:43 +03:00
version = "0.30.3"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2022-06-13 03:34:16 +03:00
dependencies = [
"memchr",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "once_cell"
2023-03-10 07:15:43 +03:00
version = "1.17.1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2021-08-24 02:12:38 +03:00
[[package]]
name = "openssl"
version = "0.10.49"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d2f106ab837a24e03672c59b1239669a0596406ff657c3c0835b6b7f0f35a33"
2021-08-24 02:12:38 +03:00
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
2022-07-22 07:06:24 +03:00
"openssl-macros",
2021-08-24 02:12:38 +03:00
"openssl-sys",
]
2022-07-22 07:06:24 +03:00
[[package]]
name = "openssl-macros"
version = "0.1.1"
2022-07-22 07:06:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-07-22 07:06:24 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
2022-07-22 07:06:24 +03:00
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-08-24 02:12:38 +03:00
[[package]]
name = "openssl-sys"
version = "0.9.84"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa"
2021-08-24 02:12:38 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "owo-colors"
2023-01-03 08:06:21 +03:00
version = "3.5.0"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-06-13 03:34:16 +03:00
2021-08-24 02:12:38 +03:00
[[package]]
name = "parking_lot"
2021-08-30 21:28:54 +03:00
version = "0.11.2"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 21:28:54 +03:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-08-24 02:12:38 +03:00
dependencies = [
"instant",
"lock_api",
2023-01-03 08:06:21 +03:00
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
2022-07-22 07:06:24 +03:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-03-10 07:15:43 +03:00
"parking_lot_core 0.9.7",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "parking_lot_core"
2023-01-03 08:06:21 +03:00
version = "0.8.6"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2021-08-24 02:12:38 +03:00
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall 0.2.16",
2021-08-24 02:12:38 +03:00
"smallvec",
"winapi",
]
[[package]]
name = "parking_lot_core"
2023-03-10 07:15:43 +03:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.2.16",
"smallvec",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
]
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-08-24 02:12:38 +03:00
[[package]]
name = "pin-project"
2023-01-03 08:06:21 +03:00
version = "1.0.12"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2021-08-24 02:12:38 +03:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-01-03 08:06:21 +03:00
version = "1.0.12"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "pin-project-lite"
2022-07-22 07:06:24 +03:00
version = "0.2.9"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-08-24 02:12:38 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-01-03 08:06:21 +03:00
version = "0.3.26"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2021-08-24 02:12:38 +03:00
[[package]]
name = "png"
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
"flate2",
"miniz_oxide",
]
[[package]]
name = "proc-macro2"
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d0dd4be24fcdcfeaa12a432d588dc59bbad6cad3510c67e74a2b6b2fc950564"
dependencies = [
"unicode-ident",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "qoi"
version = "0.4.1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
2021-08-24 02:12:38 +03:00
dependencies = [
"bytemuck",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "quote"
version = "1.0.26"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2023-04-02 06:55:15 +03:00
[[package]]
name = "ratatui"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829"
dependencies = [
"bitflags",
"cassowary",
"crossterm",
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "rayon"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "redox_syscall"
2023-01-03 08:06:21 +03:00
version = "0.2.16"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-08-24 02:12:38 +03:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-07-22 07:06:24 +03:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall 0.2.16",
2022-07-22 07:06:24 +03:00
"thiserror",
]
2021-09-04 06:20:19 +03:00
[[package]]
name = "regex"
version = "1.7.3"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2021-09-04 06:20:19 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "reqwest"
version = "0.11.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
2021-09-04 06:20:19 +03:00
2022-06-13 03:34:16 +03:00
[[package]]
name = "rustc-demangle"
version = "0.1.22"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
2022-06-13 03:34:16 +03:00
[[package]]
name = "rustix"
version = "0.37.6"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849"
2022-12-10 12:15:49 +03:00
dependencies = [
"bitflags",
"errno",
2023-01-03 08:06:21 +03:00
"io-lifetimes",
2022-12-10 12:15:49 +03:00
"libc",
2023-01-03 08:06:21 +03:00
"linux-raw-sys",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
]
[[package]]
name = "rustyline"
2023-02-11 08:37:54 +03:00
version = "10.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-11 08:37:54 +03:00
checksum = "c1e83c32c3f3c33b08496e0d1df9ea8c64d39adb8eb36a1ebb1440c690697aef"
dependencies = [
"bitflags",
"cfg-if",
"clipboard-win",
"dirs-next",
"fd-lock",
"libc",
"log",
"memchr",
"nix",
"radix_trie",
"scopeguard",
"unicode-segmentation",
"unicode-width",
"utf8parse",
"winapi",
]
[[package]]
name = "ryu"
2023-03-10 07:15:43 +03:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2021-08-24 02:12:38 +03:00
[[package]]
name = "schannel"
version = "0.1.21"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2021-08-24 02:12:38 +03:00
dependencies = [
2023-03-10 07:15:43 +03:00
"windows-sys 0.42.0",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2023-01-03 08:06:21 +03:00
[[package]]
name = "scratch"
2023-03-10 07:15:43 +03:00
version = "1.0.5"
2023-01-03 08:06:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2023-01-03 08:06:21 +03:00
2021-08-24 02:12:38 +03:00
[[package]]
name = "security-framework"
2023-03-10 07:15:43 +03:00
version = "2.8.2"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
2021-08-24 02:12:38 +03:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-03-10 07:15:43 +03:00
version = "2.8.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2021-08-24 02:12:38 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.159"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
2021-08-24 02:12:38 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.159"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "serde_json"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2022-06-13 03:34:16 +03:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2021-09-19 08:27:48 +03:00
[[package]]
name = "signal-hook"
2023-03-10 07:15:43 +03:00
version = "0.3.15"
2021-09-19 08:27:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
2021-09-19 08:27:48 +03:00
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
2021-09-19 08:27:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
2021-09-19 08:27:48 +03:00
dependencies = [
"libc",
"mio",
2021-09-19 08:27:48 +03:00
"signal-hook",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "signal-hook-registry"
2023-03-10 07:15:43 +03:00
version = "1.4.1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-08-24 02:12:38 +03:00
dependencies = [
"libc",
]
[[package]]
name = "simd-adler32"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
2021-08-24 02:12:38 +03:00
[[package]]
name = "slab"
2023-03-10 07:15:43 +03:00
version = "0.4.8"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-07-22 07:06:24 +03:00
dependencies = [
"autocfg",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "smallvec"
2023-01-03 08:06:21 +03:00
version = "1.10.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-08-24 02:12:38 +03:00
2021-09-04 06:20:19 +03:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "socket2"
2023-03-10 07:15:43 +03:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "str-buf"
2022-07-22 07:06:24 +03:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
[[package]]
name = "strsim"
2022-02-22 11:24:28 +03:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-22 11:24:28 +03:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-08-24 02:12:38 +03:00
[[package]]
name = "syn"
2023-03-10 07:15:43 +03:00
version = "1.0.109"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
2022-07-22 07:06:24 +03:00
"unicode-ident",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "syn"
version = "2.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "tempfile"
version = "3.5.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2021-08-24 02:12:38 +03:00
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
2023-03-10 07:15:43 +03:00
"rustix",
"windows-sys 0.45.0",
2021-08-24 02:12:38 +03:00
]
[[package]]
2022-02-22 11:24:28 +03:00
name = "termcolor"
2023-03-10 07:15:43 +03:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
2022-02-22 11:24:28 +03:00
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2021-09-04 06:20:19 +03:00
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "thiserror"
version = "1.0.40"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2021-08-24 02:12:38 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "thread_local"
2023-03-10 07:15:43 +03:00
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
2023-03-10 07:15:43 +03:00
"cfg-if",
"once_cell",
]
[[package]]
name = "tiff"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "time"
2023-01-03 08:06:21 +03:00
version = "0.1.45"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2021-08-24 02:12:38 +03:00
dependencies = [
"libc",
2022-07-22 07:06:24 +03:00
"wasi 0.10.0+wasi-snapshot-preview1",
2021-08-24 02:12:38 +03:00
"winapi",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-08-24 02:12:38 +03:00
[[package]]
name = "tokio"
version = "1.27.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001"
2021-08-24 02:12:38 +03:00
dependencies = [
2022-07-22 07:06:24 +03:00
"autocfg",
"bytes",
2021-08-24 02:12:38 +03:00
"libc",
"mio",
2021-08-24 02:12:38 +03:00
"num_cpus",
"pin-project-lite",
"socket2",
2021-08-24 02:12:38 +03:00
"tokio-macros",
2023-03-10 07:15:43 +03:00
"windows-sys 0.45.0",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "tokio-macros"
version = "2.0.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "tokio-native-tls"
2023-03-10 07:15:43 +03:00
version = "0.3.1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2021-08-24 02:12:38 +03:00
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-stream"
2023-03-10 07:15:43 +03:00
version = "0.1.12"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
2021-08-24 02:12:38 +03:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2022-07-22 07:06:24 +03:00
version = "0.6.10"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
2021-08-24 02:12:38 +03:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.8"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2021-08-24 02:12:38 +03:00
dependencies = [
"indexmap",
2021-08-24 02:12:38 +03:00
"serde",
"serde_spanned",
"toml_datetime",
2023-03-10 07:15:43 +03:00
"winnow",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-06-13 03:34:16 +03:00
[[package]]
name = "tracing"
2023-01-03 08:06:21 +03:00
version = "0.1.37"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-06-13 03:34:16 +03:00
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-01-03 08:06:21 +03:00
version = "0.1.30"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-06-13 03:34:16 +03:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
2023-01-03 08:06:21 +03:00
version = "0.3.16"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 08:06:21 +03:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2022-06-13 03:34:16 +03:00
dependencies = [
"sharded-slab",
"thread_local",
"tracing-core",
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-10-25 09:01:49 +03:00
[[package]]
name = "twitch-tui"
2023-04-15 04:06:21 +03:00
version = "2.2.1"
2021-10-25 09:01:49 +03:00
dependencies = [
"anyhow",
"base64",
2021-10-25 09:01:49 +03:00
"chrono",
2022-02-22 11:24:28 +03:00
"clap",
2022-06-13 03:34:16 +03:00
"color-eyre",
2023-04-02 06:55:15 +03:00
"crossterm",
"dialoguer",
2022-07-22 07:06:24 +03:00
"fern",
2021-10-25 09:01:49 +03:00
"futures",
"fuzzy-matcher",
"image",
2021-10-25 09:01:49 +03:00
"irc",
"lazy_static",
2022-07-22 07:06:24 +03:00
"log",
2023-04-02 06:55:15 +03:00
"ratatui",
"regex",
"reqwest",
2021-10-25 09:01:49 +03:00
"rustyline",
"serde",
"serde_json",
"tempfile",
"textwrap",
2021-10-25 09:01:49 +03:00
"tokio",
"toml 0.7.3",
2021-10-25 09:01:49 +03:00
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-07-22 07:06:24 +03:00
[[package]]
name = "unicode-ident"
2023-03-10 07:15:43 +03:00
version = "1.0.8"
2022-07-22 07:06:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-07-22 07:06:24 +03:00
2021-09-04 06:20:19 +03:00
[[package]]
name = "unicode-linebreak"
version = "0.1.4"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
2021-09-04 06:20:19 +03:00
dependencies = [
"hashbrown",
2021-09-04 06:20:19 +03:00
"regex",
]
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "unicode-segmentation"
2023-02-11 08:37:54 +03:00
version = "1.10.1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-11 08:37:54 +03:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2021-08-24 02:12:38 +03:00
[[package]]
name = "unicode-width"
2022-10-02 03:34:42 +03:00
version = "0.1.10"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-02 03:34:42 +03:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-08-24 02:12:38 +03:00
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf8parse"
2023-03-10 07:15:43 +03:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-06-13 03:34:16 +03:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2021-08-24 02:12:38 +03:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2021-08-24 02:12:38 +03:00
[[package]]
name = "wasi"
2022-07-22 07:06:24 +03:00
version = "0.10.0+wasi-snapshot-preview1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 07:06:24 +03:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2021-08-24 02:12:38 +03: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"
2023-03-10 07:15:43 +03:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-03-10 07:15:43 +03:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 1.0.109",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-03-10 07:15:43 +03:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-03-10 07:15:43 +03:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-03-10 07:15:43 +03:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-10 07:15:43 +03:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
[[package]]
name = "web-sys"
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "weezl"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2021-08-24 02:12:38 +03: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"
2022-02-22 11:24:28 +03:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-08-24 02:12:38 +03: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"
2021-12-03 07:36:34 +03:00
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
"windows-targets",
]
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-10 12:15:49 +03:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2022-12-10 12:15:49 +03:00
]
2023-03-10 07:15:43 +03:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
2023-03-10 07:15:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-03-10 07:15:43 +03:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-12-10 12:15:49 +03:00
2021-12-03 14:50:39 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
2021-12-03 14:50:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-12-10 12:15:49 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-03-10 07:15:43 +03:00
[[package]]
name = "winnow"
version = "0.4.1"
2023-03-10 07:15:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
2023-03-10 07:15:43 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "zune-inflate"
version = "0.2.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "440a08fd59c6442e4b846ea9b10386c38307eae728b216e1ab2c305d1c9daaf8"
dependencies = [
"simd-adler32",
]