2020-04-13 23:22:05 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-13 13:20:45 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
name = "adler"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "1.0.2"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
name = "aead"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "0.4.3"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"generic-array",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand_core",
|
2020-05-20 16:54:46 +00:00
|
|
|
]
|
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "ahash"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.7.6"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"getrandom",
|
2021-01-22 17:19:57 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "aho-corasick"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.7.19"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"memchr",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
2022-11-20 11:30:02 +00:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
2022-11-20 11:30:02 +00:00
|
|
|
"libc",
|
2022-01-25 22:59:05 +00:00
|
|
|
]
|
|
|
|
|
2021-08-13 13:20:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.7.2"
|
2021-08-13 13:20:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2021-08-13 13:20:45 +00:00
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.58"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-15 11:01:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-tungstenite"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.17.2"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb"
|
2021-03-15 11:01:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2021-03-15 11:01:07 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-05-05 08:55:44 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
|
|
|
"tungstenite",
|
2022-11-20 11:30:02 +00:00
|
|
|
"webpki-roots 0.22.5",
|
2021-09-03 10:33:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
|
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2021-03-15 15:03:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2021-03-15 15:03:15 +00:00
|
|
|
]
|
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "audiopus"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.3.0-rc.0"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "ab55eb0e56d7c6de3d59f544e5db122d7725ec33be6a276ee8241f3be6473955"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"audiopus_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "audiopus_sys"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.2.2"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "62314a1546a2064e033665d658e88c620a62904be945f8147e6b16c3db9f8651"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"cmake",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2020-04-26 22:12:31 +00:00
|
|
|
"pkg-config",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-19 12:40:07 +00:00
|
|
|
version = "0.1.8"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 12:40:07 +00:00
|
|
|
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
]
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-19 12:40:07 +00:00
|
|
|
version = "1.1.0"
|
2020-09-20 22:25:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 12:40:07 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-09-20 22:25:54 +00:00
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.13.1"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-04-26 22:12:31 +00:00
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c"
|
|
|
|
|
2020-04-28 00:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "0.2.2"
|
2020-04-28 00:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "d1e50562e37200edf7c6c43e54a08e64a5553bfb59d9c297d5572512aa517256"
|
2020-04-28 00:24:06 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"num-bigint",
|
2020-04-28 00:24:06 +00:00
|
|
|
"num-integer",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2020-04-28 00:24:06 +00:00
|
|
|
]
|
|
|
|
|
2021-06-24 14:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "1.3.2"
|
2021-01-26 00:35:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-01-26 00:35:51 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"generic-array",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.10.3"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "3.11.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.12.3"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
2022-05-05 08:55:44 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "1.4.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-07-31 13:56:38 +00:00
|
|
|
version = "1.2.1"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 13:56:38 +00:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.76"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.4.23"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-11-20 11:30:02 +00:00
|
|
|
"iana-time-zone",
|
2020-04-13 23:22:05 +00:00
|
|
|
"num-integer",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2020-04-13 23:22:05 +00:00
|
|
|
"serde",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.3.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.49"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
2022-01-25 22:59:05 +00:00
|
|
|
name = "const-oid"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-19 12:40:07 +00:00
|
|
|
version = "0.9.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 12:40:07 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.8.3"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-20 20:58:17 +00:00
|
|
|
name = "cpufeatures"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.5"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2021-05-20 20:58:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-19 12:40:07 +00:00
|
|
|
version = "1.3.2"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 12:40:07 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.7"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "ebb3d1683412e9be6a15533314f00ec223c0762c522a3f77f048b265aab4470c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-09-03 10:33:24 +00:00
|
|
|
"crossbeam-utils",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "crossbeam-utils"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.8.13"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "422f23e724af1240ec469ea1e834d87a4b59ce2efe2c6a96256b0c47e2fd86aa"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-20 16:10:16 +00:00
|
|
|
version = "0.1.6"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 16:10:16 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.14.2"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.14.2"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.14.2"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "5.4.0"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-07-20 16:10:16 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-05-05 08:55:44 +00:00
|
|
|
"lock_api",
|
2022-11-20 11:30:02 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core 0.9.4",
|
2021-08-13 13:20:45 +00:00
|
|
|
"serde",
|
2021-01-27 12:36:04 +00:00
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"crypto-bigint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.10.6"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
2022-11-20 11:30:02 +00:00
|
|
|
"block-buffer 0.10.3",
|
2022-05-05 08:55:44 +00:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "discortp"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.4.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "fb66017646a48220b5ea30d63ac18bb5952f647f1a41ed755880895125d26972"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"pnet_macros",
|
|
|
|
"pnet_macros_support",
|
2020-09-07 11:04:10 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "either"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.8.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.8.31"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 17:19:57 +00:00
|
|
|
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.1.43",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2021-03-15 15:03:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.9.3"
|
2021-03-15 15:03:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2021-03-15 15:03:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2021-03-15 15:03:15 +00:00
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-07-31 13:56:38 +00:00
|
|
|
version = "1.8.0"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 13:56:38 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "1.0.24"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-07-31 13:56:38 +00:00
|
|
|
version = "0.10.14"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 13:56:38 +00:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
2021-04-05 10:55:06 +00:00
|
|
|
"pin-project",
|
2022-07-14 16:56:36 +00:00
|
|
|
"spin 0.9.4",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "1.0.7"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.1.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-09-03 10:33:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.4.2"
|
2021-09-03 10:33:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
|
2021-09-03 10:33:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2022-05-05 08:55:44 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-09-03 10:33:24 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.25"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2020-04-13 23:22:05 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "generator"
|
2022-07-20 16:10:16 +00:00
|
|
|
version = "0.7.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 16:10:16 +00:00
|
|
|
checksum = "cc184cace1cea8335047a471cc1da80f18acf8a76f3bab2028d499e328948ec7"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2021-04-05 10:55:06 +00:00
|
|
|
"rustversion",
|
2022-07-20 16:10:16 +00:00
|
|
|
"windows",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.14.6"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.8"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-01-22 17:19:57 +00:00
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2022-07-14 16:56:36 +00:00
|
|
|
"wasi",
|
2021-01-22 17:19:57 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.15"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2020-04-26 22:12:31 +00:00
|
|
|
"http",
|
2020-04-13 23:22:05 +00:00
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-07-14 16:56:36 +00:00
|
|
|
"tokio-util",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-06-05 14:09:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2021-06-05 14:09:14 +00:00
|
|
|
"ahash",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-20 16:10:16 +00:00
|
|
|
version = "0.12.3"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 16:10:16 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-05-05 08:55:44 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2021-06-05 14:09:14 +00:00
|
|
|
version = "0.7.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 14:09:14 +00:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"hashbrown 0.11.2",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-05 14:09:14 +00:00
|
|
|
version = "0.3.3"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 14:09:14 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.1.19"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "0.4.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.2.8"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"fnv",
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.4.5"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-26 22:12:31 +00:00
|
|
|
"http",
|
2021-04-05 10:55:06 +00:00
|
|
|
"pin-project-lite",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.8.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "1.0.2"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2021-03-15 15:03:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.14.23"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
2020-04-26 22:12:31 +00:00
|
|
|
"http",
|
2020-04-13 23:22:05 +00:00
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2020-11-11 18:21:45 +00:00
|
|
|
"httpdate",
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2021-06-24 14:52:45 +00:00
|
|
|
"pin-project-lite",
|
2020-11-11 18:21:45 +00:00
|
|
|
"socket2",
|
2020-04-13 23:22:05 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing",
|
2020-04-13 23:22:05 +00:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.23.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"http",
|
2020-04-13 23:22:05 +00:00
|
|
|
"hyper",
|
2022-11-20 11:30:02 +00:00
|
|
|
"rustls 0.20.7",
|
2020-04-13 23:22:05 +00:00
|
|
|
"tokio",
|
2022-05-05 08:55:44 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-06-07 16:10:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-01-22 17:19:57 +00:00
|
|
|
version = "0.5.0"
|
2020-06-07 16:10:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 17:19:57 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2020-06-07 16:10:58 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-06-07 16:10:58 +00:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2021-01-22 17:19:57 +00:00
|
|
|
"tokio-native-tls",
|
2020-06-07 16:10:58 +00:00
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.9.2"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 1.1.0",
|
2022-07-20 16:10:16 +00:00
|
|
|
"hashbrown 0.12.3",
|
2021-03-15 11:01:07 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "instant"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.1.12"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "2.5.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2021-09-16 21:33:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.10.5"
|
2021-09-16 21:33:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-09-16 21:33:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.4"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2022-01-25 22:59:05 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.60"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"spin 0.5.2",
|
2021-01-26 00:35:51 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.137"
|
2020-09-20 22:25:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
2020-09-20 22:25:54 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.7"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2021-01-22 17:19:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.4.9"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"autocfg 1.1.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.4.17"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.5.6"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-01-22 17:19:57 +00:00
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-01-25 22:59:05 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "2.5.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "2.0.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-09-03 10:33:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.2.1"
|
2021-09-03 10:33:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-03 10:33:24 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.5.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-11-11 18:21:45 +00:00
|
|
|
"adler",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.8.5"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2022-07-14 16:56:36 +00:00
|
|
|
"wasi",
|
2022-11-20 11:30:02 +00:00
|
|
|
"windows-sys 0.42.0",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "nanorand"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.7.0"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"getrandom",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.11"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2020-04-13 23:22:05 +00:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2021-01-26 00:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "7.1.1"
|
2021-01-26 00:35:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2021-01-26 00:35:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-09-03 10:33:24 +00:00
|
|
|
"minimal-lexical",
|
2021-01-26 00:35:51 +00:00
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-09-16 21:33:19 +00:00
|
|
|
version = "0.3.3"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 21:33:19 +00:00
|
|
|
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 1.1.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"num-integer",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
2021-05-20 20:58:17 +00:00
|
|
|
version = "0.7.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 20:58:17 +00:00
|
|
|
checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 0.1.8",
|
2021-01-22 17:19:57 +00:00
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand",
|
2021-01-22 17:19:57 +00:00
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.1.45"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 1.1.0",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.1.43"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 1.1.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"num-integer",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.2.15"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 1.1.0",
|
2021-05-20 20:58:17 +00:00
|
|
|
"libm",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.14.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.16.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.10.42"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bitflags",
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-04-05 10:55:06 +00:00
|
|
|
"once_cell",
|
2022-05-05 08:55:44 +00:00
|
|
|
"openssl-macros",
|
2020-04-13 23:22:05 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00: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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.1.5"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.9.77"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"autocfg 1.1.0",
|
2020-04-13 23:22:05 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "2.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.15",
|
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "0.11.2"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-05-05 08:55:44 +00:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.12.1"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-11-20 11:30:02 +00:00
|
|
|
"parking_lot_core 0.9.4",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "0.8.5"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-01-22 17:19:57 +00:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-04-05 10:55:06 +00:00
|
|
|
"redox_syscall",
|
2021-01-22 17:19:57 +00:00
|
|
|
"smallvec",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.9.4"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-11-20 11:30:02 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-05-05 08:55:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.9"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
2022-05-05 08:55:44 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
2022-01-25 22:59:05 +00:00
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.2.4"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"base64ct",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "2.2.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.12"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-04-05 10:55:06 +00:00
|
|
|
"pin-project-internal",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.12"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.2.9"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.1.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"pkcs1",
|
|
|
|
"spki",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.26"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pnet_base"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.28.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "25488cd551a753dcaaa6fffc9f69a7610a412dd8954425bf7ffad5f7d1156fb8"
|
2021-01-22 17:19:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pnet_macros"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.28.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "30490e0852e58402b8fae0d39897b08a24f493023a4d6cf56b2e30f31ed57548"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-01-22 17:19:57 +00:00
|
|
|
"regex",
|
2021-08-13 13:20:45 +00:00
|
|
|
"syn",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pnet_macros_support"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.28.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "d4714e10f30cab023005adce048f2d30dd4ac4f093662abf2220855655ef8f90"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"pnet_base",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "poise"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.0"
|
2022-05-13 12:18:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "f6c01d22dcda434b0dfe956c60f6ac9b0352c4c2f4af852afb3155a971cd306d"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-05-05 08:55:44 +00:00
|
|
|
"derivative",
|
2022-01-25 22:59:05 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-05-05 08:55:44 +00:00
|
|
|
"log",
|
2022-01-25 22:59:05 +00:00
|
|
|
"once_cell",
|
2022-11-20 11:30:02 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-01-25 22:59:05 +00:00
|
|
|
"poise_macros",
|
|
|
|
"regex",
|
2022-05-13 12:18:18 +00:00
|
|
|
"serenity",
|
2022-01-25 22:59:05 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "poise_macros"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.0"
|
2022-05-13 12:18:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "52ff861b6a52ec47bc54eb17424c025feeb040e82836036276c25dda045a8a0c"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "0.7.2"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
2020-11-11 18:21:45 +00:00
|
|
|
"universal-hash",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.17"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.47"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-07-14 16:56:36 +00:00
|
|
|
"unicode-ident",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.21"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-06-24 14:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-19 12:40:07 +00:00
|
|
|
version = "0.8.5"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 12:40:07 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-06-24 14:52:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 14:52:45 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand_core",
|
2021-06-24 14:52:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.6.4"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"getrandom",
|
2021-06-24 14:52:45 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-07-31 13:56:38 +00:00
|
|
|
version = "0.2.16"
|
2021-01-26 00:35:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 13:56:38 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-26 00:35:51 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bitflags",
|
2021-01-26 00:35:51 +00:00
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.7.0"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.6.28"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-05-20 16:54:46 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.5.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.11.13"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"base64",
|
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-25 22:59:05 +00:00
|
|
|
"h2",
|
2020-04-26 22:12:31 +00:00
|
|
|
"http",
|
2020-04-13 23:22:05 +00:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
2020-06-07 16:10:58 +00:00
|
|
|
"hyper-tls",
|
2020-11-11 18:21:45 +00:00
|
|
|
"ipnet",
|
2020-04-13 23:22:05 +00:00
|
|
|
"js-sys",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2020-04-13 23:22:05 +00:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-06-07 16:10:58 +00:00
|
|
|
"native-tls",
|
2022-11-20 11:30:02 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"percent-encoding",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2022-11-20 11:30:02 +00:00
|
|
|
"rustls 0.20.7",
|
2022-01-25 22:59:05 +00:00
|
|
|
"rustls-pemfile",
|
2020-04-13 23:22:05 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-01-22 17:19:57 +00:00
|
|
|
"tokio-native-tls",
|
2022-05-05 08:55:44 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
2022-07-14 16:56:36 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
2020-04-13 23:22:05 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-11-20 11:30:02 +00:00
|
|
|
"webpki-roots 0.22.5",
|
2020-04-13 23:22:05 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "0.16.20"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-11-11 18:21:45 +00:00
|
|
|
"once_cell",
|
2021-09-03 10:33:24 +00:00
|
|
|
"spin 0.5.2",
|
2020-04-13 23:22:05 +00:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.5.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-05-05 08:55:44 +00:00
|
|
|
"digest 0.9.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2022-05-05 08:55:44 +00:00
|
|
|
"num-traits 0.2.15",
|
2022-01-25 22:59:05 +00:00
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand",
|
2021-01-22 17:19:57 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-05-20 20:58:17 +00:00
|
|
|
version = "0.19.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 20:58:17 +00:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"base64",
|
|
|
|
"log",
|
2020-04-13 23:22:05 +00:00
|
|
|
"ring",
|
2022-01-25 22:59:05 +00:00
|
|
|
"sct 0.6.1",
|
|
|
|
"webpki 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.20.7"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct 0.7.0",
|
|
|
|
"webpki 0.22.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.1"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-04-05 10:55:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.9"
|
2021-04-05 10:55:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
|
2021-04-05 10:55:06 +00:00
|
|
|
|
2020-09-03 13:52:19 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
name = "ryu"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.11"
|
2020-09-03 13:52:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2020-09-03 13:52:19 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
2020-11-11 18:21:45 +00:00
|
|
|
name = "salsa20"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.9.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"cipher",
|
2020-11-11 18:21:45 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.1.20"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-11-20 11:30:02 +00:00
|
|
|
"windows-sys 0.36.1",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.1"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-01-22 17:19:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-04-15 10:40:41 +00:00
|
|
|
version = "0.6.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-15 10:40:41 +00:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "2.7.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bitflags",
|
2020-04-13 23:22:05 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-02-19 12:40:07 +00:00
|
|
|
version = "2.6.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 12:40:07 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.147"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.147"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.88"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2020-04-13 23:22:05 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.9"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.7.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"form_urlencoded",
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2021-01-22 17:19:57 +00:00
|
|
|
"ryu",
|
2020-04-13 23:22:05 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serenity"
|
2022-07-31 13:56:38 +00:00
|
|
|
version = "0.11.5"
|
2022-05-13 11:51:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 13:56:38 +00:00
|
|
|
checksum = "82fd5e7b5858ad96e99d440138f34f5b98e1b959ebcd3a1036203b30e78eb788"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-04-26 22:12:31 +00:00
|
|
|
"async-trait",
|
2022-05-05 08:55:44 +00:00
|
|
|
"async-tungstenite",
|
2021-08-13 13:20:45 +00:00
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
2022-05-05 08:55:44 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
"chrono",
|
2022-07-31 13:56:38 +00:00
|
|
|
"dashmap",
|
2020-04-13 23:22:05 +00:00
|
|
|
"flate2",
|
2020-04-26 22:12:31 +00:00
|
|
|
"futures",
|
2021-08-13 13:20:45 +00:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2022-07-14 16:56:36 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-01-22 17:19:57 +00:00
|
|
|
"percent-encoding",
|
2020-04-13 23:22:05 +00:00
|
|
|
"reqwest",
|
2022-07-20 16:10:16 +00:00
|
|
|
"rustversion",
|
2020-04-13 23:22:05 +00:00
|
|
|
"serde",
|
2022-05-05 08:55:44 +00:00
|
|
|
"serde-value",
|
2020-04-13 23:22:05 +00:00
|
|
|
"serde_json",
|
2022-05-05 08:55:44 +00:00
|
|
|
"time",
|
2020-04-26 22:12:31 +00:00
|
|
|
"tokio",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing",
|
|
|
|
"typemap_rev",
|
2020-04-13 23:22:05 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "serenity-voice-model"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.1.1"
|
2022-07-31 13:56:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8be3aec8849ca2fde1e8a5dfbed96fbd68e9b5f4283fbe277d8694ce811d4952"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"bitflags",
|
2021-01-22 17:19:57 +00:00
|
|
|
"enum_primitive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2021-09-03 10:33:24 +00:00
|
|
|
version = "0.9.8"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 10:33:24 +00:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"block-buffer 0.9.0",
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-05-20 20:58:17 +00:00
|
|
|
"cpufeatures",
|
2022-05-05 08:55:44 +00:00
|
|
|
"digest 0.9.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"opaque-debug",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-11-20 11:30:02 +00:00
|
|
|
"digest 0.10.6",
|
2022-05-05 08:55:44 +00:00
|
|
|
]
|
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.9.9"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2022-05-05 08:55:44 +00:00
|
|
|
"block-buffer 0.9.0",
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-05-20 20:58:17 +00:00
|
|
|
"cpufeatures",
|
2022-05-05 08:55:44 +00:00
|
|
|
"digest 0.9.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"opaque-debug",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-25 22:59:05 +00:00
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"lazy_static",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
2022-01-25 22:59:05 +00:00
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"libc",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-07-20 16:10:16 +00:00
|
|
|
version = "0.4.7"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 16:10:16 +00:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.10.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2021-01-22 17:19:57 +00:00
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.4.7"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-04-26 22:12:31 +00:00
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2020-09-20 22:25:54 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "songbird"
|
2022-07-31 13:56:38 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4c965f6625a2653e0733abfe217679562eb8c4787f000f4f13047541a444217"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-05-05 08:55:44 +00:00
|
|
|
"async-tungstenite",
|
2021-01-22 17:19:57 +00:00
|
|
|
"audiopus",
|
|
|
|
"byteorder",
|
2022-07-31 13:56:38 +00:00
|
|
|
"dashmap",
|
2022-01-25 22:59:05 +00:00
|
|
|
"derivative",
|
2021-01-22 17:19:57 +00:00
|
|
|
"discortp",
|
|
|
|
"flume",
|
|
|
|
"futures",
|
2022-07-14 16:56:36 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-08-13 13:20:45 +00:00
|
|
|
"pin-project",
|
|
|
|
"rand",
|
2021-01-22 17:19:57 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-13 12:18:18 +00:00
|
|
|
"serenity",
|
2021-01-22 17:19:57 +00:00
|
|
|
"serenity-voice-model",
|
|
|
|
"streamcatcher",
|
2021-08-13 13:20:45 +00:00
|
|
|
"symphonia-core",
|
2021-01-22 17:19:57 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
"typemap_rev",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"xsalsa20poly1305",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "soundfx-rs"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.5.6"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-07-31 13:56:38 +00:00
|
|
|
"dashmap",
|
2021-03-15 15:03:15 +00:00
|
|
|
"env_logger",
|
2020-04-29 22:09:31 +00:00
|
|
|
"lazy_static",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2022-01-25 22:59:05 +00:00
|
|
|
"poise",
|
2021-01-26 01:32:43 +00:00
|
|
|
"regex",
|
2020-06-07 16:10:58 +00:00
|
|
|
"reqwest",
|
2022-09-13 11:37:50 +00:00
|
|
|
"serde",
|
2021-03-15 22:05:14 +00:00
|
|
|
"serde_json",
|
2021-01-22 17:19:57 +00:00
|
|
|
"songbird",
|
2020-04-13 23:22:05 +00:00
|
|
|
"sqlx",
|
2020-04-26 22:12:31 +00:00
|
|
|
"tokio",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
2021-09-03 10:33:24 +00:00
|
|
|
name = "spin"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.9.4"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"lock_api",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2021-09-16 21:33:19 +00:00
|
|
|
version = "0.1.8"
|
2020-05-20 16:54:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-16 21:33:19 +00:00
|
|
|
checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
|
2020-05-20 16:54:46 +00:00
|
|
|
dependencies = [
|
2021-09-16 21:33:19 +00:00
|
|
|
"itertools",
|
2021-01-26 00:35:51 +00:00
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
2020-05-20 16:54:46 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.5.11"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "fc15591eb44ffb5816a4a70a7efd5dd87bfd3aa84c4c200401c4396140525826"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.5.11"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "195183bf6ff8328bb82c0511a83faf60aacf75840103388851db61d7a9854ae3"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-06-05 14:09:14 +00:00
|
|
|
"ahash",
|
2021-01-22 17:19:57 +00:00
|
|
|
"atoi",
|
2020-04-28 00:24:06 +00:00
|
|
|
"bigdecimal",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bitflags",
|
2020-04-13 23:22:05 +00:00
|
|
|
"byteorder",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-13 23:22:05 +00:00
|
|
|
"crossbeam-queue",
|
2022-05-05 08:55:44 +00:00
|
|
|
"digest 0.9.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
"either",
|
2020-04-13 23:22:05 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2021-09-03 10:33:24 +00:00
|
|
|
"futures-intrusive",
|
2020-04-13 23:22:05 +00:00
|
|
|
"futures-util",
|
2021-01-22 17:19:57 +00:00
|
|
|
"generic-array",
|
|
|
|
"hashlink",
|
2020-04-13 23:22:05 +00:00
|
|
|
"hex",
|
2022-01-25 22:59:05 +00:00
|
|
|
"indexmap",
|
2022-02-19 12:40:07 +00:00
|
|
|
"itoa",
|
2020-04-13 23:22:05 +00:00
|
|
|
"libc",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2020-04-13 23:22:05 +00:00
|
|
|
"memchr",
|
2022-01-25 22:59:05 +00:00
|
|
|
"num-bigint",
|
2021-01-22 17:19:57 +00:00
|
|
|
"once_cell",
|
2022-05-05 08:55:44 +00:00
|
|
|
"paste",
|
2020-04-13 23:22:05 +00:00
|
|
|
"percent-encoding",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand",
|
2021-01-22 17:19:57 +00:00
|
|
|
"rsa",
|
2022-01-25 22:59:05 +00:00
|
|
|
"rustls 0.19.1",
|
2022-05-05 08:55:44 +00:00
|
|
|
"sha-1 0.9.8",
|
2020-04-26 22:12:31 +00:00
|
|
|
"sha2",
|
2021-01-22 17:19:57 +00:00
|
|
|
"smallvec",
|
2020-05-20 16:54:46 +00:00
|
|
|
"sqlformat",
|
2021-01-22 17:19:57 +00:00
|
|
|
"sqlx-rt",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2021-01-27 12:36:04 +00:00
|
|
|
"tokio-stream",
|
2020-04-13 23:22:05 +00:00
|
|
|
"url",
|
2022-01-25 22:59:05 +00:00
|
|
|
"webpki 0.21.4",
|
|
|
|
"webpki-roots 0.21.1",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.5.11"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "eee35713129561f5e55c554bba1c378e2a7e67f81257b7311183de98c50e6f94"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"dotenv",
|
2021-01-22 17:19:57 +00:00
|
|
|
"either",
|
2020-05-20 16:54:46 +00:00
|
|
|
"heck",
|
2021-06-05 14:09:14 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
2021-01-22 17:19:57 +00:00
|
|
|
"sqlx-rt",
|
2020-04-13 23:22:05 +00:00
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-rt"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.5.13"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "4db708cd3e459078f85f39f96a00960bd841f66ee2a669e90bf36907f5a79aae"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"tokio",
|
2022-01-25 22:59:05 +00:00
|
|
|
"tokio-rustls 0.22.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "streamcatcher"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "1.0.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "71664755c349abb0758fda6218fb2d2391ca2a73f9302c03b145491db4fcea29"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"crossbeam-utils",
|
2021-01-22 17:19:57 +00:00
|
|
|
"futures-util",
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "2.4.1"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
2021-08-13 13:20:45 +00:00
|
|
|
name = "symphonia-core"
|
2022-07-20 16:10:16 +00:00
|
|
|
version = "0.5.1"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-20 16:10:16 +00:00
|
|
|
checksum = "199a6417cd4115bac79289b64b859358ea050b7add0ceb364dc991f628c5b347"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2021-09-03 10:33:24 +00:00
|
|
|
"arrayvec",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bitflags",
|
2022-05-05 08:55:44 +00:00
|
|
|
"bytemuck",
|
2021-08-13 13:20:45 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-13 13:20:45 +00:00
|
|
|
name = "syn"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.103"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-14 16:56:36 +00:00
|
|
|
"unicode-ident",
|
2021-06-24 14:52:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-13 13:20:45 +00:00
|
|
|
name = "synstructure"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.12.6"
|
2021-06-24 14:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2021-06-24 14:52:45 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "3.3.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2020-04-13 23:22:05 +00:00
|
|
|
"libc",
|
2021-04-05 10:55:06 +00:00
|
|
|
"redox_syscall",
|
2020-04-13 23:22:05 +00:00
|
|
|
"remove_dir_all",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2021-03-15 15:03:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "1.1.3"
|
2021-03-15 15:03:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2021-03-15 15:03:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.37"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.37"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-25 22:59:05 +00:00
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.17"
|
2022-05-05 08:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
2022-11-20 11:30:02 +00:00
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
2022-05-05 08:55:44 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "1.6.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.22.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-07-14 16:56:36 +00:00
|
|
|
"autocfg 1.1.0",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2020-04-26 22:12:31 +00:00
|
|
|
"libc",
|
2020-04-13 23:22:05 +00:00
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2020-04-26 22:12:31 +00:00
|
|
|
"signal-hook-registry",
|
2022-05-05 08:55:44 +00:00
|
|
|
"socket2",
|
2020-04-26 22:12:31 +00:00
|
|
|
"tokio-macros",
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "1.8.0"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2021-01-22 17:19:57 +00:00
|
|
|
version = "0.22.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 17:19:57 +00:00
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"rustls 0.19.1",
|
|
|
|
"tokio",
|
|
|
|
"webpki 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.23.4"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
2022-11-20 11:30:02 +00:00
|
|
|
"rustls 0.20.7",
|
2020-04-13 23:22:05 +00:00
|
|
|
"tokio",
|
2022-01-25 22:59:05 +00:00
|
|
|
"webpki 0.22.0",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-06-07 16:10:58 +00:00
|
|
|
[[package]]
|
2021-01-22 17:19:57 +00:00
|
|
|
name = "tokio-stream"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.11"
|
2020-06-07 16:10:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
2020-06-07 16:10:58 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"futures-core",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2020-06-07 16:10:58 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.7.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
2022-05-05 08:55:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.3.2"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.37"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2021-01-26 00:35:51 +00:00
|
|
|
"pin-project-lite",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.23"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.30"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2022-07-14 16:56:36 +00:00
|
|
|
"once_cell",
|
2022-02-19 12:40:07 +00:00
|
|
|
"valuable",
|
2020-11-11 18:21:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "0.2.5"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-04-05 10:55:06 +00:00
|
|
|
"pin-project",
|
2020-11-11 18:21:45 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.1.3"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.16"
|
2022-01-25 22:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
2022-01-25 22:59:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-11-20 11:30:02 +00:00
|
|
|
"nu-ansi-term",
|
2022-07-14 16:56:36 +00:00
|
|
|
"once_cell",
|
2022-01-25 22:59:05 +00:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.2.3"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2021-03-15 11:01:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2022-07-14 16:56:36 +00:00
|
|
|
version = "0.17.3"
|
2021-03-15 11:01:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 16:56:36 +00:00
|
|
|
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
2021-03-15 11:01:07 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"base64",
|
2021-03-15 11:01:07 +00:00
|
|
|
"byteorder",
|
2021-08-13 13:20:45 +00:00
|
|
|
"bytes",
|
2021-03-15 11:01:07 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
|
|
|
"rand",
|
2022-11-20 11:30:02 +00:00
|
|
|
"rustls 0.20.7",
|
2022-05-05 08:55:44 +00:00
|
|
|
"sha-1 0.10.0",
|
2022-01-25 22:59:05 +00:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
"webpki 0.22.0",
|
2021-03-15 11:01:07 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typemap_rev"
|
2021-04-15 10:40:41 +00:00
|
|
|
version = "0.1.5"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-15 10:40:41 +00:00
|
|
|
checksum = "ed5b74f0a24b5454580a79abb6994393b09adf0ab8070f15827cb666255de155"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "1.15.0"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.3.8"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2022-07-14 16:56:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.0.5"
|
2022-07-14 16:56:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-07-14 16:56:36 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.1.22"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-11-11 18:21:45 +00:00
|
|
|
"tinyvec",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-05-20 16:54:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "1.10.0"
|
2021-06-24 14:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2021-06-24 14:52:45 +00:00
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.4"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-11-11 18:21:45 +00:00
|
|
|
|
2021-01-26 00:35:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2021-08-13 13:20:45 +00:00
|
|
|
version = "0.4.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 13:20:45 +00:00
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
2021-01-22 17:19:57 +00:00
|
|
|
"generic-array",
|
2020-11-11 18:21:45 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.7.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "2.3.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2020-11-11 18:21:45 +00:00
|
|
|
"form_urlencoded",
|
2020-04-13 23:22:05 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2021-08-13 13:20:45 +00:00
|
|
|
"serde",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-05-20 20:58:17 +00:00
|
|
|
version = "0.7.6"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 20:58:17 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"getrandom",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2022-02-19 12:40:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-24 14:52:45 +00:00
|
|
|
version = "0.2.15"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 14:52:45 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "0.9.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 22:59:05 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2020-04-13 23:22:05 +00:00
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.83"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.83"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2021-08-13 13:20:45 +00:00
|
|
|
"log",
|
2022-07-31 13:56:38 +00:00
|
|
|
"once_cell",
|
2020-04-13 23:22:05 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.4.33"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"cfg-if",
|
2020-04-13 23:22:05 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.83"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.83"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.2.83"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-04-13 23:22:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.3.60"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-01-26 00:35:51 +00:00
|
|
|
version = "0.21.4"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 00:35:51 +00:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-01-25 22:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-04-26 22:12:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-04-05 10:55:06 +00:00
|
|
|
version = "0.21.1"
|
2020-04-26 22:12:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 10:55:06 +00:00
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
|
2020-04-26 22:12:31 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"webpki 0.21.4",
|
2020-04-26 22:12:31 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 17:19:57 +00:00
|
|
|
[[package]]
|
2022-01-25 22:59:05 +00:00
|
|
|
name = "webpki-roots"
|
2022-11-20 11:30:02 +00:00
|
|
|
version = "0.22.5"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 11:30:02 +00:00
|
|
|
checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
2022-01-25 22:59:05 +00:00
|
|
|
"webpki 0.22.0",
|
2021-01-22 17:19:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-11 18:21:45 +00:00
|
|
|
version = "0.3.9"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 18:21:45 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-13 23:22:05 +00:00
|
|
|
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"
|
|
|
|
|
2021-03-15 15:03:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2021-03-15 15:03:15 +00:00
|
|
|
]
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-07-20 16:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.32.0",
|
|
|
|
"windows_i686_gnu 0.32.0",
|
|
|
|
"windows_i686_msvc 0.32.0",
|
|
|
|
"windows_x86_64_gnu 0.32.0",
|
|
|
|
"windows_x86_64_msvc 0.32.0",
|
|
|
|
]
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
2022-07-20 16:10:16 +00:00
|
|
|
"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",
|
2022-05-05 08:55:44 +00:00
|
|
|
]
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc 0.42.0",
|
|
|
|
"windows_i686_gnu 0.42.0",
|
|
|
|
"windows_i686_msvc 0.42.0",
|
|
|
|
"windows_x86_64_gnu 0.42.0",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
2022-07-20 16:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
2022-07-20 16:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
2022-07-20 16:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
2022-07-20 16:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
2022-07-20 16:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
|
|
|
2022-05-05 08:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-11-20 11:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
|
|
|
2020-04-13 23:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.10.1"
|
2020-04-13 23:22:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2020-04-13 23:22:05 +00:00
|
|
|
dependencies = [
|
2021-08-13 13:20:45 +00:00
|
|
|
"winapi",
|
2020-04-13 23:22:05 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 18:21:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xsalsa20poly1305"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "0.8.0"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "e68bcb965d6c650091450b95cea12f07dcd299a01c15e2f9433b0813ea3c0886"
|
2020-11-11 18:21:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"poly1305",
|
2021-08-13 13:20:45 +00:00
|
|
|
"rand_core",
|
2020-11-11 18:21:45 +00:00
|
|
|
"salsa20",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2021-05-20 20:58:17 +00:00
|
|
|
version = "1.3.0"
|
2021-01-22 17:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 20:58:17 +00:00
|
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2022-05-05 08:55:44 +00:00
|
|
|
version = "1.3.2"
|
2020-11-11 18:21:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 08:55:44 +00:00
|
|
|
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
|
2021-01-22 17:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|