tmp/Cargo.lock

1017 lines
25 KiB
Plaintext
Raw Normal View History

2021-02-28 11:06:35 +05:30
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-02-28 11:06:35 +05:30
[[package]]
name = "actix"
version = "0.12.0"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3720d0064a0ce5c0de7bd93bdb0a6caebab2a9b5668746145d7b3b0c5da02914"
2021-02-28 11:06:35 +05:30
dependencies = [
"actix-rt",
"actix_derive",
"bitflags",
"bytes",
2021-03-09 15:59:38 +05:30
"crossbeam-channel",
"futures-core",
"futures-sink",
"futures-task",
2021-02-28 11:06:35 +05:30
"futures-util",
"log",
"once_cell",
"parking_lot",
"pin-project-lite",
2021-02-28 11:06:35 +05:30
"smallvec",
2021-06-08 20:15:02 +05:30
"tokio",
"tokio-util",
2021-02-28 11:06:35 +05:30
]
[[package]]
name = "actix-macros"
version = "0.2.1"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f86cd6857c135e6e9fe57b1619a88d1f94a7df34c00e11fe13e64fd3438837"
2021-02-28 11:06:35 +05:30
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-rt"
version = "2.2.0"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d7cd957c9ed92288a7c3c96af81fa5291f65247a76a34dac7b6af74e52ba0"
2021-02-28 11:06:35 +05:30
dependencies = [
"actix-macros",
"futures-core",
2021-06-08 20:15:02 +05:30
"tokio",
2021-02-28 11:06:35 +05:30
]
[[package]]
name = "actix_derive"
version = "0.6.0"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d44b8fee1ced9671ba043476deddef739dd0959bf77030b26b738cc591737a7"
2021-04-02 11:17:05 +05:30
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "aho-corasick"
version = "0.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
dependencies = [
"memchr",
]
2021-04-02 11:17:05 +05:30
[[package]]
name = "async-trait"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"proc-macro2",
"quote",
"syn",
2021-03-09 15:44:26 +05:30
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "autocfg"
version = "1.0.1"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "bincode"
version = "1.3.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"byteorder",
"serde",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "bitflags"
version = "1.2.1"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "block-buffer"
version = "0.9.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"generic-array",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "byteorder"
version = "1.3.4"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2021-03-09 15:44:26 +05:30
2021-06-05 19:55:35 +05:30
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-03-09 15:44:26 +05:30
2021-06-05 19:55:35 +05:30
[[package]]
name = "combine"
version = "4.6.0"
2021-06-05 19:55:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2d47c1b11006b87e492b53b313bb699ce60e16613c4dddaa91f8f7c220ab2fa"
2021-06-05 19:55:35 +05:30
dependencies = [
"bytes",
2021-06-05 19:55:35 +05:30
"futures-util",
"memchr",
"pin-project-lite",
2021-06-08 20:15:02 +05:30
"tokio",
]
2021-04-02 11:17:05 +05:30
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "cpuid-bool"
version = "0.1.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
2021-03-09 15:44:26 +05:30
2021-06-05 19:55:35 +05:30
[[package]]
name = "crc16"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "crossbeam-channel"
version = "0.5.1"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2021-03-09 15:44:26 +05:30
dependencies = [
"cfg-if",
"crossbeam-utils",
2021-03-09 15:44:26 +05:30
]
2021-06-08 20:15:02 +05:30
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [
"cfg-if",
2021-06-08 20:15:02 +05:30
"lazy_static",
]
2021-02-28 23:45:19 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "darling"
version = "0.10.2"
2021-02-28 23:45:19 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
2021-02-28 23:45:19 +05:30
dependencies = [
2021-04-02 11:05:33 +05:30
"darling_core 0.10.2",
"darling_macro 0.10.2",
]
[[package]]
name = "darling"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06d4a9551359071d1890820e3571252b91229e0712e7c36b08940e603c5a8fc"
dependencies = [
"darling_core 0.12.2",
"darling_macro 0.12.2",
2021-02-28 23:45:19 +05:30
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "darling_core"
version = "0.10.2"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2021-04-02 11:05:33 +05:30
"strsim 0.9.3",
"syn",
]
[[package]]
name = "darling_core"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b443e5fb0ddd56e0c9bfa47dc060c5306ee500cb731f2b91432dd65589a77684"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
2021-03-09 15:59:38 +05:30
"syn",
]
2021-02-28 11:06:35 +05:30
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "darling_macro"
version = "0.10.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-04-02 11:05:33 +05:30
"darling_core 0.10.2",
"quote",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0220073ce504f12a70efc4e7cdaea9e9b1b324872e7ad96a208056d7a638b81"
dependencies = [
"darling_core 0.12.2",
2021-03-09 15:59:38 +05:30
"quote",
"syn",
2021-03-09 15:44:26 +05:30
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "derive_builder"
version = "0.9.0"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
2021-02-28 11:06:35 +05:30
dependencies = [
2021-04-02 11:05:33 +05:30
"darling 0.10.2",
"derive_builder_core 0.9.0",
2021-03-09 15:59:38 +05:30
"proc-macro2",
"quote",
"syn",
2021-02-28 11:06:35 +05:30
]
2021-04-02 11:05:33 +05:30
[[package]]
name = "derive_builder"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ef25735c9f0d0c547d2794701600c94abf030ecb740fad1673fa64461f3573"
dependencies = [
"derive_builder_core 0.10.0",
"derive_builder_macro",
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "derive_builder_core"
version = "0.9.0"
2021-02-28 23:32:16 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
2021-02-28 23:32:16 +05:30
dependencies = [
2021-04-02 11:05:33 +05:30
"darling 0.10.2",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_builder_core"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3150f1e84602847b99d3eeb702487fc364f7d6c94f634e944a68fdbaea09e457"
dependencies = [
"darling 0.12.2",
2021-03-09 15:59:38 +05:30
"proc-macro2",
"quote",
"syn",
2021-02-28 23:32:16 +05:30
]
2021-04-02 11:05:33 +05:30
[[package]]
name = "derive_builder_macro"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca1008bddefdc08d1e734aeb27b94f384390af261b4d1a8fb51fe19c577f05c"
dependencies = [
"derive_builder_core 0.10.0",
"syn",
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "derive_more"
2021-04-02 11:17:05 +05:30
version = "0.99.13"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "f82b1b72f1263f214c0f823371768776c4f5841b942c9883aa8e5ec584fd0ba6"
2021-03-09 15:59:38 +05:30
dependencies = [
2021-04-02 11:17:05 +05:30
"convert_case",
2021-03-09 15:59:38 +05:30
"proc-macro2",
"quote",
"syn",
]
2021-02-28 11:06:35 +05:30
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "digest"
version = "0.9.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"generic-array",
2021-03-09 15:44:26 +05:30
]
2021-06-05 19:55:35 +05:30
[[package]]
name = "dtoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2021-02-28 23:45:19 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "fnv"
version = "1.0.7"
2021-02-28 23:45:19 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2021-02-28 23:45:19 +05:30
2021-04-02 11:17:05 +05:30
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "futures-core"
version = "0.3.13"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
2021-03-09 15:44:26 +05:30
2021-04-02 11:17:05 +05:30
[[package]]
name = "futures-io"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
2021-02-28 23:32:16 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "futures-sink"
version = "0.3.13"
2021-02-28 23:32:16 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
2021-02-28 23:32:16 +05:30
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "futures-task"
version = "0.3.13"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
2021-02-28 11:06:35 +05:30
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "futures-util"
version = "0.3.13"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
dependencies = [
"futures-core",
2021-04-02 11:17:05 +05:30
"futures-io",
"futures-sink",
2021-03-09 15:59:38 +05:30
"futures-task",
2021-04-02 11:17:05 +05:30
"memchr",
"pin-project-lite",
2021-03-09 15:59:38 +05:30
"pin-utils",
2021-04-02 11:17:05 +05:30
"slab",
2021-03-09 15:59:38 +05:30
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "generic-array"
version = "0.14.4"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"typenum",
"version_check",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "getrandom"
version = "0.2.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
2021-03-09 15:44:26 +05:30
dependencies = [
"cfg-if",
2021-03-09 15:59:38 +05:30
"libc",
"wasi",
2021-04-02 11:17:05 +05:30
]
[[package]]
name = "hermit-abi"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
"libc",
]
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2021-04-02 11:17:05 +05:30
[[package]]
name = "idna"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2021-02-28 23:45:19 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "instant"
version = "0.1.9"
2021-02-28 23:45:19 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2021-02-28 23:45:19 +05:30
dependencies = [
"cfg-if",
2021-02-28 23:45:19 +05:30
]
2021-02-28 11:06:35 +05:30
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "itoa"
version = "0.4.7"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "lazy_static"
version = "1.4.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "libc"
2021-04-02 11:17:05 +05:30
version = "0.2.92"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
2021-06-01 16:41:49 +05:30
[[package]]
name = "libmcaptcha"
2021-06-03 18:08:43 +05:30
version = "0.1.4"
2021-06-01 16:41:49 +05:30
dependencies = [
"actix",
"actix-rt",
"derive_builder 0.9.0",
"derive_more",
"log",
"pow_sha256",
"pretty_env_logger",
"rand",
2021-06-05 19:55:35 +05:30
"redis",
2021-06-01 16:41:49 +05:30
"serde",
"serde_json",
2021-06-11 12:08:05 +05:30
"tokio",
2021-06-01 16:41:49 +05:30
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "lock_api"
version = "0.4.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"scopeguard",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "log"
version = "0.4.14"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2021-03-09 15:44:26 +05:30
dependencies = [
"cfg-if",
2021-04-02 11:17:05 +05:30
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2021-02-28 15:05:39 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "memchr"
version = "2.3.4"
2021-02-28 15:05:39 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2021-02-28 15:05:39 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "mio"
version = "0.7.13"
2021-02-28 15:05:39 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2021-02-28 15:05:39 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"libc",
"log",
2021-06-08 20:15:02 +05:30
"miow",
"ntapi",
"winapi",
2021-02-28 15:05:39 +05:30
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "miow"
version = "0.3.7"
2021-04-02 11:17:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2021-04-02 11:17:05 +05:30
dependencies = [
"winapi",
2021-04-02 11:17:05 +05:30
]
[[package]]
name = "ntapi"
version = "0.3.6"
2021-02-28 23:32:16 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2021-02-28 23:32:16 +05:30
dependencies = [
"winapi",
2021-02-28 23:32:16 +05:30
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "once_cell"
version = "1.7.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2021-03-09 15:44:26 +05:30
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "opaque-debug"
version = "0.3.0"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2021-02-28 11:06:35 +05:30
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "parking_lot"
version = "0.11.1"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"instant",
"lock_api",
"parking_lot_core",
2021-03-09 15:44:26 +05:30
]
2021-02-28 23:32:16 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "parking_lot_core"
version = "0.8.3"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2021-03-09 15:44:26 +05:30
dependencies = [
"cfg-if",
2021-03-09 15:59:38 +05:30
"instant",
2021-03-09 15:44:26 +05:30
"libc",
2021-03-09 15:59:38 +05:30
"redox_syscall",
"smallvec",
"winapi",
2021-04-02 11:17:05 +05:30
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "pin-project-lite"
version = "0.2.6"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "pin-utils"
version = "0.1.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "pow_sha256"
2021-04-02 11:05:33 +05:30
version = "0.2.1"
source = "git+https://github.com/mcaptcha/pow_sha256#f97858cd639fa2f807603d2515a6ae09191629cd"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"bincode",
2021-04-02 11:05:33 +05:30
"derive_builder 0.10.0",
2021-03-09 15:59:38 +05:30
"serde",
"sha2",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "ppv-lite86"
version = "0.2.10"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2021-03-09 15:44:26 +05:30
[[package]]
name = "pretty_env_logger"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
dependencies = [
"env_logger",
"log",
]
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "proc-macro2"
2021-04-02 11:17:05 +05:30
version = "1.0.26"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"unicode-xid",
2021-03-09 15:44:26 +05:30
]
2021-04-02 11:17:05 +05:30
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "quote"
version = "1.0.9"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"proc-macro2",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "rand"
version = "0.8.3"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "rand_chacha"
version = "0.3.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2021-03-09 15:44:26 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"ppv-lite86",
"rand_core",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "rand_core"
version = "0.6.2"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2021-03-09 15:44:26 +05:30
dependencies = [
"getrandom",
2021-03-09 15:44:26 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "rand_hc"
version = "0.3.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
2021-03-09 15:44:26 +05:30
dependencies = [
"rand_core",
2021-03-09 15:44:26 +05:30
]
2021-02-28 11:06:35 +05:30
2021-06-05 19:55:35 +05:30
[[package]]
name = "redis"
version = "0.20.2"
2021-06-05 19:55:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f0ceb2ec0dd769483ecd283f6615aa83dcd0be556d5294c6e659caefe7cc54"
2021-06-05 19:55:35 +05:30
dependencies = [
"async-trait",
"bytes",
2021-06-05 19:55:35 +05:30
"combine",
"crc16",
"dtoa",
"futures-util",
"itoa",
"percent-encoding",
"pin-project-lite",
"rand",
2021-06-05 19:55:35 +05:30
"sha1",
2021-06-08 20:15:02 +05:30
"tokio",
"tokio-util",
2021-06-05 19:55:35 +05:30
"url",
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "redox_syscall"
version = "0.2.5"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
dependencies = [
"bitflags",
]
2021-02-28 11:06:35 +05:30
[[package]]
name = "regex"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "ryu"
version = "1.0.5"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2021-02-28 11:06:35 +05:30
2021-02-28 23:32:16 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "scopeguard"
version = "1.1.0"
2021-02-28 23:32:16 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
2021-03-09 15:59:38 +05:30
name = "serde"
2021-04-02 11:17:05 +05:30
version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
dependencies = [
2021-03-09 15:59:38 +05:30
"serde_derive",
2021-02-28 23:32:16 +05:30
]
2021-02-28 11:06:35 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "serde_derive"
2021-04-02 11:17:05 +05:30
version = "1.0.125"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
2021-02-28 11:06:35 +05:30
dependencies = [
2021-03-09 15:44:26 +05:30
"proc-macro2",
"quote",
2021-03-09 15:59:38 +05:30
"syn",
2021-02-28 11:06:35 +05:30
]
[[package]]
2021-03-09 15:59:38 +05:30
name = "serde_json"
version = "1.0.64"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2021-02-28 11:06:35 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"itoa",
"ryu",
"serde",
2021-02-28 11:06:35 +05:30
]
2021-06-05 19:55:35 +05:30
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2021-02-28 23:45:19 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "sha2"
2021-02-28 15:05:39 +05:30
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
dependencies = [
"block-buffer",
"cfg-if",
2021-03-09 15:59:38 +05:30
"cpuid-bool",
"digest",
"opaque-debug",
]
2021-02-28 15:05:39 +05:30
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "signal-hook-registry"
version = "1.3.0"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
dependencies = [
"libc",
]
2021-03-09 15:44:26 +05:30
2021-04-02 11:17:05 +05:30
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "smallvec"
version = "1.6.1"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2021-03-09 15:44:26 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "strsim"
version = "0.9.3"
2021-03-09 15:44:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-09 15:59:38 +05:30
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2021-03-09 15:44:26 +05:30
2021-04-02 11:05:33 +05:30
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-02-28 23:45:19 +05:30
[[package]]
2021-03-09 15:59:38 +05:30
name = "syn"
2021-04-02 11:17:05 +05:30
version = "1.0.68"
2021-02-28 23:45:19 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
2021-02-28 23:45:19 +05:30
dependencies = [
2021-03-09 15:59:38 +05:30
"proc-macro2",
"quote",
"unicode-xid",
2021-02-28 23:45:19 +05:30
]
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
2021-04-02 11:17:05 +05:30
[[package]]
name = "tinyvec"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2021-02-28 11:06:35 +05:30
[[package]]
name = "tokio"
version = "1.7.1"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2"
2021-02-28 11:06:35 +05:30
dependencies = [
"autocfg",
"bytes",
2021-02-28 11:06:35 +05:30
"libc",
"memchr",
2021-06-08 20:15:02 +05:30
"mio",
"once_cell",
"parking_lot",
"pin-project-lite",
2021-02-28 11:06:35 +05:30
"signal-hook-registry",
"winapi",
2021-02-28 11:06:35 +05:30
]
[[package]]
name = "tokio-util"
version = "0.6.7"
2021-02-28 11:06:35 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
2021-02-28 11:06:35 +05:30
dependencies = [
"bytes",
2021-02-28 11:06:35 +05:30
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
2021-06-08 20:15:02 +05:30
"tokio",
2021-04-02 11:17:05 +05:30
]
2021-02-28 23:32:16 +05:30
[[package]]
name = "typenum"
2021-04-02 11:17:05 +05:30
version = "1.13.0"
2021-02-28 23:32:16 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
dependencies = [
"tinyvec",
]
2021-02-28 11:06:35 +05:30
[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2021-04-02 11:17:05 +05:30
[[package]]
name = "url"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "version_check"
2021-04-02 11:17:05 +05:30
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-02 11:17:05 +05:30
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2021-03-07 19:54:41 +05:30
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2021-02-28 11:06:35 +05:30
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-02-28 11:06:35 +05:30
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"