panorama/Cargo.lock

888 lines
22 KiB
Text
Raw Normal View History

2021-02-12 08:12:43 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-19 23:16:08 +00:00
version = 3
2021-02-12 08:12:43 +00:00
[[package]]
name = "anyhow"
2021-07-19 23:16:08 +00:00
version = "1.0.42"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-19 23:16:08 +00:00
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
2021-02-12 08:12:43 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2021-08-08 05:54:01 +00:00
[[package]]
name = "async-trait"
version = "0.1.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-09 05:36:10 +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-02-12 08:12:43 +00:00
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2021-08-06 02:26:39 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2021-02-12 08:12:43 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2021-08-06 02:26:39 +00:00
[[package]]
name = "bitvec"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "bumpalo"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "bytes"
version = "1.0.1"
2021-02-26 03:54:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2021-02-26 03:54:41 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "cc"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
2021-02-26 03:54:41 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "cfg-if"
version = "1.0.0"
2021-02-26 03:54:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-02-26 03:54:41 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "darling"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "derive_builder"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_builder_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
dependencies = [
"derive_builder_core",
"syn",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "funty"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures"
version = "0.3.16"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2021-03-02 06:15:12 +00:00
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-channel"
version = "0.3.16"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"futures-core",
"futures-sink",
2021-03-02 06:15:12 +00:00
]
2021-02-12 08:12:43 +00:00
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-core"
version = "0.3.16"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
2021-02-24 10:46:21 +00:00
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-executor"
version = "0.3.16"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2021-02-12 08:12:43 +00:00
2021-03-25 18:27:57 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-io"
version = "0.3.16"
2021-03-09 11:21:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
2021-03-09 11:21:23 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-macro"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"
dependencies = [
2021-07-30 01:17:14 +00:00
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-sink"
version = "0.3.16"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-task"
version = "0.3.16"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "futures-util"
version = "0.3.16"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
2021-07-19 23:16:08 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"autocfg",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2021-07-19 23:16:08 +00:00
]
2021-03-10 09:44:31 +00:00
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "hermit-abi"
version = "0.1.19"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"libc",
2021-03-02 06:15:12 +00:00
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "instant"
version = "0.1.10"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"cfg-if",
2021-03-02 06:15:12 +00:00
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "js-sys"
version = "0.3.52"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"
2021-08-06 02:26:39 +00:00
dependencies = [
"wasm-bindgen",
]
2021-07-19 23:16:08 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "lazy_static"
version = "1.4.0"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-07-19 23:16:08 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "lexical-core"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec",
"bitflags",
"cfg-if",
"ryu",
"static_assertions",
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "libc"
version = "0.2.98"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "lock_api"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
2021-06-24 18:59:20 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"scopeguard",
2021-06-24 18:59:20 +00:00
]
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "log"
version = "0.4.14"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"cfg-if",
2021-03-02 06:15:12 +00:00
]
2021-03-23 17:18:35 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "memchr"
2021-08-06 02:26:39 +00:00
version = "2.3.4"
2021-03-23 17:18:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-06 02:26:39 +00:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2021-03-23 17:18:35 +00:00
2021-03-02 06:15:12 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "mio"
version = "0.7.13"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-19 23:16:08 +00:00
"libc",
2021-07-30 01:17:14 +00:00
"log",
"miow",
"ntapi",
"winapi",
2021-07-19 23:16:08 +00:00
]
[[package]]
2021-07-30 01:17:14 +00:00
name = "miow"
version = "0.3.7"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2021-07-19 23:16:08 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"winapi",
2021-03-02 06:15:12 +00:00
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "nom"
version = "6.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
dependencies = [
"bitvec",
"funty",
"lexical-core",
"memchr",
"version_check",
]
2021-03-23 17:18:35 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "ntapi"
version = "0.3.6"
2021-03-23 17:18:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2021-03-23 17:18:35 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"winapi",
2021-03-23 17:18:35 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
2021-03-23 17:18:35 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "num_cpus"
version = "1.13.0"
2021-03-23 17:18:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2021-03-23 17:18:35 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"hermit-abi",
"libc",
2021-03-23 17:18:35 +00:00
]
2021-03-10 09:44:31 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "once_cell"
version = "1.8.0"
2021-03-10 09:44:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2021-03-10 09:44:31 +00:00
2021-08-08 23:53:21 +00:00
[[package]]
name = "panorama-imap"
2021-08-09 06:32:40 +00:00
version = "0.0.3"
2021-08-08 23:53:21 +00:00
dependencies = [
"anyhow",
"async-trait",
"bitflags",
"bytes",
"chrono",
2021-08-08 23:53:21 +00:00
"derive_builder",
"futures",
"log",
"nom",
2021-08-09 05:36:10 +00:00
"stderrlog",
2021-08-08 23:53:21 +00:00
"tokio",
"tokio-rustls",
"tokio-util",
"webpki-roots",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "parking_lot"
version = "0.11.1"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
2021-07-30 01:17:14 +00:00
"instant",
"lock_api",
"parking_lot_core",
]
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "parking_lot_core"
version = "0.8.3"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2021-02-24 10:46:21 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
2021-02-24 10:46:21 +00:00
]
2021-02-26 03:54:41 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "pin-project-lite"
version = "0.2.7"
2021-02-26 03:54:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2021-02-26 03:54:41 +00:00
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "pin-utils"
version = "0.1.0"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2021-02-26 03:54:41 +00:00
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "proc-macro-hack"
version = "0.5.19"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "proc-macro2"
version = "1.0.28"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
2021-02-12 08:12:43 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"unicode-xid",
2021-02-12 08:12:43 +00:00
]
[[package]]
2021-07-30 01:17:14 +00:00
name = "quote"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
2021-07-30 01:17:14 +00:00
"proc-macro2",
2021-02-16 10:45:41 +00:00
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "radium"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
2021-03-01 08:20:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "redox_syscall"
version = "0.2.10"
2021-02-22 21:33:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-07-19 23:16:08 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"bitflags",
2021-07-19 23:16:08 +00:00
]
2021-02-22 21:33:30 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
"base64",
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2021-02-22 21:33:30 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "scopeguard"
version = "1.1.0"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2021-03-02 06:15:12 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "sct"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
dependencies = [
"ring",
"untrusted",
]
[[package]]
2021-07-30 01:17:14 +00:00
name = "signal-hook-registry"
version = "1.4.0"
2021-03-02 06:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-03-02 06:15:12 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"libc",
2021-03-02 06:15:12 +00:00
]
2021-02-24 10:46:21 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "slab"
version = "0.4.4"
2021-02-24 10:46:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2021-02-24 10:46:21 +00:00
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "smallvec"
version = "1.6.1"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2021-02-12 08:12:43 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-08-09 05:36:10 +00:00
[[package]]
name = "stderrlog"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45a53e2eff3e94a019afa6265e8ee04cb05b9d33fe9f5078b14e4e391d155a38"
dependencies = [
"atty",
"chrono",
"log",
"termcolor",
"thread_local",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "strsim"
version = "0.10.0"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "syn"
version = "1.0.74"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
2021-02-12 08:12:43 +00:00
dependencies = [
"proc-macro2",
2021-07-19 23:16:08 +00:00
"quote",
2021-07-30 01:17:14 +00:00
"unicode-xid",
2021-07-19 23:16:08 +00:00
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2021-08-09 05:36:10 +00:00
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static",
]
[[package]]
name = "time"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
"wasi",
"winapi",
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "tokio"
version = "1.9.0"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"
2021-02-12 08:12:43 +00:00
dependencies = [
2021-07-30 01:17:14 +00:00
"autocfg",
"bytes",
2021-07-19 23:16:08 +00:00
"libc",
2021-07-30 01:17:14 +00:00
"memchr",
"mio",
"num_cpus",
2021-07-19 23:16:08 +00:00
"once_cell",
2021-07-30 01:17:14 +00:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"tokio-macros",
"winapi",
2021-06-24 18:59:20 +00:00
]
2021-02-12 08:12:43 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "tokio-macros"
version = "1.3.0"
2021-02-12 08:12:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
2021-02-12 08:12:43 +00:00
dependencies = [
2021-07-19 23:16:08 +00:00
"proc-macro2",
"quote",
2021-07-30 01:17:14 +00:00
"syn",
]
2021-08-06 02:26:39 +00:00
[[package]]
name = "tokio-rustls"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-util"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
2021-07-19 23:16:08 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "unicode-xid"
version = "0.2.2"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2021-07-19 23:16:08 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2021-07-19 23:16:08 +00:00
[[package]]
2021-07-30 01:17:14 +00:00
name = "version_check"
version = "0.9.3"
2021-07-19 23:16:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 01:17:14 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2021-07-19 23:16:08 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2021-08-06 02:26:39 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.75"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"
2021-08-06 02:26:39 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.75"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"
2021-08-06 02:26:39 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.75"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"
2021-08-06 02:26:39 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.75"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"
2021-08-06 02:26:39 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.75"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"
2021-08-06 02:26:39 +00:00
[[package]]
name = "web-sys"
version = "0.3.52"
2021-08-06 02:26:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c70a82d842c9979078c772d4a1344685045f1a5628f677c2b2eab4dd7d2696"
2021-08-06 02:26:39 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
dependencies = [
"webpki",
]
2021-02-12 08:12:43 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2021-08-09 05:36:10 +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-02-12 08:12:43 +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"
2021-07-30 03:47:53 +00:00
2021-08-06 02:26:39 +00:00
[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"