ha-now-playing/Cargo.lock

2052 lines
52 KiB
Text
Raw Normal View History

2021-07-31 17:16:00 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-01-14 10:06:26 +01:00
[[package]]
name = "addr2line"
2023-07-03 16:00:53 +02:00
version = "0.19.0"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2022-01-14 10:06:26 +01:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-07-03 16:00:53 +02:00
[[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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
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",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "anyhow"
2023-07-03 16:00:53 +02:00
version = "1.0.71"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2022-01-14 10:06:26 +01:00
[[package]]
name = "async-tungstenite"
2023-07-03 16:00:53 +02:00
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "ce01ac37fdc85f10a43c43bc582cbd566720357011578a935761075f898baf58"
dependencies = [
"futures-io",
"futures-util",
"log",
"pin-project-lite",
"rustls-native-certs",
"tokio",
"tokio-rustls",
"tungstenite",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2022-11-28 16:10:34 +01:00
"hermit-abi 0.1.19",
2021-07-31 17:16:00 +02:00
"libc",
"winapi",
]
[[package]]
name = "autocfg"
2022-11-28 15:37:19 +01:00
version = "1.1.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-07-31 17:16:00 +02:00
2022-01-14 10:06:26 +01:00
[[package]]
name = "backtrace"
2023-07-03 16:00:53 +02:00
version = "0.3.67"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2022-01-14 10:06:26 +01:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "base64"
2023-07-03 16:00:53 +02:00
version = "0.21.2"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2021-07-31 17:16:00 +02:00
[[package]]
name = "bitflags"
2021-11-23 14:22:58 +01:00
version = "1.3.2"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-07-31 17:16:00 +02:00
2023-07-03 16:00:53 +02:00
[[package]]
name = "bitflags"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
[[package]]
name = "block-buffer"
2023-07-03 16:00:53 +02:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "bumpalo"
2022-11-28 15:37:19 +01:00
version = "3.11.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2021-07-31 17:16:00 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-07-31 17:16:00 +02:00
[[package]]
name = "bytes"
2023-07-03 16:00:53 +02:00
version = "1.4.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2021-07-31 17:16:00 +02:00
[[package]]
name = "cc"
2023-07-03 16:00:53 +02:00
version = "1.0.79"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2021-07-31 17:16:00 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2023-07-03 16:00:53 +02:00
version = "4.3.10"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"clap_builder",
2021-07-31 17:16:00 +02:00
"clap_derive",
2023-07-03 16:00:53 +02:00
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
dependencies = [
"anstream",
"anstyle",
2022-11-28 15:23:08 +01:00
"clap_lex",
"once_cell",
2021-07-31 17:16:00 +02:00
"strsim",
2022-11-28 16:10:34 +01:00
"terminal_size",
2021-11-23 14:22:58 +01:00
"unicase",
2022-11-28 16:10:34 +01:00
"unicode-width",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "clap_derive"
2023-07-03 16:00:53 +02:00
version = "4.3.2"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
2021-07-31 17:16:00 +02:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 2.0.23",
2021-07-31 17:16:00 +02:00
]
2022-11-28 15:23:08 +01:00
[[package]]
name = "clap_lex"
2023-07-03 16:00:53 +02:00
version = "0.5.0"
2022-11-28 15:23:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2022-11-28 15:23:08 +01:00
2022-01-14 10:06:26 +01:00
[[package]]
name = "color-eyre"
2022-11-28 15:23:08 +01:00
version = "0.6.2"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:23:08 +01:00
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
2022-01-14 10:06:26 +01: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",
]
2023-07-03 16:00:53 +02:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2021-07-31 17:16:00 +02:00
[[package]]
name = "core-foundation"
2022-11-28 15:37:19 +01:00
version = "0.9.3"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-07-31 17:16:00 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2021-11-23 14:22:58 +01:00
version = "0.8.3"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-07-31 17:16:00 +02:00
[[package]]
name = "cpufeatures"
2023-07-03 16:00:53 +02:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
2022-11-28 15:37:19 +01:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2023-07-03 16:00:53 +02:00
[[package]]
name = "data-encoding"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[package]]
name = "digest"
2023-07-03 16:00:53 +02:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "encoding_rs"
2022-11-28 15:37:19 +01:00
version = "0.8.31"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2021-07-31 17:16:00 +02:00
dependencies = [
"cfg-if",
]
2022-11-28 16:10:34 +01:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
2023-07-03 16:00:53 +02:00
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2022-11-28 16:10:34 +01:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "eyre"
2022-11-28 15:37:19 +01:00
version = "0.6.8"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
2022-01-14 10:06:26 +01:00
dependencies = [
"indenter",
"once_cell",
]
2022-11-28 15:37:19 +01:00
[[package]]
name = "fastrand"
2023-07-03 16:00:53 +02:00
version = "1.9.0"
2022-11-28 15:37:19 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-11-28 15:37:19 +01:00
dependencies = [
"instant",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[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"
2022-11-28 15:37:19 +01:00
version = "1.1.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2021-07-31 17:16:00 +02:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "futures-channel"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2021-07-31 17:16:00 +02:00
dependencies = [
"futures-core",
"futures-sink",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "futures-core"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "futures-io"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-macro"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 2.0.23",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "futures-sink"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2021-07-31 17:16:00 +02:00
[[package]]
name = "futures-task"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2021-07-31 17:16:00 +02:00
[[package]]
name = "futures-util"
2023-07-03 16:00:53 +02:00
version = "0.3.28"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2021-07-31 17:16:00 +02:00
dependencies = [
"futures-channel",
2021-07-31 17:16:00 +02:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
2021-07-31 17:16:00 +02:00
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-07-03 16:00:53 +02:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "getrandom"
2023-07-03 16:00:53 +02:00
version = "0.2.10"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-07-31 17:16:00 +02:00
dependencies = [
"cfg-if",
"libc",
2022-11-28 15:37:19 +01:00
"wasi",
2021-07-31 17:16:00 +02:00
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "gimli"
2023-07-03 16:00:53 +02:00
version = "0.27.2"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2022-01-14 10:06:26 +01:00
2021-07-31 17:16:00 +02:00
[[package]]
name = "h2"
2022-11-28 15:37:19 +01:00
version = "0.3.15"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
2021-07-31 17:16:00 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "ha-now-playing"
2023-07-03 16:02:50 +02:00
version = "0.5.0"
2021-07-31 17:16:00 +02:00
dependencies = [
2022-01-14 10:06:26 +01:00
"anyhow",
"async-tungstenite",
2021-07-31 17:16:00 +02:00
"clap",
2022-01-14 10:06:26 +01:00
"color-eyre",
"futures",
2021-07-31 17:16:00 +02:00
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
2022-01-14 10:06:26 +01:00
"tracing",
"tracing-error",
2022-01-14 10:06:26 +01:00
"tracing-subscriber",
"tracing-tree",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "hashbrown"
2022-11-28 15:37:19 +01:00
version = "0.12.3"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-07-31 17:16:00 +02:00
[[package]]
name = "heck"
2023-07-03 16:00:53 +02:00
version = "0.4.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-07-31 17:16:00 +02:00
[[package]]
name = "hermit-abi"
2021-11-23 14:22:58 +01:00
version = "0.1.19"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-07-31 17:16:00 +02:00
dependencies = [
"libc",
]
2022-11-28 16:10:34 +01:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-07-03 16:00:53 +02:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2021-07-31 17:16:00 +02:00
[[package]]
name = "http"
2023-07-03 16:00:53 +02:00
version = "0.2.9"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-07-31 17:16:00 +02:00
dependencies = [
"bytes",
"fnv",
2022-11-28 15:37:19 +01:00
"itoa",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "http-body"
2022-11-28 15:37:19 +01:00
version = "0.4.5"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-07-31 17:16:00 +02:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-11-28 15:23:08 +01:00
version = "1.8.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:23:08 +01:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-07-31 17:16:00 +02:00
[[package]]
name = "httpdate"
2021-11-23 14:22:58 +01:00
version = "1.0.2"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-07-31 17:16:00 +02:00
[[package]]
name = "hyper"
2022-11-28 15:23:08 +01:00
version = "0.14.23"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:23:08 +01:00
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
2021-07-31 17:16:00 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-11-28 15:37:19 +01:00
"itoa",
2021-11-23 14:22:58 +01:00
"pin-project-lite",
2021-07-31 17:16:00 +02:00
"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 = "idna"
2022-11-28 15:37:19 +01:00
version = "0.3.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-07-31 17:16:00 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2021-07-31 17:16:00 +02:00
[[package]]
name = "indexmap"
2023-07-03 16:00:53 +02:00
version = "1.9.3"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-07-31 17:16:00 +02:00
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
2022-11-28 15:37:19 +01:00
name = "instant"
version = "0.1.12"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2021-07-31 17:16:00 +02:00
2022-11-28 16:10:34 +01:00
[[package]]
name = "io-lifetimes"
2023-07-03 16:00:53 +02:00
version = "1.0.11"
2022-11-28 16:10:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2022-11-28 16:10:34 +01:00
dependencies = [
2023-07-03 16:00:53 +02:00
"hermit-abi 0.3.1",
2022-11-28 16:10:34 +01:00
"libc",
2023-07-03 16:00:53 +02:00
"windows-sys 0.48.0",
2022-11-28 16:10:34 +01:00
]
2021-07-31 17:16:00 +02:00
[[package]]
2022-11-28 15:37:19 +01:00
name = "ipnet"
2023-07-03 16:00:53 +02:00
version = "2.7.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
2021-07-31 17:16:00 +02:00
2022-11-28 16:10:34 +01:00
[[package]]
name = "is-terminal"
2023-07-03 16:00:53 +02:00
version = "0.4.8"
2022-11-28 16:10:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
2022-11-28 16:10:34 +01:00
dependencies = [
2023-07-03 16:00:53 +02:00
"hermit-abi 0.3.1",
"rustix 0.38.2",
"windows-sys 0.48.0",
2022-11-28 16:10:34 +01:00
]
[[package]]
name = "itoa"
2023-07-03 16:00:53 +02:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2021-07-31 17:16:00 +02:00
[[package]]
name = "js-sys"
2022-11-28 15:37:19 +01:00
version = "0.3.60"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2021-07-31 17:16:00 +02:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-07-03 16:00:53 +02:00
version = "0.2.147"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-11-28 16:10:34 +01:00
[[package]]
name = "linux-raw-sys"
2023-07-03 16:00:53 +02:00
version = "0.1.4"
2022-11-28 16:10:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-11-28 16:10:34 +01:00
[[package]]
name = "linux-raw-sys"
2023-07-03 16:00:53 +02:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
name = "linux-raw-sys"
version = "0.4.3"
2022-11-28 16:10:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
2022-11-28 16:10:34 +01:00
[[package]]
name = "lock_api"
2022-11-28 15:37:19 +01:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
2022-11-28 15:37:19 +01:00
"autocfg",
"scopeguard",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "log"
2023-07-03 16:00:53 +02:00
version = "0.4.19"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2021-07-31 17:16:00 +02:00
2022-01-14 10:06:26 +01:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "memchr"
2022-11-28 15:37:19 +01:00
version = "2.5.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-07-31 17:16:00 +02:00
[[package]]
name = "mime"
2023-07-03 16:00:53 +02:00
version = "0.3.17"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-07-31 17:16:00 +02:00
2022-01-14 10:06:26 +01:00
[[package]]
name = "miniz_oxide"
2023-07-03 16:00:53 +02:00
version = "0.6.2"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-01-14 10:06:26 +01:00
dependencies = [
"adler",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "mio"
2023-07-03 16:00:53 +02:00
version = "0.8.8"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2021-07-31 17:16:00 +02:00
dependencies = [
"libc",
2022-11-28 15:37:19 +01:00
"wasi",
2023-07-03 16:00:53 +02:00
"windows-sys 0.48.0",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "native-tls"
2022-11-28 15:23:08 +01:00
version = "0.2.11"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:23:08 +01:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2021-07-31 17:16:00 +02:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-11-28 15:23:08 +01:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "num_cpus"
2023-07-03 16:00:53 +02:00
version = "1.15.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"hermit-abi 0.2.6",
2021-07-31 17:16:00 +02:00
"libc",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "object"
2023-07-03 16:00:53 +02:00
version = "0.30.3"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2022-01-14 10:06:26 +01:00
dependencies = [
"memchr",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "once_cell"
2023-07-03 16:00:53 +02:00
version = "1.18.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-07-31 17:16:00 +02:00
[[package]]
name = "openssl"
2023-07-03 16:00:53 +02:00
version = "0.10.45"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"bitflags 1.3.2",
2021-07-31 17:16:00 +02:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
2022-11-28 15:37:19 +01:00
"openssl-macros",
2021-07-31 17:16:00 +02:00
"openssl-sys",
]
2022-11-28 15:37:19 +01:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 1.0.109",
2022-11-28 15:37:19 +01:00
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "openssl-probe"
2022-11-28 15:37:19 +01:00
version = "0.1.5"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-07-31 17:16:00 +02:00
[[package]]
name = "openssl-sys"
2023-07-03 16:00:53 +02:00
version = "0.9.80"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
2021-07-31 17:16:00 +02:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-11-28 15:23:08 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2021-07-31 17:16:00 +02:00
2022-01-14 10:06:26 +01:00
[[package]]
name = "owo-colors"
2022-11-28 15:37:19 +01:00
version = "3.5.0"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-01-14 10:06:26 +01:00
[[package]]
name = "parking_lot"
2022-11-28 15:37:19 +01:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-07-03 16:00:53 +02:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
dependencies = [
"cfg-if",
"libc",
2023-07-03 16:00:53 +02:00
"redox_syscall 0.2.16",
"smallvec",
2022-11-28 15:37:19 +01:00
"windows-sys 0.42.0",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "percent-encoding"
2022-11-28 15:37:19 +01:00
version = "2.2.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-07-31 17:16:00 +02:00
[[package]]
name = "pin-project-lite"
2023-07-03 16:00:53 +02:00
version = "0.2.10"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
2021-07-31 17:16:00 +02: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-07-03 16:00:53 +02:00
version = "0.3.27"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2021-07-31 17:16:00 +02:00
[[package]]
name = "ppv-lite86"
2022-11-28 15:37:19 +01:00
version = "0.2.17"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-07-31 17:16:00 +02:00
[[package]]
name = "proc-macro2"
2023-07-03 16:00:53 +02:00
version = "1.0.63"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2021-07-31 17:16:00 +02:00
dependencies = [
2022-11-28 15:23:08 +01:00
"unicode-ident",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "quote"
2023-07-03 16:00:53 +02:00
version = "1.0.29"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2021-07-31 17:16:00 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2022-11-28 15:37:19 +01:00
version = "0.8.5"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-07-31 17:16:00 +02:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
2021-11-23 14:22:58 +01:00
version = "0.3.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-07-31 17:16:00 +02:00
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-11-28 15:37:19 +01:00
version = "0.6.4"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-07-31 17:16:00 +02:00
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
2022-11-28 15:37:19 +01:00
version = "0.2.16"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
2021-07-31 17:16:00 +02:00
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "regex"
2023-07-03 16:00:53 +02:00
version = "1.8.4"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2022-01-14 10:06:26 +01:00
dependencies = [
2023-07-03 16:00:53 +02:00
"regex-syntax 0.7.2",
2022-01-14 10:06:26 +01:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-07-03 16:00:53 +02:00
"regex-syntax 0.6.28",
2022-01-14 10:06:26 +01:00
]
[[package]]
name = "regex-syntax"
2022-11-28 15:37:19 +01:00
version = "0.6.28"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-01-14 10:06:26 +01:00
2021-07-31 17:16:00 +02:00
[[package]]
2023-07-03 16:00:53 +02:00
name = "regex-syntax"
version = "0.7.2"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2021-07-31 17:16:00 +02:00
[[package]]
name = "reqwest"
2023-07-03 16:00:53 +02:00
version = "0.11.18"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2021-07-31 17:16:00 +02:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2021-07-31 17:16:00 +02:00
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-11-28 15:23:08 +01:00
"once_cell",
2021-07-31 17:16:00 +02:00
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
2022-11-28 15:23:08 +01:00
"tower-service",
2021-07-31 17:16:00 +02:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "rustc-demangle"
2023-07-03 16:00:53 +02:00
version = "0.1.23"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-01-14 10:06:26 +01:00
2022-11-28 16:10:34 +01:00
[[package]]
name = "rustix"
2023-07-03 16:00:53 +02:00
version = "0.36.6"
2022-11-28 16:10:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
2022-11-28 16:10:34 +01:00
dependencies = [
2023-07-03 16:00:53 +02:00
"bitflags 1.3.2",
"errno 0.2.8",
"io-lifetimes",
2022-11-28 16:10:34 +01:00
"libc",
2023-07-03 16:00:53 +02:00
"linux-raw-sys 0.1.4",
2022-11-28 16:10:34 +01:00
"windows-sys 0.42.0",
]
[[package]]
name = "rustix"
2023-07-03 16:00:53 +02:00
version = "0.37.22"
2022-11-28 16:10:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "8818fa822adcc98b18fedbb3632a6a33213c070556b5aa7c4c8cc21cff565c4c"
2022-11-28 16:10:34 +01:00
dependencies = [
2023-07-03 16:00:53 +02:00
"bitflags 1.3.2",
"errno 0.3.1",
"io-lifetimes",
2022-11-28 16:10:34 +01:00
"libc",
2023-07-03 16:00:53 +02:00
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
[[package]]
name = "rustix"
version = "0.38.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabcb0461ebd01d6b79945797c27f8529082226cb630a9865a71870ff63532a4"
dependencies = [
"bitflags 2.3.3",
"errno 0.3.1",
"libc",
"linux-raw-sys 0.4.3",
"windows-sys 0.48.0",
2022-11-28 16:10:34 +01:00
]
[[package]]
name = "rustls"
2023-07-03 16:00:53 +02:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
dependencies = [
"log",
"ring",
2023-07-03 16:00:53 +02:00
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-native-certs"
2022-11-28 15:37:19 +01:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
2023-07-03 16:00:53 +02:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
"base64",
]
2023-07-03 16:00:53 +02:00
[[package]]
name = "rustls-webpki"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
dependencies = [
"ring",
"untrusted",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "ryu"
2023-07-03 16:00:53 +02:00
version = "1.0.13"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2021-07-31 17:16:00 +02:00
[[package]]
name = "schannel"
2022-11-28 15:37:19 +01:00
version = "0.1.20"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2021-07-31 17:16:00 +02:00
dependencies = [
"lazy_static",
2022-11-28 15:37:19 +01:00
"windows-sys 0.36.1",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "security-framework"
2022-11-28 15:37:19 +01:00
version = "2.7.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"bitflags 1.3.2",
2021-07-31 17:16:00 +02:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-11-28 15:37:19 +01:00
version = "2.6.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2021-07-31 17:16:00 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2023-07-03 16:00:53 +02:00
version = "1.0.165"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "c939f902bb7d0ccc5bce4f03297e161543c2dcb30914faf032c2bd0b7a0d48fc"
2021-07-31 17:16:00 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-07-03 16:00:53 +02:00
version = "1.0.165"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "6eaae920e25fffe4019b75ff65e7660e72091e59dd204cb5849bbd6a3fd343d7"
2021-07-31 17:16:00 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 2.0.23",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "serde_json"
2023-07-03 16:00:53 +02:00
version = "1.0.99"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
2021-07-31 17:16:00 +02:00
dependencies = [
2022-11-28 15:37:19 +01:00
"itoa",
2021-07-31 17:16:00 +02:00
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2021-07-31 17:16:00 +02:00
dependencies = [
"form_urlencoded",
2022-11-28 15:37:19 +01:00
"itoa",
2021-07-31 17:16:00 +02:00
"ryu",
"serde",
]
[[package]]
2023-07-03 16:00:53 +02:00
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-01-14 10:06:26 +01: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 = "signal-hook-registry"
2023-07-03 16:00:53 +02:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "slab"
2023-07-03 16:00:53 +02:00
version = "0.4.8"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-11-28 15:37:19 +01:00
dependencies = [
"autocfg",
]
2021-07-31 17:16:00 +02:00
2022-01-14 10:06:26 +01:00
[[package]]
name = "smallvec"
2022-11-28 15:37:19 +01:00
version = "1.10.0"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-01-14 10:06:26 +01:00
2021-07-31 17:16:00 +02:00
[[package]]
name = "socket2"
2023-07-03 16:00:53 +02:00
version = "0.4.9"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2021-07-31 17:16:00 +02:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-07-31 17:16:00 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2023-07-03 16:00:53 +02:00
version = "1.0.109"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2021-07-31 17:16:00 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-11-28 15:23:08 +01:00
"unicode-ident",
2021-07-31 17:16:00 +02:00
]
[[package]]
2023-07-03 16:00:53 +02:00
name = "syn"
version = "2.0.23"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"proc-macro2",
"quote",
"unicode-ident",
2021-07-31 17:16:00 +02:00
]
[[package]]
2023-07-03 16:00:53 +02:00
name = "tempfile"
version = "3.6.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"autocfg",
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix 0.37.22",
"windows-sys 0.48.0",
2021-07-31 17:16:00 +02:00
]
[[package]]
2022-11-28 16:10:34 +01:00
name = "terminal_size"
2023-07-03 16:00:53 +02:00
version = "0.2.3"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
2021-07-31 17:16:00 +02:00
dependencies = [
2023-07-03 16:00:53 +02:00
"rustix 0.36.6",
2022-11-28 16:10:34 +01:00
"windows-sys 0.42.0",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "thiserror"
2023-07-03 16:00:53 +02:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-03 16:00:53 +02:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 2.0.23",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "thread_local"
2023-07-03 16:00:53 +02:00
version = "1.1.7"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-01-14 10:06:26 +01:00
dependencies = [
2023-07-03 16:00:53 +02:00
"cfg-if",
2022-01-14 10:06:26 +01:00
"once_cell",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "tinyvec"
2022-11-28 15:37:19 +01:00
version = "1.6.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-07-31 17:16:00 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-07-03 16:00:53 +02:00
version = "0.1.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-07-31 17:16:00 +02:00
[[package]]
name = "tokio"
2023-07-03 16:00:53 +02:00
version = "1.29.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2021-07-31 17:16:00 +02:00
dependencies = [
2022-11-28 15:37:19 +01:00
"autocfg",
2023-07-03 16:00:53 +02:00
"backtrace",
2021-07-31 17:16:00 +02:00
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
2021-07-31 17:16:00 +02:00
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
2023-07-03 16:00:53 +02:00
"windows-sys 0.48.0",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "tokio-macros"
2023-07-03 16:00:53 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 2.0.23",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
2023-07-03 16:00:53 +02:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls",
"tokio",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "tokio-util"
2022-11-28 15:37:19 +01:00
version = "0.7.4"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
2021-07-31 17:16:00 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-11-28 15:37:19 +01:00
"tracing",
2021-07-31 17:16:00 +02:00
]
[[package]]
name = "tower-service"
2022-11-28 15:37:19 +01:00
version = "0.3.2"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-07-31 17:16:00 +02:00
[[package]]
name = "tracing"
2022-11-28 15:37:19 +01:00
version = "0.1.37"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2021-07-31 17:16:00 +02:00
dependencies = [
"cfg-if",
"pin-project-lite",
2022-01-14 10:06:26 +01:00
"tracing-attributes",
2021-07-31 17:16:00 +02:00
"tracing-core",
]
2022-01-14 10:06:26 +01:00
[[package]]
name = "tracing-attributes"
2023-07-03 16:00:53 +02:00
version = "0.1.26"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2022-01-14 10:06:26 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 2.0.23",
2022-01-14 10:06:26 +01:00
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "tracing-core"
2023-07-03 16:00:53 +02:00
version = "0.1.31"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2021-07-31 17:16:00 +02:00
dependencies = [
2022-11-28 15:23:08 +01:00
"once_cell",
"valuable",
2021-07-31 17:16:00 +02:00
]
2022-01-14 10:06:26 +01:00
[[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-log"
2022-11-28 15:37:19 +01:00
version = "0.1.3"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2022-01-14 10:06:26 +01:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-07-03 16:00:53 +02:00
version = "0.3.17"
2022-01-14 10:06:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-01-14 10:06:26 +01:00
dependencies = [
"matchers",
2022-11-28 15:37:19 +01:00
"nu-ansi-term",
2022-11-28 15:23:08 +01:00
"once_cell",
2022-01-14 10:06:26 +01:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "tracing-tree"
2023-07-03 16:00:53 +02:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "4f9742d8df709837409dbb22aa25dd7769c260406f20ff48a2320b80a4a6aed0"
dependencies = [
"atty",
2022-11-28 15:23:08 +01:00
"nu-ansi-term",
"tracing-core",
"tracing-log",
"tracing-subscriber",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "try-lock"
2023-07-03 16:00:53 +02:00
version = "0.2.4"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-07-31 17:16:00 +02:00
[[package]]
name = "tungstenite"
2023-07-03 16:00:53 +02:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
dependencies = [
"byteorder",
"bytes",
2023-07-03 16:00:53 +02:00
"data-encoding",
"http",
"httparse",
"log",
"rand",
"rustls",
2023-07-03 16:00:53 +02:00
"sha1",
"thiserror",
"url",
"utf-8",
"webpki",
]
[[package]]
name = "typenum"
2023-07-03 16:00:53 +02:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2021-07-31 17:16:00 +02:00
[[package]]
2021-11-23 14:22:58 +01:00
name = "unicase"
version = "2.6.0"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2021-07-31 17:16:00 +02:00
dependencies = [
2021-11-23 14:22:58 +01:00
"version_check",
2021-07-31 17:16:00 +02:00
]
2021-11-23 14:22:58 +01:00
[[package]]
name = "unicode-bidi"
2023-07-03 16:00:53 +02:00
version = "0.3.13"
2021-11-23 14:22:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2021-11-23 14:22:58 +01:00
2022-11-28 15:23:08 +01:00
[[package]]
name = "unicode-ident"
2023-07-03 16:00:53 +02:00
version = "1.0.9"
2022-11-28 15:23:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 16:00:53 +02:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2022-11-28 15:23:08 +01:00
2021-07-31 17:16:00 +02:00
[[package]]
name = "unicode-normalization"
2022-11-28 15:37:19 +01:00
version = "0.1.22"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-07-31 17:16:00 +02:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
2022-11-28 15:23:08 +01:00
version = "0.1.10"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:23:08 +01:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-07-31 17:16:00 +02:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2021-07-31 17:16:00 +02:00
[[package]]
name = "url"
2022-11-28 15:37:19 +01:00
version = "2.3.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2021-07-31 17:16:00 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2023-07-03 16:00:53 +02:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2021-07-31 17:16:00 +02:00
[[package]]
name = "vcpkg"
2021-11-23 14:22:58 +01:00
version = "0.2.15"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-23 14:22:58 +01:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-07-31 17:16:00 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-07-31 17:16:00 +02:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-07-31 17:16:00 +02:00
[[package]]
name = "wasm-bindgen"
2022-11-28 15:37:19 +01:00
version = "0.2.83"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2021-07-31 17:16:00 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-11-28 15:37:19 +01:00
version = "0.2.83"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2021-07-31 17:16:00 +02:00
dependencies = [
"bumpalo",
"log",
2022-11-28 15:37:19 +01:00
"once_cell",
2021-07-31 17:16:00 +02:00
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 1.0.109",
2021-07-31 17:16:00 +02:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-11-28 15:37:19 +01:00
version = "0.4.33"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2021-07-31 17:16:00 +02:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-11-28 15:37:19 +01:00
version = "0.2.83"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2021-07-31 17:16:00 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-11-28 15:37:19 +01:00
version = "0.2.83"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2021-07-31 17:16:00 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-07-03 16:00:53 +02:00
"syn 1.0.109",
2021-07-31 17:16:00 +02:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-11-28 15:37:19 +01:00
version = "0.2.83"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2021-07-31 17:16:00 +02:00
[[package]]
name = "web-sys"
2022-11-28 15:37:19 +01:00
version = "0.3.60"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2021-07-31 17:16:00 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2021-07-31 17:16:00 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
2022-11-28 15:37:19 +01:00
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2023-07-03 16:00:53 +02:00
"windows_aarch64_gnullvm 0.42.0",
2022-11-28 15:37:19 +01:00
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
2023-07-03 16:00:53 +02:00
"windows_x86_64_gnullvm 0.42.0",
2022-11-28 15:37:19 +01:00
"windows_x86_64_msvc 0.42.0",
]
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
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",
]
2022-11-28 15:37:19 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
2022-11-28 15:37:19 +01:00
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-11-28 15:37:19 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
2022-11-28 15:37:19 +01:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
2022-11-28 15:37:19 +01:00
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-11-28 15:37:19 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
2022-11-28 15:37:19 +01:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-11-28 15:37:19 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-11-28 15:37:19 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
2022-11-28 15:37:19 +01:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 15:37:19 +01:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2023-07-03 16:00:53 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2021-07-31 17:16:00 +02:00
[[package]]
name = "winreg"
version = "0.10.1"
2021-07-31 17:16:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-07-31 17:16:00 +02:00
dependencies = [
"winapi",
]