2020-03-10 06:55:41 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-06-16 08:13:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.14.1"
|
2020-06-16 08:13:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
2020-06-16 08:13:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-07-31 05:09:27 +03:00
|
|
|
name = "adler"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "1.0.2"
|
2020-06-16 08:13:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-16 08:13:43 +03:00
|
|
|
|
2020-09-11 13:39:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.7.15"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-08-22 01:49:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-01-03 01:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-02-05 06:23:58 +03:00
|
|
|
version = "1.0.38"
|
2021-01-03 01:17:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 06:23:58 +03:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
2021-01-03 01:17:26 +03:00
|
|
|
|
2020-08-16 04:54:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.5.2"
|
2020-08-16 04:54:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-08-16 04:54:46 +03:00
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-08-27 11:33:00 +03:00
|
|
|
version = "1.0.1"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-27 11:33:00 +03:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.56"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-06-16 08:13:43 +03:00
|
|
|
"addr2line",
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-12 00:56:54 +03:00
|
|
|
"libc",
|
2021-02-25 19:56:20 +03:00
|
|
|
"miniz_oxide 0.4.4",
|
2020-06-16 08:13:43 +03:00
|
|
|
"object",
|
2020-03-12 00:56:54 +03:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-06-23 09:20:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base58"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
|
|
|
|
|
2020-11-20 15:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-06-23 09:20:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-02-24 13:47:15 +03:00
|
|
|
version = "1.3.2"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 13:47:15 +03:00
|
|
|
checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2020-08-27 11:33:00 +03:00
|
|
|
version = "0.54.0"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-27 11:33:00 +03:00
|
|
|
checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-12 09:51:56 +03:00
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
2020-12-20 17:23:13 +03:00
|
|
|
"env_logger",
|
2020-08-12 09:51:56 +03:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2020-08-12 09:51:56 +03:00
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.9.1"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-05-05 02:42:40 +03:00
|
|
|
"crypto-mac",
|
2021-02-25 19:56:20 +03:00
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-08-16 04:54:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.5.11"
|
2020-08-16 04:54:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-08-16 04:54:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2020-03-10 06:55:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
2020-06-02 03:52:33 +03:00
|
|
|
"byte-tools",
|
2020-03-10 06:55:41 +03:00
|
|
|
"byteorder",
|
2021-03-04 21:29:36 +03:00
|
|
|
"generic-array 0.12.4",
|
2020-06-15 21:11:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2020-06-30 13:39:48 +03:00
|
|
|
version = "0.9.0"
|
2020-06-15 21:11:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 13:39:48 +03:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2020-06-15 21:11:35 +03:00
|
|
|
dependencies = [
|
2020-08-16 09:47:35 +03:00
|
|
|
"generic-array 0.14.4",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
2020-06-02 03:52:33 +03:00
|
|
|
"byte-tools",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.2.15"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "3.6.1"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2020-08-03 05:57:28 +03:00
|
|
|
|
2020-03-10 06:55:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.0.1"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
2021-01-08 03:56:01 +03:00
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.10+1.0.8"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "17fa3d1ac1ca21c5c4e36a97f3c3eb25084576f6fc47bf0139c1123434216c6c"
|
2020-06-26 10:19:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
|
|
dependencies = [
|
2021-02-05 00:00:30 +03:00
|
|
|
"rustc_version 0.2.3",
|
2020-08-03 05:57:28 +03:00
|
|
|
]
|
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.0.67"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
2020-06-26 10:19:40 +03:00
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-11-11 23:04:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-07-06 13:18:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.4.19"
|
2020-07-06 13:18:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-07-06 13:18:20 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"libc",
|
2020-07-06 13:18:20 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"time",
|
2020-11-11 23:04:48 +03:00
|
|
|
"winapi 0.3.9",
|
2020-07-06 13:18:20 +03:00
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ci_info"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.10.2"
|
2020-06-08 09:01:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e"
|
2020-06-08 09:01:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"envmnt",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "0.29.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "clap"
|
2020-08-14 13:38:53 +03:00
|
|
|
version = "2.33.3"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-14 13:38:53 +03:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-08-22 01:49:51 +03:00
|
|
|
"ansi_term 0.11.0",
|
2020-03-13 20:02:39 +03:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-03-12 00:56:54 +03:00
|
|
|
]
|
|
|
|
|
2020-04-24 09:57:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2020-07-14 13:39:50 +03:00
|
|
|
version = "2.0.0"
|
2020-04-24 09:57:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-14 13:39:50 +03:00
|
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
2020-04-24 09:57:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2020-12-28 13:23:53 +03:00
|
|
|
version = "0.14.0"
|
2020-08-19 13:00:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-28 13:23:53 +03:00
|
|
|
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
|
2020-08-19 13:00:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-16 04:54:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.9.1"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2020-04-24 09:57:05 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.8.2"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
2020-06-30 13:39:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpuid-bool"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.1.2"
|
2020-06-30 13:39:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
2020-06-30 13:39:48 +03:00
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "1.2.1"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2020-06-26 10:19:40 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-06-26 10:19:40 +03:00
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2021-01-25 13:23:16 +03:00
|
|
|
version = "0.3.4"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-25 13:23:16 +03:00
|
|
|
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
2021-01-25 13:23:16 +03:00
|
|
|
"itertools 0.10.0",
|
2020-08-03 05:57:28 +03:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
]
|
|
|
|
|
2020-08-27 11:33:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.5.0"
|
2020-08-27 11:33:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
2020-08-27 11:33:00 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-10 01:42:15 +03:00
|
|
|
"crossbeam-utils",
|
2020-08-27 11:33:00 +03:00
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "crossbeam-deque"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.8.0"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-13 20:02:39 +03:00
|
|
|
"crossbeam-epoch",
|
2020-12-10 01:42:15 +03:00
|
|
|
"crossbeam-utils",
|
2020-03-12 00:56:54 +03:00
|
|
|
]
|
|
|
|
|
2020-03-10 06:55:41 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "crossbeam-epoch"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.9.3"
|
2020-03-10 06:55:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12"
|
2020-03-10 06:55:41 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-10 01:42:15 +03:00
|
|
|
"crossbeam-utils",
|
2020-03-13 20:02:39 +03:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "crossbeam-utils"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.8.3"
|
2020-11-11 23:04:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
2020-11-11 23:04:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
2020-03-12 00:56:54 +03:00
|
|
|
"lazy_static",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "crypto-mac"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.8.0"
|
2020-03-10 06:55:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"generic-array 0.14.4",
|
2020-06-02 03:52:33 +03:00
|
|
|
"subtle",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
2020-03-10 06:55:41 +03:00
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "1.1.5"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.4.34"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.4.40+curl-7.75.0"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "2ffafc1c35958318bd7fdd0582995ce4c72f4f461a8e70499ccee83a619fd562"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "derivative"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "2.2.0"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
2020-03-10 06:55:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-13 20:02:39 +03:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2020-03-10 06:55:41 +03:00
|
|
|
dependencies = [
|
2021-03-04 21:29:36 +03:00
|
|
|
"generic-array 0.12.4",
|
2020-06-15 21:11:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2020-08-16 09:47:35 +03:00
|
|
|
"generic-array 0.14.4",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
2020-08-16 04:54:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-10 06:55:41 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "either"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "1.6.1"
|
2020-03-10 06:55:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-03-10 06:55:41 +03:00
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.8.28"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-13 20:02:39 +03:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-03-13 20:02:39 +03:00
|
|
|
"atty",
|
2020-12-20 17:23:13 +03:00
|
|
|
"humantime",
|
2020-03-13 20:02:39 +03:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-03-12 00:56:54 +03:00
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "envmnt"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.8.4"
|
2020-06-08 09:01:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
|
2020-06-08 09:01:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"fsio",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "failure"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "0.1.8"
|
2020-03-10 06:55:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2020-03-10 06:55:41 +03:00
|
|
|
dependencies = [
|
2020-03-13 20:02:39 +03:00
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "failure_derive"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "0.1.8"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-03-13 20:02:39 +03:00
|
|
|
"synstructure",
|
2020-03-12 00:56:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-13 20:02:39 +03:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2020-03-12 00:56:54 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.2.14"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
"libc",
|
2021-02-25 19:56:20 +03:00
|
|
|
"redox_syscall 0.2.5",
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2020-09-11 13:39:07 +03:00
|
|
|
version = "1.0.14"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 13:39:07 +03:00
|
|
|
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
|
2020-06-26 10:19:40 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-06-26 10:19:40 +03:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2020-09-11 13:39:07 +03:00
|
|
|
"miniz_oxide 0.3.7",
|
2020-06-26 10:19:40 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-11-11 23:04:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.0.1"
|
2020-11-11 23:04:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-11 23:04:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
2021-01-12 04:55:43 +03:00
|
|
|
"percent-encoding",
|
2020-11-11 23:04:48 +03:00
|
|
|
]
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "from-pest"
|
|
|
|
version = "0.3.1"
|
2020-03-12 00:56:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-13 20:02:39 +03:00
|
|
|
checksum = "aba9389cedcba1fb3a2aa2ed00f584f2606bce8e0106614a17327a24513bc60f"
|
2020-03-12 00:56:54 +03:00
|
|
|
dependencies = [
|
2020-03-13 20:02:39 +03:00
|
|
|
"pest",
|
|
|
|
"void",
|
2020-03-10 06:55:41 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fsio"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.1.3"
|
2020-06-08 09:01:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "c1fd087255f739f4f1aeea69f11b72f8080e9c2e7645cd06955dad4a178a49e3"
|
2020-06-08 09:01:57 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.13"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.13"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.13"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.13"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.13"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.13"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-25 19:56:20 +03:00
|
|
|
"pin-project-lite",
|
2020-08-13 02:17:35 +03:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2020-12-30 18:32:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "0.12.4"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2020-06-15 21:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2020-08-16 09:47:35 +03:00
|
|
|
version = "0.14.4"
|
2020-06-15 21:11:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-16 09:47:35 +03:00
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
2020-06-15 21:11:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.16"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-13 20:02:39 +03:00
|
|
|
"libc",
|
2020-08-27 11:33:00 +03:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2021-01-25 18:31:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-02-25 19:56:20 +03:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2021-01-25 18:31:34 +03:00
|
|
|
]
|
|
|
|
|
2020-06-09 03:28:09 +03:00
|
|
|
[[package]]
|
2020-06-16 08:13:43 +03:00
|
|
|
name = "gimli"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.23.0"
|
2020-06-09 03:28:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
2020-07-31 05:09:27 +03:00
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.3.1"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "d832b01df74254fe364568d6ddc294443f61cbec82816b60904303af87efae78"
|
2021-01-08 03:56:01 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-08 03:56:01 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-01-12 04:55:43 +03:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2020-08-13 02:17:35 +03:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.7.1"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
|
2020-08-03 05:57:28 +03:00
|
|
|
|
2020-07-31 05:09:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.9.1"
|
2020-07-31 05:09:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-06-09 03:28:09 +03:00
|
|
|
|
2021-02-08 15:48:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.18"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "0.4.3"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.2.3"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2020-08-13 02:17:35 +03:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
|
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-08 03:56:01 +03:00
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.3.5"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
2020-11-11 23:04:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.14.4"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7"
|
2021-01-08 03:56:01 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-08 03:56:01 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-01-12 04:55:43 +03:00
|
|
|
"h2",
|
2021-01-08 03:56:01 +03:00
|
|
|
"http",
|
2021-01-12 04:55:43 +03:00
|
|
|
"http-body",
|
2021-01-08 03:56:01 +03:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
2021-02-25 19:56:20 +03:00
|
|
|
"pin-project",
|
2021-01-08 03:56:01 +03:00
|
|
|
"socket2",
|
2021-01-12 04:55:43 +03:00
|
|
|
"tokio",
|
2020-08-13 02:17:35 +03:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-12 04:55:43 +03:00
|
|
|
"hyper",
|
2021-01-08 03:56:01 +03:00
|
|
|
"native-tls",
|
2021-01-12 04:55:43 +03:00
|
|
|
"tokio",
|
2021-01-08 03:56:01 +03:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.2.2"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-12-15 13:44:12 +03:00
|
|
|
version = "1.6.1"
|
2020-06-08 09:01:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 13:44:12 +03:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2020-06-08 09:01:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2020-07-31 05:09:27 +03:00
|
|
|
"hashbrown",
|
2020-12-07 20:18:20 +03:00
|
|
|
"serde",
|
2020-06-08 09:01:57 +03:00
|
|
|
]
|
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2020-11-26 13:49:43 +03:00
|
|
|
version = "0.15.0"
|
2020-08-19 13:00:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-26 13:49:43 +03:00
|
|
|
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
|
2020-08-19 13:00:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"lazy_static",
|
|
|
|
"number_prefix",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.5"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.1.9"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2020-11-11 23:04:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
2020-08-12 09:51:56 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-07-31 05:09:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-01-25 13:23:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.4.7"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.3.48"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
2020-04-21 07:34:15 +03:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2021-01-25 18:31:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-asg"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2021-01-25 18:31:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"criterion",
|
|
|
|
"indexmap",
|
|
|
|
"leo-ast",
|
|
|
|
"leo-grammar",
|
|
|
|
"num-bigint",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2021-02-11 19:38:08 +03:00
|
|
|
"typed-arena",
|
2021-01-25 18:31:34 +03:00
|
|
|
]
|
|
|
|
|
2020-10-31 03:31:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-ast"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-10-31 03:31:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"criterion",
|
2020-12-07 20:18:20 +03:00
|
|
|
"indexmap",
|
2020-10-31 03:31:09 +03:00
|
|
|
"leo-grammar",
|
|
|
|
"leo-input",
|
|
|
|
"pest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-01-25 23:12:10 +03:00
|
|
|
"thiserror",
|
2020-10-31 03:31:09 +03:00
|
|
|
]
|
|
|
|
|
2020-04-24 04:33:43 +03:00
|
|
|
[[package]]
|
2020-04-27 08:34:15 +03:00
|
|
|
name = "leo-compiler"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-04-24 04:33:43 +03:00
|
|
|
dependencies = [
|
2020-06-25 07:05:11 +03:00
|
|
|
"bincode",
|
2020-05-03 06:10:22 +03:00
|
|
|
"hex",
|
2020-12-07 20:18:20 +03:00
|
|
|
"indexmap",
|
2020-12-17 00:02:31 +03:00
|
|
|
"leo-asg",
|
2020-10-31 03:31:09 +03:00
|
|
|
"leo-ast",
|
2020-07-15 04:32:54 +03:00
|
|
|
"leo-gadgets",
|
2020-10-31 03:17:17 +03:00
|
|
|
"leo-grammar",
|
2020-09-18 22:26:51 +03:00
|
|
|
"leo-imports",
|
2020-08-01 04:49:01 +03:00
|
|
|
"leo-input",
|
2020-08-16 08:09:22 +03:00
|
|
|
"leo-package",
|
2020-08-16 10:28:39 +03:00
|
|
|
"leo-state",
|
2020-07-17 22:44:08 +03:00
|
|
|
"num-bigint",
|
2020-06-17 05:13:11 +03:00
|
|
|
"pest",
|
2020-05-05 02:42:40 +03:00
|
|
|
"rand",
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-07-17 22:44:08 +03:00
|
|
|
"rand_xorshift",
|
2020-07-30 04:32:35 +03:00
|
|
|
"serde",
|
2020-06-29 14:09:36 +03:00
|
|
|
"sha2",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
|
|
|
"snarkvm-curves",
|
|
|
|
"snarkvm-dpc",
|
|
|
|
"snarkvm-gadgets",
|
|
|
|
"snarkvm-objects",
|
|
|
|
"snarkvm-utilities",
|
2020-05-09 02:35:00 +03:00
|
|
|
"thiserror",
|
2020-08-22 01:49:51 +03:00
|
|
|
"tracing",
|
2020-09-13 09:10:01 +03:00
|
|
|
]
|
|
|
|
|
2020-07-10 08:39:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-gadgets"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-07-10 08:39:11 +03:00
|
|
|
dependencies = [
|
2020-10-21 18:01:48 +03:00
|
|
|
"criterion",
|
2020-07-10 09:48:11 +03:00
|
|
|
"rand",
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-07-10 12:07:00 +03:00
|
|
|
"rand_xorshift",
|
2021-03-04 21:43:22 +03:00
|
|
|
"snarkvm-fields",
|
2021-03-04 21:44:36 +03:00
|
|
|
"snarkvm-gadgets",
|
2021-03-04 21:43:59 +03:00
|
|
|
"snarkvm-r1cs",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-utilities",
|
2020-07-10 08:39:11 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-10-31 03:17:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-grammar"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-10-31 03:17:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"criterion",
|
|
|
|
"from-pest",
|
|
|
|
"lazy_static",
|
|
|
|
"pest",
|
|
|
|
"pest-ast",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-09-18 22:04:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-imports"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-09-18 22:04:10 +03:00
|
|
|
dependencies = [
|
2020-12-07 20:18:20 +03:00
|
|
|
"indexmap",
|
2020-12-17 00:02:31 +03:00
|
|
|
"leo-asg",
|
2020-10-31 03:31:09 +03:00
|
|
|
"leo-ast",
|
2020-10-31 03:17:17 +03:00
|
|
|
"leo-grammar",
|
2020-09-18 22:04:10 +03:00
|
|
|
"thiserror",
|
2020-09-18 22:26:51 +03:00
|
|
|
"tracing",
|
2020-09-18 22:04:10 +03:00
|
|
|
]
|
|
|
|
|
2020-05-06 22:29:33 +03:00
|
|
|
[[package]]
|
2020-08-01 04:49:01 +03:00
|
|
|
name = "leo-input"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-05-06 22:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"from-pest",
|
|
|
|
"pest",
|
|
|
|
"pest-ast",
|
|
|
|
"pest_derive",
|
2020-06-08 22:24:15 +03:00
|
|
|
"thiserror",
|
2020-09-03 08:59:54 +03:00
|
|
|
"tracing",
|
2020-05-06 22:29:33 +03:00
|
|
|
]
|
|
|
|
|
2020-08-21 14:41:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-lang"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-08-21 14:41:13 +03:00
|
|
|
dependencies = [
|
2021-02-08 15:48:35 +03:00
|
|
|
"anyhow",
|
2020-08-21 14:41:13 +03:00
|
|
|
"clap",
|
|
|
|
"colored",
|
|
|
|
"console",
|
|
|
|
"dirs",
|
|
|
|
"from-pest",
|
|
|
|
"lazy_static",
|
2020-10-31 03:31:09 +03:00
|
|
|
"leo-ast",
|
2020-08-21 14:41:13 +03:00
|
|
|
"leo-compiler",
|
|
|
|
"leo-gadgets",
|
2020-09-18 22:04:10 +03:00
|
|
|
"leo-imports",
|
2020-08-21 14:41:13 +03:00
|
|
|
"leo-input",
|
|
|
|
"leo-package",
|
|
|
|
"leo-state",
|
2021-02-27 19:48:20 +03:00
|
|
|
"leo-synthesizer",
|
2020-08-21 14:41:13 +03:00
|
|
|
"notify",
|
|
|
|
"rand",
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2021-01-12 04:55:43 +03:00
|
|
|
"reqwest",
|
2020-08-21 14:41:13 +03:00
|
|
|
"rusty-hook",
|
|
|
|
"self_update",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
|
|
|
"snarkvm-curves",
|
|
|
|
"snarkvm-gadgets",
|
|
|
|
"snarkvm-utilities",
|
2021-02-08 15:48:35 +03:00
|
|
|
"structopt",
|
2020-08-21 14:41:13 +03:00
|
|
|
"thiserror",
|
|
|
|
"toml",
|
2020-08-22 01:49:51 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2020-08-21 14:41:13 +03:00
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2020-08-03 04:06:21 +03:00
|
|
|
[[package]]
|
2020-08-29 08:08:37 +03:00
|
|
|
name = "leo-linter"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-08-03 04:06:21 +03:00
|
|
|
|
2020-08-03 07:52:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-package"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-08-03 07:52:55 +03:00
|
|
|
dependencies = [
|
2020-08-30 03:29:51 +03:00
|
|
|
"lazy_static",
|
2020-08-03 07:52:55 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
2020-08-22 02:06:48 +03:00
|
|
|
"tracing",
|
2020-08-03 07:52:55 +03:00
|
|
|
"walkdir",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-state"
|
2021-02-27 06:42:35 +03:00
|
|
|
version = "1.2.3"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
2020-12-07 20:18:20 +03:00
|
|
|
"indexmap",
|
2020-10-31 03:31:09 +03:00
|
|
|
"leo-ast",
|
2020-08-12 09:51:56 +03:00
|
|
|
"leo-input",
|
|
|
|
"rand",
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-08-12 09:51:56 +03:00
|
|
|
"rand_xorshift",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
|
|
|
"snarkvm-curves",
|
|
|
|
"snarkvm-dpc",
|
|
|
|
"snarkvm-objects",
|
|
|
|
"snarkvm-storage",
|
|
|
|
"snarkvm-utilities",
|
2020-08-12 09:51:56 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-02-27 19:48:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leo-synthesizer"
|
|
|
|
version = "1.2.3"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snarkvm-curves",
|
2021-03-04 21:42:34 +03:00
|
|
|
"snarkvm-fields",
|
2021-03-04 21:46:47 +03:00
|
|
|
"snarkvm-r1cs",
|
2021-02-27 19:48:20 +03:00
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "0.2.87"
|
2020-06-09 03:28:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213"
|
2020-06-04 23:35:12 +03:00
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2020-08-27 11:33:00 +03:00
|
|
|
version = "6.11.4"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-27 11:33:00 +03:00
|
|
|
checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "1.1.2"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.4.2"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.4.14"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2020-08-22 01:49:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "2.3.4"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.6.1"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-05-05 02:42:40 +03:00
|
|
|
"autocfg",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2020-09-11 13:39:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
2020-06-16 08:13:43 +03:00
|
|
|
name = "miniz_oxide"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.4.4"
|
2020-06-08 09:01:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-06-16 08:13:43 +03:00
|
|
|
dependencies = [
|
2020-07-31 05:09:27 +03:00
|
|
|
"adler",
|
2020-11-11 23:04:48 +03:00
|
|
|
"autocfg",
|
2020-06-16 08:13:43 +03:00
|
|
|
]
|
2020-06-08 09:01:57 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.6.23"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-13 02:17:35 +03:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-01-08 03:56:01 +03:00
|
|
|
"miow 0.2.2",
|
2020-08-13 02:17:35 +03:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.7.9"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a"
|
2021-01-08 03:56:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow 0.3.6",
|
|
|
|
"ntapi",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
2021-01-08 03:56:01 +03:00
|
|
|
"mio 0.6.23",
|
2020-08-13 02:17:35 +03:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.2.2"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
|
|
|
dependencies = [
|
|
|
|
"socket2",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.2.7"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.2.37"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-13 02:17:35 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-06-09 03:28:09 +03:00
|
|
|
[[package]]
|
2020-06-08 09:01:57 +03:00
|
|
|
name = "nias"
|
|
|
|
version = "0.5.0"
|
2020-06-09 03:28:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 09:01:57 +03:00
|
|
|
checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
|
2020-06-09 03:28:09 +03:00
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
|
|
|
version = "4.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
2021-01-08 03:56:01 +03:00
|
|
|
"mio 0.6.23",
|
2020-08-13 02:17:35 +03:00
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-07-17 22:44:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.3.1"
|
2020-07-17 22:44:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf"
|
2020-07-17 22:44:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-07-06 13:18:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.1.44"
|
2020-07-06 13:18:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-07-06 13:18:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.2.14"
|
2020-07-06 13:18:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-07-06 13:18:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-02 08:10:40 +03:00
|
|
|
version = "1.13.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-02 08:10:40 +03:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
2020-06-16 08:13:43 +03:00
|
|
|
name = "object"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.23.0"
|
2020-06-04 23:35:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
2020-06-04 23:35:12 +03:00
|
|
|
|
2020-07-06 13:18:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "1.7.2"
|
2020-07-06 13:18:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
2020-07-06 13:18:20 +03:00
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "11.1.3"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
2020-08-03 05:57:28 +03:00
|
|
|
|
2020-06-09 03:28:09 +03:00
|
|
|
[[package]]
|
2020-03-13 20:02:39 +03:00
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
2020-06-09 03:28:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-13 20:02:39 +03:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2020-06-09 03:28:09 +03:00
|
|
|
|
2020-06-30 13:39:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.10.32"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-12-11 20:22:07 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
"foreign-types",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.9.60"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.11.1"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.8.3"
|
2020-08-12 09:51:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
2020-12-10 01:42:15 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-12 09:51:56 +03:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-02-25 19:56:20 +03:00
|
|
|
"redox_syscall 0.2.5",
|
2020-08-12 09:51:56 +03:00
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest-ast"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fbf404899169771dd6a32c84248b83cd67a26cc7cc957aac87661490e1227e4"
|
|
|
|
dependencies = [
|
2020-07-31 05:09:27 +03:00
|
|
|
"itertools 0.7.11",
|
2020-03-13 20:02:39 +03:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"single",
|
|
|
|
"syn 0.15.44",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "2.1.3"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
|
|
|
dependencies = [
|
|
|
|
"maplit",
|
|
|
|
"pest",
|
|
|
|
"sha-1",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.0.5"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"pin-project-internal",
|
2020-08-13 02:17:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.0.5"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-08-13 02:17:35 +03:00
|
|
|
]
|
|
|
|
|
2020-11-20 15:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "0.2.6"
|
2020-11-20 15:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
2020-11-20 15:51:20 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.3.19"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-06-26 10:19:40 +03:00
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2021-01-25 13:23:16 +03:00
|
|
|
version = "0.3.0"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-25 13:23:16 +03:00
|
|
|
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
2021-01-25 13:23:16 +03:00
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
2020-08-03 05:57:28 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-01-25 13:23:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
|
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.2.10"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2021-02-05 00:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-02-08 15:48:35 +03:00
|
|
|
"syn 1.0.60",
|
2021-02-05 00:00:30 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-02-05 00:00:30 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "1.0.24"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-07-31 05:09:27 +03:00
|
|
|
"unicode-xid 0.2.1",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2020-11-26 13:49:43 +03:00
|
|
|
version = "0.20.0"
|
2020-08-19 13:00:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-26 13:49:43 +03:00
|
|
|
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
|
2020-08-19 13:00:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.0.9"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.8.3"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-05-05 02:42:40 +03:00
|
|
|
"rand_chacha",
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-05-05 02:42:40 +03:00
|
|
|
"rand_hc",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-02-15 13:25:03 +03:00
|
|
|
version = "0.6.2"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-15 13:25:03 +03:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"getrandom 0.2.2",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"rand_core",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "1.5.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-06-16 08:13:43 +03:00
|
|
|
"autocfg",
|
2020-03-13 20:02:39 +03:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "1.9.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-08-27 11:33:00 +03:00
|
|
|
"crossbeam-channel",
|
2020-03-13 20:02:39 +03:00
|
|
|
"crossbeam-deque",
|
2020-12-10 01:42:15 +03:00
|
|
|
"crossbeam-utils",
|
2020-03-13 20:02:39 +03:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2021-02-25 19:56:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-08-16 04:54:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-08-27 11:33:00 +03:00
|
|
|
version = "0.3.5"
|
2020-08-16 04:54:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-27 11:33:00 +03:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-08-16 04:54:46 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
2020-08-16 04:54:46 +03:00
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.4.3"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2020-08-22 01:49:51 +03:00
|
|
|
"regex-syntax",
|
2020-08-03 05:57:28 +03:00
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.6.22"
|
2020-06-09 03:28:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
2020-06-09 03:28:09 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-02-19 13:27:26 +03:00
|
|
|
version = "0.11.1"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 13:27:26 +03:00
|
|
|
checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34"
|
2021-01-08 03:56:01 +03:00
|
|
|
dependencies = [
|
2021-01-12 04:55:43 +03:00
|
|
|
"base64",
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-08 03:56:01 +03:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-01-12 04:55:43 +03:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
2021-01-08 03:56:01 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2021-01-11 22:43:08 +03:00
|
|
|
"mime_guess",
|
2021-01-08 03:56:01 +03:00
|
|
|
"native-tls",
|
2021-01-12 04:55:43 +03:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2021-01-08 03:56:01 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-01-12 04:55:43 +03:00
|
|
|
"tokio",
|
2021-01-08 03:56:01 +03:00
|
|
|
"tokio-native-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2020-08-18 13:48:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2020-12-30 18:32:10 +03:00
|
|
|
version = "0.15.0"
|
2020-08-18 13:48:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 18:32:10 +03:00
|
|
|
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
|
2020-08-18 13:48:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2020-08-16 04:54:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "0.8.3"
|
2020-08-16 04:54:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2020-08-16 04:54:46 +03:00
|
|
|
dependencies = [
|
2021-01-12 04:55:43 +03:00
|
|
|
"base64",
|
2020-08-16 04:54:46 +03:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
2020-12-10 01:42:15 +03:00
|
|
|
"crossbeam-utils",
|
2020-08-16 04:54:46 +03:00
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-11-11 23:04:48 +03:00
|
|
|
version = "0.1.18"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2020-07-31 05:09:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
2020-11-26 13:49:43 +03:00
|
|
|
"semver 0.9.0",
|
2020-07-31 05:09:27 +03:00
|
|
|
]
|
|
|
|
|
2021-02-05 00:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.11.0",
|
|
|
|
]
|
|
|
|
|
2020-06-08 09:01:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-hook"
|
2020-06-29 23:12:50 +03:00
|
|
|
version = "0.11.2"
|
2020-06-08 09:01:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:12:50 +03:00
|
|
|
checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
|
2020-06-08 09:01:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"ci_info",
|
|
|
|
"getopts",
|
|
|
|
"nias",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "1.0.5"
|
2020-06-04 23:35:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-06-04 23:35:12 +03:00
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "2.1.1"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "2.1.1"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "self_update"
|
2021-02-24 13:48:02 +03:00
|
|
|
version = "0.25.0"
|
2020-08-19 13:00:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 13:48:02 +03:00
|
|
|
checksum = "5abe13436707b8fd0044592de0b8d9565ab700fbb06611d6e4d89384687da195"
|
2020-08-19 13:00:30 +03:00
|
|
|
dependencies = [
|
2021-01-12 04:55:43 +03:00
|
|
|
"hyper",
|
2020-08-19 13:00:30 +03:00
|
|
|
"indicatif",
|
|
|
|
"log",
|
|
|
|
"quick-xml",
|
|
|
|
"regex",
|
2021-01-12 04:55:43 +03:00
|
|
|
"reqwest",
|
2020-11-26 13:49:43 +03:00
|
|
|
"semver 0.11.0",
|
2020-08-19 13:00:30 +03:00
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
2020-08-21 11:49:34 +03:00
|
|
|
"zip",
|
2020-08-19 13:00:30 +03:00
|
|
|
]
|
|
|
|
|
2020-07-31 05:09:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2020-11-26 13:49:43 +03:00
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"semver-parser 0.10.2",
|
2020-07-31 05:09:27 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2020-11-26 13:49:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.10.2"
|
2020-11-26 13:49:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
2020-11-26 13:49:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-01-28 18:05:49 +03:00
|
|
|
version = "1.0.123"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 18:05:49 +03:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
2020-04-24 09:57:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-01-28 18:05:49 +03:00
|
|
|
version = "1.0.123"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 18:05:49 +03:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "1.0.64"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-11-20 15:51:20 +03:00
|
|
|
version = "0.7.0"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 15:51:20 +03:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-20 15:51:20 +03:00
|
|
|
"form_urlencoded",
|
2020-08-13 02:17:35 +03:00
|
|
|
"itoa",
|
2020-11-20 15:51:20 +03:00
|
|
|
"ryu",
|
2020-08-13 02:17:35 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
|
|
dependencies = [
|
2020-06-15 21:11:35 +03:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
2020-03-13 20:02:39 +03:00
|
|
|
"fake-simd",
|
2020-06-30 13:39:48 +03:00
|
|
|
"opaque-debug 0.2.3",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-06-15 21:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2021-02-04 23:57:28 +03:00
|
|
|
version = "0.9.3"
|
2020-06-15 21:11:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 23:57:28 +03:00
|
|
|
checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
|
2020-06-15 21:11:35 +03:00
|
|
|
dependencies = [
|
2020-06-30 13:39:48 +03:00
|
|
|
"block-buffer 0.9.0",
|
2020-11-11 23:04:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-06-30 13:39:48 +03:00
|
|
|
"cpuid-bool",
|
2020-06-15 21:11:35 +03:00
|
|
|
"digest 0.9.0",
|
2020-06-30 13:39:48 +03:00
|
|
|
"opaque-debug 0.3.0",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-08-22 01:49:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.1"
|
2020-08-22 01:49:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
|
2020-08-22 01:49:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "single"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd5add732a1ab689845591a1b50339cf5310b563e08dc5813c65991f30369ea2"
|
|
|
|
dependencies = [
|
|
|
|
"failure",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-02-05 00:00:30 +03:00
|
|
|
version = "1.6.1"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:00:30 +03:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-08-21 15:09:48 +03:00
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-algorithms"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "fbb6ec1d5757858ec54ccbb211c7366e601cb495e4d6c3f1a6dd16507834f2b0"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2",
|
|
|
|
"derivative",
|
2021-02-25 19:56:20 +03:00
|
|
|
"digest 0.9.0",
|
2021-02-05 00:00:30 +03:00
|
|
|
"itertools 0.10.0",
|
2020-08-21 15:09:48 +03:00
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rayon",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-curves",
|
|
|
|
"snarkvm-fields",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-profiler",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-r1cs",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-utilities",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2020-08-21 15:09:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-curves"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "fb783fb37b05716640c50fbc180758dd999e34837767dbe6170a961e89ae0098"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
2021-02-05 00:00:30 +03:00
|
|
|
"rustc_version 0.3.3",
|
2020-08-21 15:09:48 +03:00
|
|
|
"serde",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-fields",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-utilities",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2020-06-15 21:11:35 +03:00
|
|
|
]
|
|
|
|
|
2020-08-21 15:09:48 +03:00
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-derives"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "f5055a2424bfceca62bee32ec1d7ce86149c7daf880dbc71eb0b6001ab20043f"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
2021-02-05 00:00:30 +03:00
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error",
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-08-21 15:09:48 +03:00
|
|
|
]
|
|
|
|
|
2020-07-06 13:18:20 +03:00
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-dpc"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "e9837ffa247354b6e3590e5482e3e109afb70e6af9953b475cd1ccdcd0ca40e2"
|
2020-07-06 13:18:20 +03:00
|
|
|
dependencies = [
|
2021-01-03 01:17:26 +03:00
|
|
|
"anyhow",
|
2021-03-04 21:33:21 +03:00
|
|
|
"base58",
|
|
|
|
"bech32",
|
2020-07-06 13:18:20 +03:00
|
|
|
"blake2",
|
|
|
|
"derivative",
|
|
|
|
"hex",
|
2021-02-05 00:00:30 +03:00
|
|
|
"itertools 0.10.0",
|
2020-07-06 13:18:20 +03:00
|
|
|
"rand",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
|
|
|
"snarkvm-curves",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-fields",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-gadgets",
|
|
|
|
"snarkvm-objects",
|
|
|
|
"snarkvm-parameters",
|
|
|
|
"snarkvm-profiler",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-r1cs",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-utilities",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-08-21 15:09:48 +03:00
|
|
|
[[package]]
|
2021-03-04 21:33:21 +03:00
|
|
|
name = "snarkvm-fields"
|
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "4d23901c74a59ddee3792f00a1bbc7846f35900f087f0cb0731a42d7a8601f71"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
2021-03-04 21:33:21 +03:00
|
|
|
"derivative",
|
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
|
|
|
"serde",
|
|
|
|
"snarkvm-utilities",
|
2020-08-21 15:09:48 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-gadgets"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "03e586f5528c542e8ccc0d9036667f00956dcd03433ed35953ff345db18854ea"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
2021-02-25 19:56:20 +03:00
|
|
|
"digest 0.9.0",
|
2021-02-05 00:00:30 +03:00
|
|
|
"itertools 0.10.0",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
|
|
|
"snarkvm-curves",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-fields",
|
|
|
|
"snarkvm-r1cs",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-utilities",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2020-08-21 15:09:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-objects"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "58db14d80c9d5496badf4c0aec9c75e7c40dbcdd50480b924968c36a4211b4d5"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
2021-03-04 21:33:21 +03:00
|
|
|
"anyhow",
|
2020-08-21 15:09:48 +03:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"once_cell",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"sha2",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
|
|
|
"snarkvm-curves",
|
|
|
|
"snarkvm-utilities",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2020-08-21 15:09:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-parameters"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "0ef0c06581616f1f7d8f993c8ab89f6f804bd2e2712b3db03f791edbfad340c8"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
2020-08-31 20:27:44 +03:00
|
|
|
"curl",
|
2020-08-21 15:09:48 +03:00
|
|
|
"hex",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
2021-02-28 00:10:39 +03:00
|
|
|
"snarkvm-utilities",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2021-02-28 00:10:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-04 21:33:21 +03:00
|
|
|
name = "snarkvm-profiler"
|
|
|
|
version = "0.2.0"
|
2021-02-28 00:10:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "cf2fd43f8abfc3e87f03fd13ea260d14133f4716fa99eaf1578799ae85676530"
|
2020-07-06 13:18:20 +03:00
|
|
|
|
2020-08-21 15:09:48 +03:00
|
|
|
[[package]]
|
2021-03-04 21:33:21 +03:00
|
|
|
name = "snarkvm-r1cs"
|
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "f34179150793df4add4c8ee67929ea7a3606c272b4849d9cfc4df2779a49ac58"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fxhash",
|
|
|
|
"indexmap",
|
|
|
|
"itertools 0.10.0",
|
|
|
|
"snarkvm-curves",
|
|
|
|
"snarkvm-fields",
|
|
|
|
"snarkvm-utilities",
|
|
|
|
]
|
2020-08-21 15:09:48 +03:00
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-storage"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "6b5602ba49e2cb2726931262e961a38a95955aa3bf1881c9e84b62f8176b3079"
|
2020-08-12 09:51:56 +03:00
|
|
|
dependencies = [
|
2021-01-03 01:17:26 +03:00
|
|
|
"anyhow",
|
2020-08-12 09:51:56 +03:00
|
|
|
"bincode",
|
|
|
|
"hex",
|
|
|
|
"parking_lot",
|
|
|
|
"rand",
|
|
|
|
"rocksdb",
|
|
|
|
"serde",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-algorithms",
|
2021-03-04 21:33:21 +03:00
|
|
|
"snarkvm-dpc",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-objects",
|
|
|
|
"snarkvm-parameters",
|
|
|
|
"snarkvm-utilities",
|
2021-01-03 01:17:26 +03:00
|
|
|
"thiserror",
|
2020-08-21 15:09:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-30 19:40:45 +03:00
|
|
|
name = "snarkvm-utilities"
|
2021-03-04 21:33:21 +03:00
|
|
|
version = "0.2.0"
|
2021-01-04 05:37:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:33:21 +03:00
|
|
|
checksum = "307edca1c7fe02a498933808b70feb73ae5d60f8dad2e9ecba3f9cd65569d6a4"
|
2020-08-21 15:09:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"rand",
|
2020-12-30 19:40:45 +03:00
|
|
|
"snarkvm-derives",
|
2021-03-04 21:33:21 +03:00
|
|
|
"thiserror",
|
2020-06-21 01:24:46 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.19"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-12-10 01:42:15 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2021-02-08 15:48:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
|
|
|
version = "0.3.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-02-08 15:48:35 +03:00
|
|
|
"syn 1.0.60",
|
|
|
|
]
|
|
|
|
|
2020-06-02 03:52:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "2.4.0"
|
2020-06-02 03:52:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
2020-06-02 03:52:33 +03:00
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-01-25 13:23:35 +03:00
|
|
|
version = "1.0.60"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-25 13:23:35 +03:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2020-07-31 05:09:27 +03:00
|
|
|
"unicode-xid 0.2.1",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "0.12.4"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-07-31 05:09:27 +03:00
|
|
|
"unicode-xid 0.2.1",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "3.2.0"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
"libc",
|
|
|
|
"rand",
|
2021-02-25 19:56:20 +03:00
|
|
|
"redox_syscall 0.2.5",
|
2020-08-13 02:17:35 +03:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-12-10 01:42:15 +03:00
|
|
|
version = "1.1.2"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-10 01:42:15 +03:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-08-19 13:00:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.16"
|
2020-08-19 13:00:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
|
2020-08-19 13:00:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-05-09 02:35:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-02-19 13:27:06 +03:00
|
|
|
version = "1.0.24"
|
2020-05-09 02:35:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 13:27:06 +03:00
|
|
|
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
2020-05-09 02:35:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-02-19 13:27:06 +03:00
|
|
|
version = "1.0.24"
|
2020-05-09 02:35:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 13:27:06 +03:00
|
|
|
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
2020-05-09 02:35:00 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-05-09 02:35:00 +03:00
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.1.3"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"once_cell",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.43"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-06-26 10:19:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
2020-06-26 10:19:40 +03:00
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "1.2.1"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.1.1"
|
2020-11-11 23:04:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
2020-11-11 23:04:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:04:48 +03:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
2021-01-08 03:56:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "1.2.0"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
|
2021-01-08 03:56:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-08 03:56:01 +03:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2021-02-25 19:56:20 +03:00
|
|
|
"mio 0.7.9",
|
2021-01-08 03:56:01 +03:00
|
|
|
"num_cpus",
|
2021-01-12 04:55:43 +03:00
|
|
|
"pin-project-lite",
|
2021-01-08 03:56:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2021-01-12 04:55:43 +03:00
|
|
|
"tokio",
|
2021-01-08 03:56:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.6.3"
|
2021-01-08 03:56:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b"
|
2021-01-08 03:56:01 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"bytes",
|
2021-01-08 03:56:01 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-01-12 04:55:43 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-08-13 02:17:35 +03:00
|
|
|
]
|
|
|
|
|
2020-04-24 09:57:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-12-21 13:57:31 +03:00
|
|
|
version = "0.5.8"
|
2020-04-24 09:57:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 13:57:31 +03:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-04-24 09:57:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.3.1"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-02-24 13:47:40 +03:00
|
|
|
version = "0.1.25"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 13:47:40 +03:00
|
|
|
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-24 18:30:38 +03:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-12 04:55:43 +03:00
|
|
|
"pin-project-lite",
|
2020-08-22 01:49:51 +03:00
|
|
|
"tracing-attributes",
|
2020-08-13 02:17:35 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2020-08-22 01:49:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2021-02-18 13:48:48 +03:00
|
|
|
version = "0.1.13"
|
2020-08-22 01:49:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-18 13:48:48 +03:00
|
|
|
checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07"
|
2020-08-22 01:49:51 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-08-22 01:49:51 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2020-09-30 21:41:55 +03:00
|
|
|
version = "0.1.17"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-30 21:41:55 +03:00
|
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-08-22 01:49:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2021-02-22 13:23:56 +03:00
|
|
|
version = "0.1.2"
|
2020-08-22 01:49:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 13:23:56 +03:00
|
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
2020-08-22 01:49:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2020-09-19 00:17:12 +03:00
|
|
|
version = "0.1.2"
|
2020-08-22 01:49:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-19 00:17:12 +03:00
|
|
|
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
|
2020-08-22 01:49:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2021-02-22 13:23:56 +03:00
|
|
|
version = "0.2.16"
|
2020-08-22 01:49:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 13:23:56 +03:00
|
|
|
checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
|
2020-08-22 01:49:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.12.1",
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2020-10-08 13:27:40 +03:00
|
|
|
"tracing",
|
2020-08-22 01:49:51 +03:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2021-02-11 19:38:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "1.12.0"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "0.1.3"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.1.17"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-02-08 15:48:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.1.8"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-03-10 06:55:41 +03:00
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
|
2020-03-10 06:55:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.2.1"
|
2020-03-10 06:55:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-03-12 00:56:54 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "2.2.1"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"form_urlencoded",
|
2020-08-13 02:17:35 +03:00
|
|
|
"idna",
|
|
|
|
"matches",
|
2021-01-12 04:55:43 +03:00
|
|
|
"percent-encoding",
|
2020-08-13 02:17:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-12-11 20:22:07 +03:00
|
|
|
version = "0.2.11"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-11 20:22:07 +03:00
|
|
|
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
|
2020-08-13 02:17:35 +03:00
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "0.8.2"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-06-09 03:28:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
|
2020-03-12 00:56:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-03-13 20:02:39 +03:00
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
2020-06-26 10:19:40 +03:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-08-27 11:33:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-25 19:56:20 +03:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-08-27 11:33:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 19:56:20 +03:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-08-27 11:33:00 +03:00
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.2.71"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
2020-12-10 01:42:15 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-08-03 05:57:28 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.2.71"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-08-03 05:57:28 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.4.21"
|
2020-08-13 02:17:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
|
2020-08-13 02:17:35 +03:00
|
|
|
dependencies = [
|
2020-12-10 01:42:15 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-13 02:17:35 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.2.71"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2020-08-03 05:57:28 +03:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.2.71"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:04:48 +03:00
|
|
|
"proc-macro2 1.0.24",
|
2021-02-25 19:56:20 +03:00
|
|
|
"quote 1.0.9",
|
2021-01-25 13:23:35 +03:00
|
|
|
"syn 1.0.60",
|
2020-08-03 05:57:28 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.2.71"
|
2021-02-05 06:23:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
|
2021-02-05 06:23:58 +03:00
|
|
|
|
2020-08-03 05:57:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-02-27 10:04:15 +03:00
|
|
|
version = "0.3.48"
|
2020-08-03 05:57:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 10:04:15 +03:00
|
|
|
checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
|
2020-08-03 05:57:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-08-12 09:51:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-08-03 05:57:28 +03:00
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-31 05:09:27 +03:00
|
|
|
version = "0.3.9"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-31 05:09:27 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2020-03-13 20:02:39 +03:00
|
|
|
[[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"
|
2020-06-16 08:13:43 +03:00
|
|
|
version = "0.1.5"
|
2020-03-13 20:02:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 08:13:43 +03:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-03-13 20:02:39 +03:00
|
|
|
dependencies = [
|
2020-08-13 02:17:35 +03:00
|
|
|
"winapi 0.3.9",
|
2020-03-13 20:02:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-06-26 10:19:40 +03:00
|
|
|
|
2020-08-13 02:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2020-06-26 10:19:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2021-03-04 21:29:36 +03:00
|
|
|
version = "0.5.11"
|
2020-06-26 10:19:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 21:29:36 +03:00
|
|
|
checksum = "8264fcea9b7a036a4a5103d7153e988dbc2ebbafb34f68a3c2d404b6b82d74b6"
|
2020-06-26 10:19:40 +03:00
|
|
|
dependencies = [
|
2020-09-11 13:39:07 +03:00
|
|
|
"byteorder",
|
2020-06-26 10:19:40 +03:00
|
|
|
"bzip2",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
2020-09-11 13:39:07 +03:00
|
|
|
"thiserror",
|
2020-06-26 10:19:40 +03:00
|
|
|
"time",
|
|
|
|
]
|