CGGItemSets/Cargo.lock

609 lines
15 KiB
Plaintext
Raw Normal View History

2019-04-21 22:25:22 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-10 10:09:49 +02:00
version = 3
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-10-22 07:24:32 +02:00
version = "3.8.0"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-22 07:24:32 +02:00
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
2019-10-03 08:03:02 +02:00
2018-06-04 22:51:18 +02:00
[[package]]
name = "cc"
2021-11-13 10:55:03 +01:00
version = "1.0.72"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 10:55:03 +01:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
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
[[package]]
name = "cggitem_sets"
2021-03-28 18:32:09 +02:00
version = "1.0.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
]
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"
2021-05-07 08:04:21 +02:00
version = "0.5.1"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 08:04:21 +02:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2021-03-15 22:09:30 +01:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2021-08-01 09:47:02 +02:00
version = "0.8.1"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-01 09:47:02 +02:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2021-03-15 22:09:30 +01:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2021-06-02 08:39:23 +02:00
version = "0.9.5"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 08:39:23 +02:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2021-03-15 22:09:30 +01:00
dependencies = [
"cfg-if",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2021-06-02 08:39:23 +02:00
version = "0.8.5"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 08:39:23 +02:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2021-03-15 22:09:30 +01:00
dependencies = [
"cfg-if",
"lazy_static",
]
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
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"
2021-07-10 10:09:49 +02:00
version = "0.11.2"
2019-04-21 22:25:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-10 10:09:49 +02:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-06-28 15:55:46 +02:00
[[package]]
name = "hermit-abi"
2021-07-10 10:09:49 +02:00
version = "0.1.19"
2020-06-28 15:55:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-10 10:09:49 +02:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
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-05-07 08:04:21 +02:00
version = "0.2.3"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 08:04:21 +02:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
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-07-10 10:09:49 +02:00
version = "1.7.0"
2018-06-09 12:35:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-10 10:09:49 +02:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
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"
version = "0.4.8"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2018-06-04 22:51:18 +02:00
2021-12-22 07:59:01 +01:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2020-06-28 18:01:50 +02:00
[[package]]
name = "js-sys"
2021-09-28 07:50:57 +02:00
version = "0.3.55"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
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-12-22 07:59:01 +01:00
version = "0.2.112"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
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"
2021-08-15 09:30:27 +02:00
version = "0.1.9"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 09:30:27 +02:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2018-06-04 22:51:18 +02:00
2021-03-15 22:09:30 +01:00
[[package]]
name = "memoffset"
2021-12-04 20:53:43 +01:00
version = "0.6.5"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-04 20:53:43 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-03-15 22:09:30 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2021-12-22 07:59:01 +01:00
version = "1.13.1"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-03-15 22:09:30 +01:00
dependencies = [
"hermit-abi",
"libc",
]
2020-06-28 18:34:31 +02:00
[[package]]
name = "once_cell"
2021-12-22 07:59:01 +01:00
version = "1.9.0"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
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
[[package]]
name = "proc-macro2"
2021-12-22 07:59:01 +01:00
version = "1.0.34"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
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-10-10 16:43:47 +02:00
version = "1.0.10"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-10 16:43:47 +02:00
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
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"
2021-05-26 20:25:20 +02:00
version = "1.5.1"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-26 20:25:20 +02:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
2021-03-15 22:09:30 +01:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2021-05-26 20:25:20 +02:00
version = "1.9.1"
2021-03-15 22:09:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-26 20:25:20 +02:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
2021-03-15 22:09:30 +01:00
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"
2021-11-26 08:33:14 +01:00
version = "0.20.2"
2020-11-20 08:15:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-26 08:33:14 +01:00
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
2020-11-20 08:15:50 +01:00
dependencies = [
"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"
2021-12-22 07:59:01 +01:00
version = "1.0.9"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
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"
2021-10-22 07:24:32 +02:00
version = "0.7.0"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-22 07:24:32 +02:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
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-12-22 07:59:01 +01:00
version = "1.0.132"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
2018-06-04 22:51:18 +02:00
[[package]]
name = "serde_derive"
2021-12-22 07:59:01 +01:00
version = "1.0.132"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
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-12-22 07:59:01 +01:00
version = "1.0.73"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
2018-06-04 22:51:18 +02:00
dependencies = [
2020-11-20 08:15:50 +01:00
"indexmap",
2021-12-22 07:59:01 +01:00
"itoa 1.0.1",
2020-11-20 08:15:50 +01:00
"ryu",
"serde",
2018-06-04 22:51:18 +02:00
]
[[package]]
name = "simple_logger"
2021-12-22 07:59:01 +01:00
version = "1.16.0"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-22 07:59:01 +01:00
checksum = "45b60258a35dc3cb8a16890b8fd6723349bfa458d7960e25e633f1b1c19d7b5e"
2018-06-04 22:51:18 +02:00
dependencies = [
2020-11-20 08:15:50 +01:00
"atty",
"colored",
"log",
2021-11-26 08:33:14 +01:00
"time",
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-11-26 08:33:14 +01:00
version = "1.0.82"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-26 08:33:14 +01:00
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
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"
2021-11-26 08:33:14 +01:00
version = "0.3.5"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-26 08:33:14 +01:00
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
2018-06-04 22:51:18 +02:00
dependencies = [
2021-12-22 07:59:01 +01:00
"itoa 0.4.8",
2020-11-20 08:15:50 +01:00
"libc",
2021-11-26 08:33:14 +01:00
"time-macros",
2018-06-04 22:51:18 +02:00
]
2021-11-26 08:33:14 +01:00
[[package]]
name = "time-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
2020-06-28 15:55:46 +02:00
[[package]]
name = "tinyvec"
2021-11-13 10:55:03 +01:00
version = "1.5.1"
2020-11-20 08:15:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-13 10:55:03 +01:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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"
2021-10-10 16:43:47 +02:00
version = "0.3.7"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-10 16:43:47 +02:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2018-06-04 22:51:18 +02:00
[[package]]
name = "unicode-normalization"
2021-06-13 20:32:57 +02:00
version = "0.1.19"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 20:32:57 +02:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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"
2021-05-07 08:04:21 +02:00
version = "0.2.2"
2019-10-03 08:03:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 08:04:21 +02:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
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-11-26 08:33:14 +01:00
version = "2.3.1"
2021-03-10 12:22:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-26 08:33:14 +01:00
checksum = "c5c448dcb78ec38c7d59ec61f87f70a98ea19171e06c139357e012ee226fec90"
2021-03-10 12:22:00 +01:00
dependencies = [
"base64",
"chunked_transfer",
"log",
"once_cell",
"rustls",
"serde",
"serde_json",
"url",
"webpki",
"webpki-roots",
]
[[package]]
2019-10-03 08:03:02 +02:00
name = "url"
2021-05-10 10:31:49 +02:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-10 10:31:49 +02:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
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
]
2020-06-28 18:01:50 +02:00
[[package]]
name = "wasm-bindgen"
2021-09-28 07:50:57 +02:00
version = "0.2.78"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
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-09-28 07:50:57 +02:00
version = "0.2.78"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
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-09-28 07:50:57 +02:00
version = "0.2.78"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
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-09-28 07:50:57 +02:00
version = "0.2.78"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
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-09-28 07:50:57 +02:00
version = "0.2.78"
2020-11-20 08:15:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2020-11-20 08:15:50 +01:00
[[package]]
2021-03-10 12:22:00 +01:00
name = "web-sys"
2021-09-28 07:50:57 +02:00
version = "0.3.55"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 07:50:57 +02:00
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
2020-11-20 08:15:50 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
2021-03-10 12:22:00 +01:00
name = "webpki"
2021-10-22 07:24:32 +02:00
version = "0.22.0"
2020-11-20 08:15:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-22 07:24:32 +02:00
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
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"
2021-10-22 07:24:32 +02:00
version = "0.22.1"
2020-06-28 18:01:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-22 07:24:32 +02:00
checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630"
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-10-23 17:06:55 +02:00
version = "0.10.1"
2018-06-04 22:51:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-23 17:06:55 +02:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
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
]