2019-09-17 11:44:12 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "addr2line"
|
|
|
|
version = "0.15.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"gimli",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"memchr",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-22 19:58:18 +00:00
|
|
|
name = "anyhow"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.50"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-03-22 19:58:18 +00:00
|
|
|
version = "0.2.14"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.59"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.13.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-03-22 19:58:18 +00:00
|
|
|
version = "1.2.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "bumpalo"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "3.6.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.67"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-03-22 19:58:18 +00:00
|
|
|
version = "0.1.10"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2019-09-17 11:44:12 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "cloudflare"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73d12edd02168d346742806d28d42796507aad648b81b7c3f65d5d648abae0c7"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"base64",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"chrono",
|
|
|
|
"http",
|
|
|
|
"percent-encoding 1.0.1",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_qs",
|
|
|
|
"serde_with",
|
|
|
|
"slog",
|
|
|
|
"slog-term",
|
|
|
|
"sloggers",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudflare-ddns-service"
|
|
|
|
version = "0.4.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"anyhow",
|
|
|
|
"cloudflare",
|
|
|
|
"directories-next",
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
|
|
|
"tokio",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.9.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.8.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "darling"
|
|
|
|
version = "0.12.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "darling_core"
|
|
|
|
version = "0.12.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.12.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.3.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2020-04-20 21:21:01 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-04-20 21:21:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-04-20 21:21:01 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2020-04-20 21:21:01 +00:00
|
|
|
]
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.8"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"backtrace",
|
|
|
|
"version_check",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"foreign-types-shared",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "futures-channel"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.15"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"futures-core",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.15"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "futures-io"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.15"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
|
2020-03-21 21:42:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.15"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
|
2020-03-21 21:42:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.15"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
|
2020-03-21 21:42:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.15"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "gimli"
|
|
|
|
version = "0.24.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-03-22 19:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.1.18"
|
2020-03-22 19:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-03-22 19:58:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"libc",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.4.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.4.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "2.1.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.14.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.5.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.6.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2020-03-22 19:58:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2020-03-22 19:58:18 +00:00
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.4.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
2020-03-21 21:42:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.51"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"wasm-bindgen",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.94"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d87eae36b3f680f7f01645121b782798b56ef33c53f83d1c66ba3a22b60bfe3"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"libflate_lz77",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "libflate_lz77"
|
|
|
|
version = "1.1.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a"
|
|
|
|
dependencies = [
|
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.4.14"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
2020-03-22 19:58:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.4.0"
|
2020-03-22 19:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-03-22 19:58:18 +00:00
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"adler",
|
|
|
|
"autocfg",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "mio"
|
|
|
|
version = "0.7.11"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-04-20 21:37:28 +00:00
|
|
|
version = "1.13.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2021-05-23 13:22:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.10.34"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-sys",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.1.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.9.63"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "pin-project"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"pin-project-internal",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "pin-project-internal"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "pin-project-lite"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.6"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "pin-utils"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.1.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.19"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.10"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "proc-macro2"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.27"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"unicode-xid",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.9"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"proc-macro2",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.8.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.6.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"getrandom",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"rand_core",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.8"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bitflags",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.5.4"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.6.25"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.5.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.1.19"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.5"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.1.19"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "2.2.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "2.2.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.126"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.126"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.0.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
|
|
|
version = "0.4.6"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "35965fa1d2413717053d67c2df1f5c3e1763fbf77200ea7e767523707bd5a0af"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"data-encoding",
|
|
|
|
"error-chain",
|
|
|
|
"percent-encoding 1.0.1",
|
|
|
|
"serde",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.7.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "serde_with"
|
|
|
|
version = "1.9.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "edeeaecd5445109b937a3a335dc52780ca7779c4b4b7374cc6340dedfe44cfca"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.4.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "e48b35457e9d855d3dc05ef32a73e0df1e2c0fd72c38796a4ee909160c8eeec2"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "serde_yaml"
|
|
|
|
version = "0.8.17"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "slab"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
|
|
|
version = "2.6.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "c60813879f820c85dbc4eabf3269befe374591289019775898d56a81a804fbdc"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "slog-kvfilter"
|
|
|
|
version = "0.7.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ae939ed7d169eed9699f4f5cd440f046f5dc5dfc27c19e3cd311619594c175e0"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"regex",
|
|
|
|
"slog",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "slog-scope"
|
|
|
|
version = "4.4.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"arc-swap",
|
|
|
|
"lazy_static",
|
|
|
|
"slog",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "slog-stdlog"
|
|
|
|
version = "4.1.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"log",
|
|
|
|
"slog",
|
|
|
|
"slog-scope",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "slog-term"
|
|
|
|
version = "2.8.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "95c1e7e5aab61ced6006149ea772770b84a0d16ce0f7885def313e4829946d76"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"slog",
|
|
|
|
"term",
|
|
|
|
"thread_local",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "sloggers"
|
|
|
|
version = "1.0.1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "f01d37507aa6f37490cfa08d71e2639b16906e84c285ae4b9f7ec7ca35756d69"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"chrono",
|
|
|
|
"libflate",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-kvfilter",
|
|
|
|
"slog-scope",
|
|
|
|
"slog-stdlog",
|
|
|
|
"slog-term",
|
|
|
|
"trackable",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2020-03-21 21:42:04 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.0"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2021-05-23 13:22:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "3.2.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"winapi-util",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.1.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"once_cell",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-04-20 21:37:28 +00:00
|
|
|
version = "0.1.43"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2021-05-23 13:22:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "1.6.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio-macros",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "1.2.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.6.7"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
2019-09-22 20:27:58 +00:00
|
|
|
[[package]]
|
2020-03-21 21:42:04 +00:00
|
|
|
name = "tower-service"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.1"
|
2019-09-22 20:27:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2019-09-22 20:27:58 +00:00
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.26"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.18"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"lazy_static",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "trackable"
|
|
|
|
version = "1.2.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "017e2a1a93718e4e8386d037cfb8add78f1d690467f4350fb582f55af1203167"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"trackable_derive",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "trackable_derive"
|
|
|
|
version = "1.0.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ebeb235c5847e2f82cfe0f07eb971d1e5f6804b18dac2ae16349cc604380f82f"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.5"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 13:22:21 +00:00
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.17"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "2.2.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.8.2"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"getrandom",
|
|
|
|
"serde",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.13"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
2020-03-21 21:42:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.9.3"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2020-03-21 21:42:04 +00:00
|
|
|
version = "0.3.0"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
2020-03-21 21:42:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.74"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.74"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.4.24"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.74"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.74"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.2.74"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
2020-03-21 21:42:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.51"
|
2020-03-21 21:42:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
|
2020-03-21 21:42:04 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-03-21 21:42:04 +00:00
|
|
|
]
|
|
|
|
|
2019-09-17 15:32:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.3.9"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-20 21:37:28 +00:00
|
|
|
version = "0.1.5"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"winapi",
|
2019-09-17 15:32:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-09-17 15:32:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2021-05-23 13:22:21 +00:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
2019-09-17 15:32:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 13:22:21 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2019-09-17 15:32:18 +00:00
|
|
|
dependencies = [
|
2021-05-23 13:22:21 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
]
|