|
@@ -27,15 +27,6 @@ dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "ansi_term"
|
|
|
|
-version = "0.12.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "arrayvec"
|
|
name = "arrayvec"
|
|
version = "0.4.12"
|
|
version = "0.4.12"
|
|
@@ -45,27 +36,6 @@ dependencies = [
|
|
"nodrop",
|
|
"nodrop",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "async-stream"
|
|
|
|
-version = "0.3.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
|
|
|
|
-dependencies = [
|
|
|
|
- "async-stream-impl",
|
|
|
|
- "futures-core",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "async-stream-impl"
|
|
|
|
-version = "0.3.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-trait"
|
|
name = "async-trait"
|
|
version = "0.1.50"
|
|
version = "0.1.50"
|
|
@@ -212,7 +182,6 @@ dependencies = [
|
|
"libc",
|
|
"libc",
|
|
"num-integer",
|
|
"num-integer",
|
|
"num-traits 0.2.14",
|
|
"num-traits 0.2.14",
|
|
- "rustc-serialize",
|
|
|
|
"serde",
|
|
"serde",
|
|
"time",
|
|
"time",
|
|
"winapi",
|
|
"winapi",
|
|
@@ -238,22 +207,6 @@ dependencies = [
|
|
"syn",
|
|
"syn",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "core-foundation"
|
|
|
|
-version = "0.9.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
|
|
|
-dependencies = [
|
|
|
|
- "core-foundation-sys",
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "core-foundation-sys"
|
|
|
|
-version = "0.8.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
name = "cpufeatures"
|
|
version = "0.1.4"
|
|
version = "0.1.4"
|
|
@@ -282,41 +235,6 @@ dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cfg-if 0.1.10",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "darling"
|
|
|
|
-version = "0.12.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
|
|
|
|
-dependencies = [
|
|
|
|
- "darling_core",
|
|
|
|
- "darling_macro",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "darling_core"
|
|
|
|
-version = "0.12.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
|
|
|
|
-dependencies = [
|
|
|
|
- "fnv",
|
|
|
|
- "ident_case",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "strsim",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "darling_macro"
|
|
|
|
-version = "0.12.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
|
|
|
|
-dependencies = [
|
|
|
|
- "darling_core",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dashmap"
|
|
name = "dashmap"
|
|
version = "4.0.2"
|
|
version = "4.0.2"
|
|
@@ -327,37 +245,6 @@ dependencies = [
|
|
"num_cpus",
|
|
"num_cpus",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "derive_builder"
|
|
|
|
-version = "0.10.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
|
|
|
|
-dependencies = [
|
|
|
|
- "derive_builder_macro",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "derive_builder_core"
|
|
|
|
-version = "0.10.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
|
|
|
|
-dependencies = [
|
|
|
|
- "darling",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "derive_builder_macro"
|
|
|
|
-version = "0.10.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
|
|
|
|
-dependencies = [
|
|
|
|
- "derive_builder_core",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "digest"
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
version = "0.9.0"
|
|
@@ -377,12 +264,6 @@ dependencies = [
|
|
"pnet_macros_support",
|
|
"pnet_macros_support",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "either"
|
|
|
|
-version = "1.6.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
name = "encoding_rs"
|
|
version = "0.8.28"
|
|
version = "0.8.28"
|
|
@@ -432,21 +313,6 @@ version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
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]]
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
name = "form_urlencoded"
|
|
version = "1.0.1"
|
|
version = "1.0.1"
|
|
@@ -623,15 +489,6 @@ version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "heck"
|
|
|
|
-version = "0.3.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-segmentation",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
name = "hermit-abi"
|
|
version = "0.1.18"
|
|
version = "0.1.18"
|
|
@@ -714,25 +571,6 @@ dependencies = [
|
|
"webpki",
|
|
"webpki",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "hyper-tls"
|
|
|
|
-version = "0.5.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
-dependencies = [
|
|
|
|
- "bytes 1.0.1",
|
|
|
|
- "hyper",
|
|
|
|
- "native-tls",
|
|
|
|
- "tokio",
|
|
|
|
- "tokio-native-tls",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "ident_case"
|
|
|
|
-version = "1.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "idna"
|
|
name = "idna"
|
|
version = "0.2.3"
|
|
version = "0.2.3"
|
|
@@ -845,32 +683,12 @@ dependencies = [
|
|
"serde_json",
|
|
"serde_json",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "matchers"
|
|
|
|
-version = "0.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
-dependencies = [
|
|
|
|
- "regex-automata",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "matches"
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "maybe-async"
|
|
|
|
-version = "0.2.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6007f9dad048e0a224f27ca599d669fca8cfa0dac804725aab542b2eb032bce6"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "memchr"
|
|
name = "memchr"
|
|
version = "2.4.0"
|
|
version = "2.4.0"
|
|
@@ -934,24 +752,6 @@ dependencies = [
|
|
"getrandom 0.2.3",
|
|
"getrandom 0.2.3",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "native-tls"
|
|
|
|
-version = "0.2.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
|
|
|
|
-dependencies = [
|
|
|
|
- "lazy_static",
|
|
|
|
- "libc",
|
|
|
|
- "log",
|
|
|
|
- "openssl",
|
|
|
|
- "openssl-probe",
|
|
|
|
- "openssl-sys",
|
|
|
|
- "schannel",
|
|
|
|
- "security-framework",
|
|
|
|
- "security-framework-sys",
|
|
|
|
- "tempfile",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "nodrop"
|
|
name = "nodrop"
|
|
version = "0.1.14"
|
|
version = "0.1.14"
|
|
@@ -1012,14 +812,10 @@ dependencies = [
|
|
"futures",
|
|
"futures",
|
|
"lazy_static",
|
|
"lazy_static",
|
|
"rand 0.8.3",
|
|
"rand 0.8.3",
|
|
- "rspotify",
|
|
|
|
"serenity",
|
|
"serenity",
|
|
"songbird",
|
|
"songbird",
|
|
"symphonia-core",
|
|
"symphonia-core",
|
|
"tokio",
|
|
"tokio",
|
|
- "tracing",
|
|
|
|
- "tracing-futures",
|
|
|
|
- "tracing-subscriber",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1034,39 +830,6 @@ version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "openssl"
|
|
|
|
-version = "0.10.34"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags",
|
|
|
|
- "cfg-if 1.0.0",
|
|
|
|
- "foreign-types",
|
|
|
|
- "libc",
|
|
|
|
- "once_cell",
|
|
|
|
- "openssl-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "openssl-probe"
|
|
|
|
-version = "0.1.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "openssl-sys"
|
|
|
|
-version = "0.9.63"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg",
|
|
|
|
- "cc",
|
|
|
|
- "libc",
|
|
|
|
- "pkg-config",
|
|
|
|
- "vcpkg",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "parking_lot"
|
|
name = "parking_lot"
|
|
version = "0.11.1"
|
|
version = "0.11.1"
|
|
@@ -1311,30 +1074,12 @@ dependencies = [
|
|
"regex-syntax",
|
|
"regex-syntax",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "regex-automata"
|
|
|
|
-version = "0.1.10"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
-dependencies = [
|
|
|
|
- "regex-syntax",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
name = "regex-syntax"
|
|
version = "0.6.25"
|
|
version = "0.6.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "remove_dir_all"
|
|
|
|
-version = "0.5.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
-dependencies = [
|
|
|
|
- "winapi",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "reqwest"
|
|
name = "reqwest"
|
|
version = "0.11.3"
|
|
version = "0.11.3"
|
|
@@ -1350,14 +1095,12 @@ dependencies = [
|
|
"http-body",
|
|
"http-body",
|
|
"hyper",
|
|
"hyper",
|
|
"hyper-rustls",
|
|
"hyper-rustls",
|
|
- "hyper-tls",
|
|
|
|
"ipnet",
|
|
"ipnet",
|
|
"js-sys",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"lazy_static",
|
|
"log",
|
|
"log",
|
|
"mime",
|
|
"mime",
|
|
"mime_guess",
|
|
"mime_guess",
|
|
- "native-tls",
|
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"rustls",
|
|
"rustls",
|
|
@@ -1365,9 +1108,7 @@ dependencies = [
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"serde_urlencoded",
|
|
"tokio",
|
|
"tokio",
|
|
- "tokio-native-tls",
|
|
|
|
"tokio-rustls",
|
|
"tokio-rustls",
|
|
- "tokio-socks",
|
|
|
|
"url",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-futures",
|
|
@@ -1391,34 +1132,6 @@ dependencies = [
|
|
"winapi",
|
|
"winapi",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "rspotify"
|
|
|
|
-version = "0.10.0"
|
|
|
|
-source = "git+https://github.com/ramsayleung/rspotify#0c859ffe6a50712351304c9457fdcc69be737a83"
|
|
|
|
-dependencies = [
|
|
|
|
- "async-stream",
|
|
|
|
- "async-trait",
|
|
|
|
- "base64 0.13.0",
|
|
|
|
- "chrono",
|
|
|
|
- "derive_builder",
|
|
|
|
- "futures",
|
|
|
|
- "getrandom 0.2.3",
|
|
|
|
- "log",
|
|
|
|
- "maybe-async",
|
|
|
|
- "reqwest",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "strum",
|
|
|
|
- "thiserror",
|
|
|
|
- "url",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "rustc-serialize"
|
|
|
|
-version = "0.3.24"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustls"
|
|
name = "rustls"
|
|
version = "0.19.1"
|
|
version = "0.19.1"
|
|
@@ -1454,16 +1167,6 @@ dependencies = [
|
|
"zeroize",
|
|
"zeroize",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "schannel"
|
|
|
|
-version = "0.1.19"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
-dependencies = [
|
|
|
|
- "lazy_static",
|
|
|
|
- "winapi",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
name = "scoped-tls"
|
|
version = "1.0.0"
|
|
version = "1.0.0"
|
|
@@ -1486,29 +1189,6 @@ dependencies = [
|
|
"untrusted",
|
|
"untrusted",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "security-framework"
|
|
|
|
-version = "2.3.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags",
|
|
|
|
- "core-foundation",
|
|
|
|
- "core-foundation-sys",
|
|
|
|
- "libc",
|
|
|
|
- "security-framework-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "security-framework-sys"
|
|
|
|
-version = "2.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"
|
|
|
|
-dependencies = [
|
|
|
|
- "core-foundation-sys",
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde"
|
|
name = "serde"
|
|
version = "1.0.126"
|
|
version = "1.0.126"
|
|
@@ -1616,15 +1296,6 @@ dependencies = [
|
|
"opaque-debug",
|
|
"opaque-debug",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "sharded-slab"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
|
|
|
|
-dependencies = [
|
|
|
|
- "lazy_static",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
name = "signal-hook-registry"
|
|
version = "1.4.0"
|
|
version = "1.4.0"
|
|
@@ -1731,33 +1402,6 @@ dependencies = [
|
|
"loom",
|
|
"loom",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "strsim"
|
|
|
|
-version = "0.10.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "strum"
|
|
|
|
-version = "0.20.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
|
|
|
|
-dependencies = [
|
|
|
|
- "strum_macros",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "strum_macros"
|
|
|
|
-version = "0.20.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
|
|
|
|
-dependencies = [
|
|
|
|
- "heck",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "subtle"
|
|
name = "subtle"
|
|
version = "2.4.0"
|
|
version = "2.4.0"
|
|
@@ -1788,20 +1432,6 @@ dependencies = [
|
|
"unicode-xid",
|
|
"unicode-xid",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "tempfile"
|
|
|
|
-version = "3.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 1.0.0",
|
|
|
|
- "libc",
|
|
|
|
- "rand 0.8.3",
|
|
|
|
- "redox_syscall",
|
|
|
|
- "remove_dir_all",
|
|
|
|
- "winapi",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "thiserror"
|
|
name = "thiserror"
|
|
version = "1.0.25"
|
|
version = "1.0.25"
|
|
@@ -1822,15 +1452,6 @@ dependencies = [
|
|
"syn",
|
|
"syn",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "thread_local"
|
|
|
|
-version = "1.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
|
|
|
-dependencies = [
|
|
|
|
- "once_cell",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "time"
|
|
name = "time"
|
|
version = "0.1.44"
|
|
version = "0.1.44"
|
|
@@ -1887,16 +1508,6 @@ dependencies = [
|
|
"syn",
|
|
"syn",
|
|
]
|
|
]
|
|
|
|
|
|
-[[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]]
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
name = "tokio-rustls"
|
|
version = "0.22.0"
|
|
version = "0.22.0"
|
|
@@ -1908,18 +1519,6 @@ dependencies = [
|
|
"webpki",
|
|
"webpki",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-socks"
|
|
|
|
-version = "0.5.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
|
|
|
|
-dependencies = [
|
|
|
|
- "either",
|
|
|
|
- "futures-util",
|
|
|
|
- "thiserror",
|
|
|
|
- "tokio",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio-util"
|
|
name = "tokio-util"
|
|
version = "0.6.7"
|
|
version = "0.6.7"
|
|
@@ -1983,49 +1582,6 @@ dependencies = [
|
|
"tracing",
|
|
"tracing",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "tracing-log"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
|
|
|
-dependencies = [
|
|
|
|
- "lazy_static",
|
|
|
|
- "log",
|
|
|
|
- "tracing-core",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tracing-serde"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
|
|
|
|
-dependencies = [
|
|
|
|
- "serde",
|
|
|
|
- "tracing-core",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tracing-subscriber"
|
|
|
|
-version = "0.2.18"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
|
|
|
|
-dependencies = [
|
|
|
|
- "ansi_term",
|
|
|
|
- "chrono",
|
|
|
|
- "lazy_static",
|
|
|
|
- "matchers",
|
|
|
|
- "regex",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "sharded-slab",
|
|
|
|
- "smallvec",
|
|
|
|
- "thread_local",
|
|
|
|
- "tracing",
|
|
|
|
- "tracing-core",
|
|
|
|
- "tracing-log",
|
|
|
|
- "tracing-serde",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "try-lock"
|
|
name = "try-lock"
|
|
version = "0.2.3"
|
|
version = "0.2.3"
|
|
@@ -2113,12 +1669,6 @@ dependencies = [
|
|
"tinyvec",
|
|
"tinyvec",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "unicode-segmentation"
|
|
|
|
-version = "1.7.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
name = "unicode-xid"
|
|
version = "0.2.2"
|
|
version = "0.2.2"
|
|
@@ -2174,12 +1724,6 @@ version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0"
|
|
checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "vcpkg"
|
|
|
|
-version = "0.2.13"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "version_check"
|
|
name = "version_check"
|
|
version = "0.9.3"
|
|
version = "0.9.3"
|