2019-04-21 22:25:22 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
2020-06-28 15:55:46 +02:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-06-28 15:55:46 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2020-06-28 15:55:46 +02:00
|
|
|
]
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2020-06-28 15:55:46 +02:00
|
|
|
name = "autocfg"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "1.0.1"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "0.13.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "bumpalo"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "3.6.1"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "1.0.67"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2020-11-20 08:15:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cggitem_sets"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-03-15 22:09:30 +01:00
|
|
|
"rayon",
|
2020-11-20 08:15:50 +01:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"simple_logger",
|
2021-03-10 12:22:00 +01:00
|
|
|
"ureq",
|
2020-11-20 08:15:50 +01:00
|
|
|
"winreg",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "0.4.19"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
2021-03-10 12:22:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "colored"
|
|
|
|
version = "1.9.3"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "0.8.28"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2021-03-10 23:34:53 +01:00
|
|
|
"cfg-if",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "form_urlencoded"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "1.0.1"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2019-04-21 22:25:22 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-20 08:15:50 +01:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-06-28 15:55:46 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-03-10 23:34:53 +01:00
|
|
|
version = "0.1.18"
|
2020-06-28 15:55:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 23:34:53 +01:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-06-28 15:55:46 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "0.2.2"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-09 12:35:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-03-10 23:34:53 +01:00
|
|
|
version = "1.6.2"
|
2018-06-09 12:35:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 23:34:53 +01:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2018-06-09 12:35:47 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2021-03-15 22:09:30 +01:00
|
|
|
"rayon",
|
2020-11-20 08:15:50 +01:00
|
|
|
"serde",
|
2018-06-09 12:35:47 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-03-10 23:34:53 +01:00
|
|
|
version = "0.4.7"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 23:34:53 +01:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.3.49"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"wasm-bindgen",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-03 08:03:02 +02:00
|
|
|
version = "1.4.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-03-27 10:28:11 +01:00
|
|
|
version = "0.2.91"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 10:28:11 +01:00
|
|
|
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-28 18:01:50 +02:00
|
|
|
name = "log"
|
2021-03-10 23:34:53 +01:00
|
|
|
version = "0.4.14"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 23:34:53 +01:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 23:34:53 +01:00
|
|
|
"cfg-if",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2019-04-21 22:25:22 +02:00
|
|
|
version = "0.1.8"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-03-27 10:28:11 +01:00
|
|
|
version = "0.6.2"
|
2021-03-15 22:09:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 10:28:11 +01:00
|
|
|
checksum = "cc14fc54a812b4472b4113facc3e44d099fbc0ea2ce0551fa5c703f8edfbfd38"
|
2021-03-15 22:09:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-04-21 22:25:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "0.1.44"
|
2018-06-07 22:39:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2018-06-07 22:39:25 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2018-06-07 22:39:25 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "num-traits"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "0.2.14"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"autocfg",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-28 18:34:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "1.7.2"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
2019-04-21 22:25:22 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "1.0.24"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"unicode-xid",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-03-10 23:34:53 +01:00
|
|
|
version = "1.0.9"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 23:34:53 +01:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "rustls"
|
|
|
|
version = "0.19.0"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"log",
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-04-21 22:25:22 +02:00
|
|
|
name = "ryu"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "1.0.5"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2021-03-15 22:09:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "sct"
|
|
|
|
version = "0.6.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-03-27 10:28:11 +01:00
|
|
|
version = "1.0.125"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 10:28:11 +01:00
|
|
|
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-03-27 10:28:11 +01:00
|
|
|
version = "1.0.125"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 10:28:11 +01:00
|
|
|
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-10 23:34:53 +01:00
|
|
|
version = "1.0.64"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 23:34:53 +01:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple_logger"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "1.11.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "cd57f17c093ead1d4a1499dc9acaafdd71240908d64775465543b8d9a9f1d198"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"colored",
|
|
|
|
"log",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
2019-04-21 22:25:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-03-27 10:28:11 +01:00
|
|
|
version = "1.0.65"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 10:28:11 +01:00
|
|
|
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-11-20 08:15:50 +01:00
|
|
|
version = "0.1.44"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"libc",
|
2021-03-14 18:02:46 +01:00
|
|
|
"wasi",
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
2020-06-28 15:55:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "1.1.1"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-06-28 15:55:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-28 15:55:46 +02:00
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"matches",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "0.1.17"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
2019-04-21 22:25:22 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"tinyvec",
|
2019-04-21 22:25:22 +02:00
|
|
|
]
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2019-10-03 08:03:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.2.1"
|
2019-10-03 08:03:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2021-03-10 12:22:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2021-03-27 10:28:11 +01:00
|
|
|
version = "2.1.0"
|
2021-03-10 12:22:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 10:28:11 +01:00
|
|
|
checksum = "6fbeb1aabb07378cf0e084971a74f24241273304653184f54cdce113c0d7df1b"
|
2021-03-10 12:22:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chunked_transfer",
|
|
|
|
"encoding_rs",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2018-06-05 00:02:35 +02:00
|
|
|
[[package]]
|
2019-10-03 08:03:02 +02:00
|
|
|
name = "url"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "2.2.1"
|
2018-06-05 00:02:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
|
2019-10-03 08:03:02 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-10-03 08:03:02 +02:00
|
|
|
]
|
2018-06-05 00:02:35 +02:00
|
|
|
|
2020-11-20 08:15:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2019-10-03 08:03:02 +02:00
|
|
|
|
2020-06-28 18:01:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.2.72"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2021-03-10 23:34:53 +01:00
|
|
|
"cfg-if",
|
2020-11-20 08:15:50 +01:00
|
|
|
"wasm-bindgen-macro",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.2.72"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.2.72"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.2.72"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.2.72"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa"
|
2020-11-20 08:15:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "web-sys"
|
2021-03-20 12:22:03 +01:00
|
|
|
version = "0.3.49"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-20 12:22:03 +01:00
|
|
|
checksum = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
2020-11-20 08:15:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2020-11-20 08:15:50 +01:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|
2020-06-28 18:01:50 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-10 12:22:00 +01:00
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.21.0"
|
2020-06-28 18:01:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
|
2020-06-28 18:01:50 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"webpki",
|
2020-06-28 18:01:50 +02:00
|
|
|
]
|
|
|
|
|
2018-06-04 22:51:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-28 15:55:46 +02:00
|
|
|
version = "0.3.9"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2020-11-20 08:15:50 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-06-04 22:51:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 08:15:50 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-06-04 22:51:18 +02:00
|
|
|
|
2018-06-09 08:31:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2021-03-10 12:22:00 +01:00
|
|
|
version = "0.8.0"
|
2018-06-04 22:51:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 12:22:00 +01:00
|
|
|
checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
|
2018-06-04 22:51:18 +02:00
|
|
|
dependencies = [
|
2021-03-10 12:22:00 +01:00
|
|
|
"winapi",
|
2020-11-20 08:15:50 +01:00
|
|
|
]
|