twitch-tui/Cargo.lock

2651 lines
65 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"
version = "1.0.1"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
2021-09-04 06:20:19 +03:00
dependencies = [
"memchr",
]
2023-05-30 01:47:25 +03:00
[[package]]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
[[package]]
name = "anyhow"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
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",
2023-05-30 01:47:25 +03:00
"miniz_oxide 0.6.2",
2022-06-13 03:34:16 +03:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2023-05-30 01:47:25 +03:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
[[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-05-30 01:47:25 +03:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
[[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"
2023-05-30 01:47:25 +03:00
version = "0.4.25"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03"
2021-08-24 02:12:38 +03:00
dependencies = [
2023-05-30 01:47:25 +03:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2021-08-24 02:12:38 +03:00
"num-traits",
"serde",
"time 0.1.45",
"wasm-bindgen",
2021-08-24 02:12:38 +03:00
"winapi",
]
[[package]]
name = "clap"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
dependencies = [
"clap_builder",
2022-02-22 11:24:28 +03:00
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
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.3.0"
2022-02-22 11:24:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
2022-02-22 11:24:28 +03:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
]
2022-07-22 07:06:24 +03:00
[[package]]
name = "clap_lex"
version = "0.5.0"
2022-07-22 07:06:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
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",
]
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 = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "console"
2023-05-30 01:47:25 +03:00
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-05-30 01:47:25 +03:00
"windows-sys 0.45.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"
2023-05-30 01:47:25 +03:00
version = "0.8.4"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
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"
[[package]]
name = "darling"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-05-30 01:47:25 +03:00
"syn",
]
[[package]]
name = "darling_macro"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
]
[[package]]
name = "dialoguer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
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"
2023-05-30 01:47:25 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
2023-05-30 01:47:25 +03:00
"windows-sys 0.48.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",
2023-05-30 01:47:25 +03:00
"miniz_oxide 0.6.2",
"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"
2023-05-30 01:47:25 +03:00
version = "3.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642"
dependencies = [
"cfg-if",
2023-01-03 08:06:21 +03:00
"rustix",
2023-05-30 01:47:25 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
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"
2023-05-30 01:47:25 +03:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
dependencies = [
"crc32fast",
2023-05-30 01:47:25 +03:00
"miniz_oxide 0.7.1",
]
[[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",
2023-05-30 01:47:25 +03:00
"syn",
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-05-30 01:47:25 +03:00
version = "0.2.9"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
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"
2023-05-30 01:47:25 +03:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2023-05-30 01:47:25 +03:00
"tokio-util 0.7.8",
"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 = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[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"
2023-05-30 01:47:25 +03:00
version = "0.14.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
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"
2023-05-30 01:47:25 +03:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
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"
2023-05-30 01:47:25 +03:00
version = "0.1.2"
2023-01-03 08:06:21 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-01-03 08:06:21 +03:00
dependencies = [
2023-05-30 01:47:25 +03:00
"cc",
2023-01-03 08:06:21 +03:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[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"
2023-04-22 08:09:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
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",
"serde",
]
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"
2023-05-30 01:47:25 +03:00
version = "1.0.11"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2022-12-10 12:15:49 +03:00
dependencies = [
"hermit-abi 0.3.1",
2022-12-10 12:15:49 +03:00
"libc",
2023-05-30 01:47:25 +03:00
"windows-sys 0.48.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"
2023-05-30 01:47:25 +03:00
version = "0.4.7"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
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-05-30 01:47:25 +03:00
"windows-sys 0.48.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-05-30 01:47:25 +03:00
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
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-05-30 01:47:25 +03:00
version = "0.2.144"
2022-02-17 03:13:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
2022-02-17 03:13:09 +03:00
2022-12-10 12:15:49 +03:00
[[package]]
name = "linux-raw-sys"
2023-05-30 01:47:25 +03:00
version = "0.3.8"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
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"
2023-05-30 01:47:25 +03:00
version = "0.4.18"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
2021-08-24 02:12:38 +03:00
[[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",
]
2023-05-30 01:47:25 +03:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
"simd-adler32",
]
[[package]]
name = "mio"
2023-05-30 01:47:25 +03:00
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "eebffdb73fe72e917997fad08bdbf31ac50b0fa91cec93e69a0662e4264d454c"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-05-30 01:47:25 +03:00
"windows-sys 0.48.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"
2023-05-30 01:47:25 +03:00
version = "0.10.52"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
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",
2023-05-30 01:47:25 +03:00
"syn",
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"
2023-05-30 01:47:25 +03:00
version = "0.9.87"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
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-05-30 01:47:25 +03:00
version = "1.1.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2021-08-24 02:12:38 +03:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-05-30 01:47:25 +03:00
version = "1.1.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
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-05-30 01:47:25 +03:00
version = "0.3.27"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2021-08-24 02:12:38 +03:00
[[package]]
name = "png"
2023-05-30 01:47:25 +03:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
dependencies = [
"bitflags",
"crc32fast",
2023-05-30 01:47:25 +03:00
"fdeflate",
"flate2",
2023-05-30 01:47:25 +03:00
"miniz_oxide 0.7.1",
]
[[package]]
name = "proc-macro2"
2023-05-30 01:47:25 +03:00
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
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"
2023-05-30 01:47:25 +03:00
version = "1.0.28"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
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"
2023-05-30 01:47:25 +03:00
version = "0.21.0"
2023-04-02 06:55:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "ce841e0486e7c2412c3740168ede33adeba8e154a15107b879d8162d77c7174e"
2023-04-02 06:55:15 +03:00
dependencies = [
"bitflags",
"cassowary",
"crossterm",
2023-04-22 08:45:50 +03:00
"serde",
2023-04-02 06:55:15 +03:00
"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"
2023-05-30 01:47:25 +03:00
version = "1.8.3"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
2021-09-04 06:20:19 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.7.2"
2021-09-04 06:20:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[package]]
name = "reqwest"
version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
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"
2023-05-30 01:47:25 +03:00
version = "0.1.23"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-06-13 03:34:16 +03:00
[[package]]
name = "rustix"
2023-05-30 01:47:25 +03:00
version = "0.37.19"
2022-12-10 12:15:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
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-05-30 01:47:25 +03:00
"windows-sys 0.48.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"
[[package]]
name = "security-framework"
2023-05-30 01:47:25 +03:00
version = "2.9.1"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
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-05-30 01:47:25 +03:00
version = "2.9.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2021-08-24 02:12:38 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.163"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2021-08-24 02:12:38 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.163"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "serde_json"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
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",
]
[[package]]
name = "serde_with"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513"
dependencies = [
"base64",
"chrono",
"hex",
"indexmap",
"serde",
"serde_json",
"serde_with_macros",
2023-05-30 01:47:25 +03:00
"time 0.3.21",
]
[[package]]
name = "serde_with_macros"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
]
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-05-30 01:47:25 +03:00
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
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]]
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",
2023-05-30 01:47:25 +03:00
"syn",
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 = "time"
2023-05-30 01:47:25 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-05-30 01:47:25 +03:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-05-30 01:47:25 +03:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
dependencies = [
"time-core",
]
[[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"
2023-05-30 01:47:25 +03:00
version = "1.28.2"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
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",
"windows-sys 0.48.0",
2021-08-24 02:12:38 +03:00
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2021-08-24 02:12:38 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
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-05-30 01:47:25 +03:00
version = "0.1.14"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
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"
2023-05-30 01:47:25 +03:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-05-30 01:47:25 +03:00
version = "0.19.10"
2021-08-24 02:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
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-05-30 01:47:25 +03:00
version = "0.1.31"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
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-05-30 01:47:25 +03:00
version = "0.3.17"
2022-06-13 03:34:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
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-22 08:12:58 +03:00
version = "2.3.0"
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",
"serde_with",
"tempfile",
"textwrap",
2021-10-25 09:01:49 +03:00
"tokio",
"toml 0.7.4",
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-05-30 01:47:25 +03:00
version = "1.0.9"
2022-07-22 07:06:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
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-05-30 01:47:25 +03:00
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-05-30 01:47:25 +03:00
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-05-30 01:47:25 +03:00
version = "0.4.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-05-30 01:47:25 +03:00
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-05-30 01:47:25 +03:00
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
dependencies = [
"proc-macro2",
"quote",
2023-05-30 01:47:25 +03:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-05-30 01:47:25 +03:00
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
[[package]]
name = "web-sys"
2023-05-30 01:47:25 +03:00
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
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"
[[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"
2023-05-30 01:47:25 +03:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
2023-05-30 01:47:25 +03:00
"windows-targets 0.48.0",
]
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 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
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 0.42.2",
]
[[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.0",
2023-03-10 07:15:43 +03:00
]
[[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 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-03-10 07:15:43 +03:00
]
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"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
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
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
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"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
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_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[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_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
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_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[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 = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-03-10 07:15:43 +03:00
[[package]]
name = "winnow"
version = "0.4.6"
2023-03-10 07:15:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
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"
2023-05-30 01:47:25 +03:00
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 01:47:25 +03:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]