soundfx-bot/Cargo.lock

2455 lines
58 KiB
Plaintext
Raw Normal View History

2020-04-13 23:22:05 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-04-13 23:22:05 +00:00
[[package]]
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
[[package]]
name = "aead"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
dependencies = [
2021-01-22 17:19:57 +00:00
"generic-array",
"rand_core",
]
2020-04-26 22:12:31 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "ahash"
2021-06-05 14:09:14 +00:00
version = "0.7.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
2020-04-13 23:22:05 +00:00
dependencies = [
"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"
2021-05-20 20:58:17 +00:00
version = "0.7.18"
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 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
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
]
[[package]]
name = "arrayvec"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
dependencies = [
"nodrop",
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "async-trait"
version = "0.1.51"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
2020-04-26 22:12:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-tungstenite"
2021-04-05 10:55:06 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "07b30ef0ea5c20caaa54baea49514a206308989c68be7ecd86c7f956e4da6378"
dependencies = [
"futures-io",
"futures-util",
"log",
"pin-project-lite",
"tokio",
"tokio-rustls",
"tungstenite",
"webpki-roots",
]
[[package]]
name = "async-tungstenite"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8645e929ec7964448a901db9da30cd2ae8c7fecf4d6176af427837531dbbb63b"
dependencies = [
"futures-io",
"futures-util",
"log",
"pin-project-lite",
"tokio",
"tokio-rustls",
"tungstenite",
"webpki-roots",
]
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 = [
"num-traits 0.2.14",
]
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",
"winapi",
2021-03-15 15:03:15 +00:00
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "audiopus"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3743519567e9135cf6f9f1a509851cb0c8e4cb9d66feb286668afb1923bec458"
dependencies = [
"audiopus_sys",
]
[[package]]
name = "audiopus_sys"
2021-01-22 17:19:57 +00:00
version = "0.1.8"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 17:19:57 +00:00
checksum = "927791de46f70facea982dbfaf19719a41ce6064443403be631a85de6a58fff9"
2020-04-26 22:12:31 +00:00
dependencies = [
"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"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
2020-04-13 23:22:05 +00:00
[[package]]
name = "autocfg"
version = "1.0.1"
2020-09-20 22:25:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-09-20 22:25:54 +00:00
2020-04-26 22:12:31 +00:00
[[package]]
name = "base64"
version = "0.13.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-04-26 22:12:31 +00:00
2020-04-28 00:24:06 +00:00
[[package]]
name = "bigdecimal"
version = "0.2.2"
2020-04-28 00:24:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1e50562e37200edf7c6c43e54a08e64a5553bfb59d9c297d5572512aa517256"
2020-04-28 00:24:06 +00:00
dependencies = [
2021-04-05 10:55:06 +00:00
"num-bigint 0.3.2",
2020-04-28 00:24:06 +00:00
"num-integer",
2021-01-22 17:19:57 +00:00
"num-traits 0.2.14",
2020-04-28 00:24:06 +00:00
]
2021-06-24 14:52:45 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[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
]
[[package]]
name = "bumpalo"
2021-06-05 14:09:14 +00:00
version = "3.7.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
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"
version = "1.1.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-01-22 17:19:57 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "cc"
version = "1.0.70"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
2020-04-13 23:22:05 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[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"
version = "0.4.19"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-04-13 23:22:05 +00:00
dependencies = [
"libc",
2020-04-13 23:22:05 +00:00
"num-integer",
2021-01-22 17:19:57 +00:00
"num-traits 0.2.14",
2020-04-13 23:22:05 +00:00
"serde",
"time",
"winapi",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "cipher"
version = "0.3.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
2021-01-22 17:19:57 +00:00
dependencies = [
"generic-array",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "command_attr"
2021-06-24 14:52:45 +00:00
version = "0.3.7"
source = "git+https://github.com/serenity-rs/serenity?branch=next#8b327ddb3057f6f672c303d1e5d1806b8f024f71"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "core-foundation"
version = "0.9.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2020-04-13 23:22:05 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
[[package]]
2021-05-20 20:58:17 +00:00
name = "cpufeatures"
version = "0.2.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
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"
version = "1.2.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-04-13 23:22:05 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "crossbeam-channel"
2021-04-15 10:40:41 +00:00
version = "0.5.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-15 10:40:41 +00:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2021-01-22 17:19:57 +00:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "crossbeam-queue"
2021-06-05 14:09:14 +00:00
version = "0.3.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"cfg-if 1.0.0",
"crossbeam-utils",
2020-04-13 23:22:05 +00:00
]
[[package]]
2021-01-22 17:19:57 +00:00
name = "crossbeam-utils"
2021-06-05 14:09:14 +00:00
version = "0.8.5"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"cfg-if 1.0.0",
"lazy_static",
]
2021-01-27 12:36:04 +00:00
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if 1.0.0",
"num_cpus",
"serde",
2021-01-27 12:36:04 +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",
]
[[package]]
name = "discortp"
version = "0.4.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "1.6.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 = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-04-13 23:22:05 +00:00
[[package]]
name = "encoding_rs"
2021-04-05 10:55:06 +00:00
version = "0.8.28"
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 = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
2020-04-13 23:22:05 +00:00
dependencies = [
"cfg-if 1.0.0",
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"
2021-06-24 14:52:45 +00:00
version = "0.8.4"
2021-03-15 15:03:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 14:52:45 +00:00
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2021-03-15 15:03:15 +00:00
dependencies = [
"atty",
"humantime",
"log",
2021-03-15 15:03:15 +00:00
"regex",
"termcolor",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "flate2"
version = "1.0.21"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811"
2020-04-13 23:22:05 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
"crc32fast",
"libc",
"miniz_oxide",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "flume"
version = "0.10.9"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24c3fd473b3a903a62609e413ed7538f99e10b665ecb502b5e481a95283f8ab4"
2021-01-22 17:19:57 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
2021-04-05 10:55:06 +00:00
"pin-project",
"spin 0.9.2",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
[[package]]
name = "form_urlencoded"
2021-04-05 10:55:06 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
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"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-executor"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-io"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-macro"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-05-20 20:58:17 +00:00
"autocfg 1.0.1",
2020-04-13 23:22:05 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-task"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2020-04-13 23:22:05 +00:00
[[package]]
name = "futures-util"
version = "0.3.17"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-05-20 20:58:17 +00:00
"autocfg 1.0.1",
2020-04-13 23:22:05 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
2020-04-13 23:22:05 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
2021-01-22 17:19:57 +00:00
name = "generator"
2021-04-05 10:55:06 +00:00
version = "0.6.25"
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 = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"cc",
"libc",
"log",
2021-04-05 10:55:06 +00:00
"rustversion",
"winapi",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "getrandom"
2021-06-05 14:09:14 +00:00
version = "0.2.3"
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 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2021-01-22 17:19:57 +00:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"libc",
"wasi",
2021-01-22 17:19:57 +00:00
"wasm-bindgen",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "h2"
version = "0.3.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
2020-04-13 23:22:05 +00:00
dependencies = [
"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",
"tokio-util",
"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
]
[[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 = [
"hashbrown",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "heck"
2021-06-05 14:09:14 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2021-04-09 09:48:51 +00:00
version = "0.2.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 09:48:51 +00:00
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
2020-04-13 23:22:05 +00:00
dependencies = [
"bytes",
2020-04-13 23:22:05 +00:00
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.3"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
2020-04-13 23:22:05 +00:00
dependencies = [
"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"
version = "1.5.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2020-04-13 23:22:05 +00:00
[[package]]
name = "httpdate"
2021-06-05 14:09:14 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
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"
version = "0.14.12"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
2020-04-13 23:22:05 +00:00
dependencies = [
"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",
"httpdate",
2020-04-13 23:22:05 +00:00
"itoa",
2021-06-24 14:52:45 +00:00
"pin-project-lite",
"socket2",
2020-04-13 23:22:05 +00:00
"tokio",
"tower-service",
"tracing",
2020-04-13 23:22:05 +00:00
"want",
]
[[package]]
name = "hyper-rustls"
2021-01-22 17:19:57 +00:00
version = "0.22.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 = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
2020-04-13 23:22:05 +00:00
dependencies = [
"futures-util",
"hyper",
"log",
"rustls",
2020-04-13 23:22:05 +00:00
"tokio",
"tokio-rustls",
"webpki",
]
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 = [
"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
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "idna"
2021-05-20 20:58:17 +00:00
version = "0.2.3"
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 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-04-13 23:22:05 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.7.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
"hashbrown",
2021-06-24 14:52:45 +00:00
]
[[package]]
name = "input_buffer"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
dependencies = [
"bytes",
]
2020-04-13 23:22:05 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "instant"
version = "0.1.10"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "ipnet"
2021-06-24 14:52:45 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 14:52:45 +00:00
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2020-04-13 23:22:05 +00:00
[[package]]
name = "itoa"
version = "0.4.8"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-04-13 23:22:05 +00:00
[[package]]
name = "js-sys"
version = "0.3.53"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d"
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 = [
"spin 0.5.2",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "libc"
version = "0.2.101"
2020-09-20 22:25:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
2020-09-20 22:25:54 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "lock_api"
version = "0.4.5"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2021-01-22 17:19:57 +00:00
dependencies = [
"scopeguard",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "log"
2021-01-27 12:36:04 +00:00
version = "0.4.14"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-27 12:36:04 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-27 12:36:04 +00:00
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "loom"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
dependencies = [
"cfg-if 0.1.10",
"generator",
"scoped-tls",
"serde",
"serde_json",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2020-04-13 23:22:05 +00:00
[[package]]
name = "matches"
version = "0.1.9"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-04-13 23:22:05 +00:00
[[package]]
name = "memchr"
version = "2.4.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
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"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6595bb28ed34f43c3fe088e48f6cfb2e033cab45f25a5384d5fdf564fbc8c4b2"
2020-04-13 23:22:05 +00:00
[[package]]
name = "miniz_oxide"
2021-04-05 10:55:06 +00:00
version = "0.4.4"
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 = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-04-13 23:22:05 +00:00
dependencies = [
"adler",
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "mio"
2021-06-24 14:52:45 +00:00
version = "0.7.13"
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 = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2020-04-13 23:22:05 +00:00
dependencies = [
"libc",
"log",
2021-01-22 17:19:57 +00:00
"miow",
"ntapi",
"winapi",
2020-04-26 22:12:31 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "miow"
2021-04-05 10:55:06 +00:00
version = "0.3.7"
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 = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-04-13 23:22:05 +00:00
dependencies = [
"winapi",
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"
version = "0.6.1"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729eb334247daa1803e0a094d0a5c55711b85571179f5ec6e53eccfdf7008958"
2020-04-26 22:12:31 +00:00
dependencies = [
"getrandom",
2020-04-26 22:12:31 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "native-tls"
version = "0.2.8"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
2020-04-13 23:22:05 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
2020-04-13 23:22:05 +00:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nom"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
dependencies = [
"memchr",
"minimal-lexical",
"version_check",
]
2020-04-13 23:22:05 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "ntapi"
version = "0.3.6"
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 = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2020-04-13 23:22:05 +00:00
dependencies = [
"winapi",
2020-04-13 23:22:05 +00:00
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "num-bigint"
2021-05-20 20:58:17 +00:00
version = "0.3.2"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba"
2020-04-26 22:12:31 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
"num-integer",
"num-traits 0.2.14",
]
[[package]]
name = "num-bigint"
version = "0.4.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e97c412795abf6c24ba30055a8f20642ea57ca12875220b854cfa501bf1e48"
2021-01-22 17:19:57 +00:00
dependencies = [
"autocfg 1.0.1",
2020-04-26 22:12:31 +00:00
"num-integer",
2021-01-22 17:19:57 +00:00
"num-traits 0.2.14",
]
[[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 = [
"autocfg 0.1.7",
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits 0.2.14",
"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"
version = "0.1.44"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
"num-traits 0.2.14",
]
[[package]]
name = "num-iter"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
dependencies = [
"autocfg 1.0.1",
"num-integer",
"num-traits 0.2.14",
]
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
"num-traits 0.2.14",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
2021-05-20 20:58:17 +00:00
"libm",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "num_cpus"
version = "1.13.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2020-04-13 23:22:05 +00:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
2021-06-24 14:52:45 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 14:52:45 +00:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2020-04-13 23:22:05 +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"
version = "0.10.36"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
2020-04-13 23:22:05 +00:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
"foreign-types",
"libc",
2021-04-05 10:55:06 +00:00
"once_cell",
2020-04-13 23:22:05 +00:00
"openssl-sys",
]
[[package]]
name = "openssl-probe"
2021-05-20 20:58:17 +00:00
version = "0.1.4"
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 = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2020-04-13 23:22:05 +00:00
[[package]]
name = "openssl-sys"
version = "0.9.66"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1996d2d305e561b70d1ee0c53f1542833f4e1ac6ce9a6708b6ff2738ca67dc82"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
2020-04-13 23:22:05 +00:00
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "parking_lot"
version = "0.11.2"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-01-22 17:19:57 +00:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-01-22 17:19:57 +00:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-04-05 10:55:06 +00:00
"redox_syscall",
2021-01-22 17:19:57 +00:00
"smallvec",
"winapi",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "pem"
2021-04-05 10:55:06 +00:00
version = "0.8.3"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
2021-01-22 17:19:57 +00:00
dependencies = [
"base64",
2021-01-22 17:19:57 +00:00
"once_cell",
"regex",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pin-project"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
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"
version = "1.0.8"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
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"
version = "0.2.7"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2021-01-22 17:19:57 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-04-13 23:22:05 +00:00
[[package]]
name = "pkg-config"
version = "0.3.19"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2021-01-22 17:19:57 +00:00
[[package]]
name = "pnet_base"
version = "0.28.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25488cd551a753dcaaa6fffc9f69a7610a412dd8954425bf7ffad5f7d1156fb8"
2021-01-22 17:19:57 +00:00
[[package]]
name = "pnet_macros"
version = "0.28.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30490e0852e58402b8fae0d39897b08a24f493023a4d6cf56b2e30f31ed57548"
2021-01-22 17:19:57 +00:00
dependencies = [
"proc-macro2",
"quote",
2021-01-22 17:19:57 +00:00
"regex",
"syn",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "pnet_macros_support"
version = "0.28.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4714e10f30cab023005adce048f2d30dd4ac4f093662abf2220855655ef8f90"
2021-01-22 17:19:57 +00:00
dependencies = [
"pnet_base",
]
[[package]]
name = "poly1305"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-04-13 23:22:05 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-04-13 23:22:05 +00:00
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-04-13 23:22:05 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.29"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
2020-04-13 23:22:05 +00:00
dependencies = [
"unicode-xid",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "quote"
2021-04-05 10:55:06 +00:00
version = "1.0.9"
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 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
]
2021-06-24 14:52:45 +00:00
[[package]]
name = "rand"
version = "0.8.4"
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 = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2021-01-22 17:19:57 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
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",
"rand_core",
2021-06-24 14:52:45 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.3"
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 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-01-22 17:19:57 +00:00
dependencies = [
"getrandom",
2021-06-24 14:52:45 +00:00
]
[[package]]
name = "rand_hc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
2021-05-20 20:58:17 +00:00
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2021-05-20 20:58:17 +00:00
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "regex_command_attr"
version = "0.3.6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-04-13 23:22:05 +00:00
dependencies = [
"winapi",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "reqwest"
2021-06-24 14:52:45 +00:00
version = "0.11.4"
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 = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
2020-04-13 23:22:05 +00:00
dependencies = [
"base64",
"bytes",
2020-04-13 23:22:05 +00:00
"encoding_rs",
"futures-core",
"futures-util",
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",
"ipnet",
2020-04-13 23:22:05 +00:00
"js-sys",
"lazy_static",
"log",
2020-04-13 23:22:05 +00:00
"mime",
"mime_guess",
2020-06-07 16:10:58 +00:00
"native-tls",
2020-04-13 23:22:05 +00:00
"percent-encoding",
"pin-project-lite",
"rustls",
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",
2020-04-13 23:22:05 +00:00
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
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",
"once_cell",
"spin 0.5.2",
2020-04-13 23:22:05 +00:00
"untrusted",
"web-sys",
"winapi",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "rsa"
version = "0.4.1"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
2021-01-22 17:19:57 +00:00
dependencies = [
"byteorder",
"digest",
"lazy_static",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits 0.2.14",
"pem",
"rand",
2021-01-22 17:19:57 +00:00
"simple_asn1",
"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 = [
"base64",
"log",
2020-04-13 23:22:05 +00:00
"ring",
"sct",
"webpki",
]
2021-04-05 10:55:06 +00:00
[[package]]
name = "rustversion"
2021-05-20 20:58:17 +00:00
version = "1.0.5"
2021-04-05 10:55:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
2021-04-05 10:55:06 +00:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-04-13 23:22:05 +00:00
[[package]]
name = "salsa20"
version = "0.8.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
dependencies = [
2021-01-22 17:19:57 +00:00
"cipher",
"zeroize",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "schannel"
version = "0.1.19"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2020-04-13 23:22:05 +00:00
dependencies = [
"lazy_static",
"winapi",
2020-04-13 23:22:05 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
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",
]
[[package]]
name = "security-framework"
version = "2.4.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
2020-04-13 23:22:05 +00:00
dependencies = [
"bitflags",
2020-04-13 23:22:05 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.4.2"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
2020-04-13 23:22:05 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.130"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2020-04-13 23:22:05 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.130"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.67"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
2020-04-13 23:22:05 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "serde_repr"
2021-05-20 20:58:17 +00:00
version = "0.1.7"
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 = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
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"
2021-01-22 17:19:57 +00:00
version = "0.7.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 = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"form_urlencoded",
2020-04-13 23:22:05 +00:00
"itoa",
2021-01-22 17:19:57 +00:00
"ryu",
2020-04-13 23:22:05 +00:00
"serde",
]
[[package]]
name = "serenity"
2021-06-24 14:52:45 +00:00
version = "0.10.8"
source = "git+https://github.com/serenity-rs/serenity?branch=next#8b327ddb3057f6f672c303d1e5d1806b8f024f71"
2020-04-13 23:22:05 +00:00
dependencies = [
2020-04-26 22:12:31 +00:00
"async-trait",
"async-tungstenite 0.13.1",
"base64",
"bitflags",
"bytes",
2020-04-13 23:22:05 +00:00
"chrono",
"command_attr",
"dashmap",
2020-04-13 23:22:05 +00:00
"flate2",
2020-04-26 22:12:31 +00:00
"futures",
"mime",
"mime_guess",
"parking_lot",
2021-01-22 17:19:57 +00:00
"percent-encoding",
2020-04-13 23:22:05 +00:00
"reqwest",
"serde",
"serde_json",
"static_assertions",
2020-04-26 22:12:31 +00:00
"tokio",
"tracing",
"typemap_rev",
2020-04-13 23:22:05 +00:00
"url",
"uwl",
]
[[package]]
2021-01-22 17:19:57 +00:00
name = "serenity-voice-model"
version = "0.1.0"
source = "git+https://github.com/serenity-rs/serenity?branch=next#8b327ddb3057f6f672c303d1e5d1806b8f024f71"
2020-04-13 23:22:05 +00:00
dependencies = [
"bitflags",
2021-01-22 17:19:57 +00:00
"enum_primitive",
"serde",
"serde_json",
"serde_repr",
]
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
2021-01-22 17:19:57 +00:00
"block-buffer",
"cfg-if 1.0.0",
2021-05-20 20:58:17 +00:00
"cpufeatures",
2021-01-22 17:19:57 +00:00
"digest",
"opaque-debug",
2020-04-13 23:22:05 +00:00
]
2020-04-26 22:12:31 +00:00
[[package]]
name = "sha2"
version = "0.9.6"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
2020-04-26 22:12:31 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"block-buffer",
"cfg-if 1.0.0",
2021-05-20 20:58:17 +00:00
"cpufeatures",
2021-01-22 17:19:57 +00:00
"digest",
"opaque-debug",
2020-04-26 22:12:31 +00:00
]
[[package]]
name = "signal-hook-registry"
2021-06-05 14:09:14 +00:00
version = "1.4.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-05 14:09:14 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2020-04-26 22:12:31 +00:00
dependencies = [
"libc",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "simple_asn1"
version = "0.5.4"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
2021-01-22 17:19:57 +00:00
dependencies = [
"chrono",
"num-bigint 0.4.1",
2021-01-22 17:19:57 +00:00
"num-traits 0.2.14",
2021-05-20 20:58:17 +00:00
"thiserror",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "slab"
version = "0.4.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2020-04-13 23:22:05 +00:00
2021-01-22 17:19:57 +00:00
[[package]]
name = "smallvec"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-04-26 22:12:31 +00:00
[[package]]
name = "socket2"
version = "0.4.1"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
2020-04-13 23:22:05 +00:00
dependencies = [
2020-04-26 22:12:31 +00:00
"libc",
"winapi",
2020-09-20 22:25:54 +00:00
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "songbird"
version = "0.2.0"
source = "git+https://github.com/serenity-rs/songbird?branch=next#a953430810cc3f08d609ad6f76f7708f457703fc"
2021-01-22 17:19:57 +00:00
dependencies = [
"async-trait",
"async-tungstenite 0.14.0",
2021-01-22 17:19:57 +00:00
"audiopus",
"byteorder",
2021-01-27 12:36:04 +00:00
"dashmap",
2021-01-22 17:19:57 +00:00
"discortp",
"flume",
"futures",
"parking_lot",
"pin-project",
"rand",
2021-01-22 17:19:57 +00:00
"serde",
"serde_json",
"serenity",
"serenity-voice-model",
"spin_sleep",
"streamcatcher",
"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"
version = "1.4.1"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-04-08 23:38:28 +00:00
"dashmap",
2020-04-13 23:22:05 +00:00
"dotenv",
2021-03-15 15:03:15 +00:00
"env_logger",
2020-04-29 22:09:31 +00:00
"lazy_static",
"log",
"regex",
"regex_command_attr",
2020-06-07 16:10:58 +00:00
"reqwest",
"serde_json",
2020-04-13 23:22:05 +00:00
"serenity",
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]]
name = "spin"
version = "0.9.2"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
2021-01-22 17:19:57 +00:00
dependencies = [
"lock_api",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "spin_sleep"
version = "1.0.0"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a98101bdc3833e192713c2af0b0dd2614f50d1cf1f7a97c5221b7aac052acc7"
2021-01-22 17:19:57 +00:00
dependencies = [
"once_cell",
"winapi",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "sqlformat"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "684001e7985ec1a9a66963b77ed151ef22a7876b3fdd7e37a57ec774f54b7d96"
dependencies = [
"lazy_static",
"maplit",
"nom",
"regex",
"unicode_categories",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "sqlx"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4b94ab0f8c21ee4899b93b06451ef5d965f1a355982ee73684338228498440"
2020-04-13 23:22:05 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec28b91a01e1fe286d6ba66f68289a2286df023fc97444e1fd86c2fd6d5dc026"
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",
"base64",
2020-04-28 00:24:06 +00:00
"bigdecimal",
"bitflags",
2020-04-13 23:22:05 +00:00
"byteorder",
"bytes",
2021-01-22 17:19:57 +00:00
"crossbeam-channel",
2020-04-13 23:22:05 +00:00
"crossbeam-queue",
"crossbeam-utils",
2021-01-22 17:19:57 +00:00
"digest",
"either",
2020-04-13 23:22:05 +00:00
"futures-channel",
"futures-core",
"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",
2021-01-22 17:19:57 +00:00
"itoa",
2020-04-13 23:22:05 +00:00
"libc",
"log",
2020-04-13 23:22:05 +00:00
"memchr",
2021-04-05 10:55:06 +00:00
"num-bigint 0.3.2",
2021-01-22 17:19:57 +00:00
"once_cell",
"parking_lot",
2020-04-13 23:22:05 +00:00
"percent-encoding",
"rand",
2021-01-22 17:19:57 +00:00
"rsa",
"rustls",
"sha-1",
2020-04-26 22:12:31 +00:00
"sha2",
2021-01-22 17:19:57 +00:00
"smallvec",
"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",
2021-01-22 17:19:57 +00:00
"webpki",
"webpki-roots",
2021-01-22 17:19:57 +00:00
"whoami",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "sqlx-macros"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33c35d54774eed73d54568d47a6ac099aed8af5e1556a017c131be88217d5"
2020-04-13 23:22:05 +00:00
dependencies = [
"dotenv",
2021-01-22 17:19:57 +00:00
"either",
2020-04-13 23:22:05 +00:00
"futures",
"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"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14302b678d9c76b28f2e60115211e25e0aabc938269991745a169753dc00e35c"
2021-01-22 17:19:57 +00:00
dependencies = [
"once_cell",
"tokio",
"tokio-rustls",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
2021-01-22 17:19:57 +00:00
name = "streamcatcher"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9501b1be04455a53f782940f7ca17050482de0a6e322c1ff606afc0ebbc62674"
dependencies = [
"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",
]
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-04-26 22:12:31 +00:00
[[package]]
name = "symphonia-core"
version = "0.2.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e32b956473d98c601dac257fab8a7700d42e49fdd7a33432dd5dc7fdd2448dd"
2020-04-26 22:12:31 +00:00
dependencies = [
"arrayvec",
"bitflags",
"byteorder",
"lazy_static",
"log",
2021-01-22 17:19:57 +00:00
]
[[package]]
name = "syn"
version = "1.0.75"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
2021-01-22 17:19:57 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2021-06-24 14:52:45 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.5"
2021-06-24 14:52:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
2021-06-24 14:52:45 +00:00
dependencies = [
"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"
version = "3.2.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-04-13 23:22:05 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
"libc",
"rand",
2021-04-05 10:55:06 +00:00
"redox_syscall",
2020-04-13 23:22:05 +00:00
"remove_dir_all",
"winapi",
2021-01-22 17:19:57 +00:00
]
2021-03-15 15:03:15 +00:00
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "thiserror"
version = "1.0.28"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "283d5230e63df9608ac7d9691adc1dfb6e701225436eb64d0b9a7f0a5a04f6ec"
2020-04-13 23:22:05 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.28"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa3884228611f5cd3608e2d409bf7dce832e4eb3135e3f11addbd7e41bd68e71"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
version = "0.1.43"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-04-13 23:22:05 +00:00
dependencies = [
"libc",
"winapi",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "tinyvec"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
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"
version = "1.11.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
2020-04-13 23:22:05 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"autocfg 1.0.1",
"bytes",
2020-04-26 22:12:31 +00:00
"libc",
2020-04-13 23:22:05 +00:00
"memchr",
"mio",
"num_cpus",
2021-01-22 17:19:57 +00:00
"once_cell",
"pin-project-lite",
2020-04-26 22:12:31 +00:00
"signal-hook-registry",
"tokio-macros",
"winapi",
2020-04-26 22:12:31 +00:00
]
[[package]]
name = "tokio-macros"
version = "1.3.0"
2020-04-26 22:12:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
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 = [
"rustls",
2020-04-13 23:22:05 +00:00
"tokio",
"webpki",
]
2020-06-07 16:10:58 +00:00
[[package]]
2021-01-22 17:19:57 +00:00
name = "tokio-stream"
version = "0.1.7"
2020-06-07 16:10:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
2020-06-07 16:10:58 +00:00
dependencies = [
2021-01-22 17:19:57 +00:00
"futures-core",
"pin-project-lite",
2020-06-07 16:10:58 +00:00
"tokio",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "tokio-util"
2021-05-20 20:58:17 +00:00
version = "0.6.7"
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 = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
2020-04-13 23:22:05 +00:00
dependencies = [
"bytes",
2020-04-13 23:22:05 +00:00
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
2020-04-13 23:22:05 +00:00
"tokio",
]
[[package]]
name = "tower-service"
version = "0.3.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tracing"
2021-05-20 20:58:17 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [
"cfg-if 1.0.0",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2021-04-05 10:55:06 +00:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
2021-04-05 10:55:06 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
2021-04-05 10:55:06 +00:00
"pin-project",
"tracing",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "try-lock"
version = "0.2.3"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-04-13 23:22:05 +00:00
[[package]]
name = "tungstenite"
2021-04-05 10:55:06 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093"
dependencies = [
"base64",
"byteorder",
"bytes",
"http",
"httparse",
"input_buffer",
"log",
"rand",
2021-04-05 10:55:06 +00:00
"rustls",
"sha-1",
2021-04-05 10:55:06 +00:00
"thiserror",
"url",
"utf-8",
2021-04-05 10:55:06 +00:00
"webpki",
"webpki-roots",
]
[[package]]
name = "typemap_rev"
2021-04-15 10:40:41 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-15 10:40:41 +00:00
checksum = "ed5b74f0a24b5454580a79abb6994393b09adf0ab8070f15827cb666255de155"
2020-04-13 23:22:05 +00:00
[[package]]
name = "typenum"
version = "1.14.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
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"
version = "0.3.6"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
2020-04-13 23:22:05 +00:00
[[package]]
name = "unicode-normalization"
2021-06-05 14:09:14 +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-06-05 14:09:14 +00:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-04-13 23:22:05 +00:00
dependencies = [
"tinyvec",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
2021-06-24 14:52:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2021-06-24 14:52:45 +00:00
2020-04-13 23:22:05 +00:00
[[package]]
name = "unicode-xid"
2021-05-20 20:58:17 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "universal-hash"
version = "0.4.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
2021-01-22 17:19:57 +00:00
"generic-array",
"subtle",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-04-13 23:22:05 +00:00
[[package]]
name = "url"
2021-05-20 20:58:17 +00:00
version = "2.2.2"
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 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-04-13 23:22:05 +00:00
dependencies = [
"form_urlencoded",
2020-04-13 23:22:05 +00:00
"idna",
"matches",
"percent-encoding",
"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 = [
"getrandom",
2021-01-22 17:19:57 +00:00
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "uwl"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0"
[[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"
2021-04-05 10:55:06 +00:00
version = "0.9.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 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
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 = [
"log",
2020-04-13 23:22:05 +00:00
"try-lock",
]
[[package]]
name = "wasi"
2021-04-05 10:55:06 +00:00
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 10:55:06 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-04-13 23:22:05 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.76"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0"
2020-04-13 23:22:05 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.76"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041"
2020-04-13 23:22:05 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2020-04-13 23:22:05 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.26"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fded345a6559c2cfee778d562300c581f7d4ff3edb9b0d230d69800d213972"
2020-04-13 23:22:05 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-04-13 23:22:05 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.76"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef"
2020-04-13 23:22:05 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.76"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad"
2020-04-13 23:22:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.76"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29"
2020-04-13 23:22:05 +00:00
[[package]]
name = "web-sys"
version = "0.3.53"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c"
2020-04-13 23:22:05 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.21.4"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2020-04-13 23:22:05 +00:00
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 = [
"webpki",
]
2021-01-22 17:19:57 +00:00
[[package]]
name = "whoami"
version = "1.1.3"
2021-01-22 17:19:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1"
2021-01-22 17:19:57 +00:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
2020-04-13 23:22:05 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = [
"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"
[[package]]
name = "winreg"
2020-06-07 16:10:58 +00:00
version = "0.7.0"
2020-04-13 23:22:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-07 16:10:58 +00:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2020-04-13 23:22:05 +00:00
dependencies = [
"winapi",
2020-04-13 23:22:05 +00:00
]
[[package]]
name = "xsalsa20poly1305"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e0f69b133860e3614a4d4fdd6f0d7fe3219e9d67a7e8cd537676a4ebc8313db"
dependencies = [
"aead",
"poly1305",
"rand_core",
"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"
2021-05-20 20:58:17 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 20:58:17 +00:00
checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
2021-01-22 17:19:57 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]