leo/Cargo.lock

3158 lines
75 KiB
Plaintext
Raw Normal View History

2020-03-10 06:55:41 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-03-13 01:23:41 +03:00
version = 3
2020-06-16 08:13:43 +03:00
[[package]]
name = "addr2line"
2021-06-08 23:15:26 +03:00
version = "0.15.2"
2020-06-16 08:13:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"
2020-06-16 08:13:43 +03:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-06-08 23:15:26 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-03-13 20:02:39 +03:00
[[package]]
name = "aho-corasick"
2021-06-08 23:15:26 +03:00
version = "0.7.18"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
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 = [
"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"
version = "1.0.41"
2021-01-03 01:17:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
2021-01-03 01:17:26 +03:00
[[package]]
name = "assert_cmd"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a88b6bd5df287567ffdf4ddf4d33060048e1068308e5f62d81c6f9824a045a48"
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
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",
"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-06-08 23:15:26 +03:00
version = "0.3.60"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282"
2020-03-12 00:56:54 +03:00
dependencies = [
2020-06-16 08:13:43 +03:00
"addr2line",
2021-06-08 23:15:26 +03:00
"cc",
2020-11-11 23:04:48 +03:00
"cfg-if 1.0.0",
2020-03-12 00:56:54 +03:00
"libc",
2021-06-08 23:15:26 +03:00
"miniz_oxide",
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"
[[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"
2021-05-19 04:53:07 +03:00
version = "0.8.0"
2020-06-23 09:20:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-19 04:53:07 +03:00
checksum = "6c7f7096bc256f5e5cb960f60dfc4f4ef979ca65abe7fb9d5a4f77150d3783d4"
2020-06-23 09:20:55 +03:00
2020-03-13 20:02:39 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2020-03-13 20:02:39 +03:00
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2021-06-08 20:25:41 +03:00
[[package]]
name = "bitvec"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
dependencies = [
"funty",
2021-06-08 23:15:26 +03:00
"radium",
2021-06-08 20:25:41 +03:00
"tap",
2021-06-08 23:15:26 +03:00
"wyz",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "blake2"
version = "0.9.1"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4"
2020-03-13 20:02:39 +03:00
dependencies = [
2020-05-05 02:42:40 +03:00
"crypto-mac",
"digest 0.9.0",
"opaque-debug 0.3.0",
2020-03-13 20:02:39 +03:00
]
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-06-08 23:15:26 +03:00
"generic-array 0.12.4",
2020-06-15 21:11:35 +03:00
]
[[package]]
name = "block-buffer"
version = "0.9.0"
2020-06-15 21:11:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-06-08 23:15:26 +03:00
version = "0.2.16"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
2020-08-03 05:57:28 +03:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2021-06-08 23:15:26 +03:00
version = "3.7.0"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
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"
2021-06-08 23:15:26 +03:00
version = "1.4.3"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-03-10 06:55:41 +03:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-06-26 10:19:40 +03:00
[[package]]
name = "bzip2"
version = "0.4.2"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf8012c8a15d5df745fcf258d93e6149dcf102882c8d8702d9cff778eab43a8"
2020-06-26 10:19:40 +03:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
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"
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"
2021-06-08 23:15:26 +03:00
version = "0.2.6"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374"
2020-08-03 05:57:28 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"rustc_version",
2020-08-03 05:57:28 +03:00
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "cc"
2021-06-08 23:15:26 +03:00
version = "1.0.68"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
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
]
[[package]]
name = "ci_info"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e"
dependencies = [
"envmnt",
]
2020-03-12 00:56:54 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "clap"
version = "2.33.3"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "2.0.0"
2020-04-24 09:57:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
2020-04-24 09:57:05 +03:00
dependencies = [
"atty",
"lazy_static",
"winapi 0.3.9",
]
[[package]]
name = "console"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
]
[[package]]
name = "core-foundation"
2020-11-11 23:04:48 +03:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-11 23:04:48 +03:00
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
"core-foundation-sys",
"libc",
2020-04-24 09:57:05 +03:00
]
[[package]]
name = "core-foundation-sys"
2020-11-11 23:04:48 +03:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-11 23:04:48 +03:00
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
[[package]]
name = "cpufeatures"
2021-06-08 23:15:26 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
dependencies = [
"libc",
]
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"
version = "0.3.4"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
2020-08-03 05:57:28 +03:00
dependencies = [
"atty",
"cast",
"clap",
"criterion-plot",
"csv",
2021-06-28 22:01:01 +03:00
"itertools 0.10.1",
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"
2021-06-08 23:15:26 +03:00
version = "0.5.1"
2020-08-27 11:33:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
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-06-08 23:15:26 +03:00
version = "0.9.5"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
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-06-08 23:15:26 +03:00
version = "0.8.5"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-11-11 23:04:48 +03:00
dependencies = [
"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"
version = "0.8.0"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
2020-03-13 20:02:39 +03:00
dependencies = [
"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"
version = "1.1.6"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
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-03-12 00:56:54 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "derivative"
version = "2.2.0"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2020-03-12 00:56:54 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
2020-03-10 06:55:41 +03:00
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
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-06-08 23:15:26 +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
]
[[package]]
name = "dirs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2021-03-30 01:45:10 +03:00
[[package]]
name = "dtoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
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
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
dependencies = [
2020-11-11 23:04:48 +03:00
"cfg-if 1.0.0",
]
[[package]]
name = "envmnt"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
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 = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
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
[[package]]
name = "filetime"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
dependencies = [
2020-11-11 23:04:48 +03:00
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"winapi 0.3.9",
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "flate2"
2021-06-08 23:15:26 +03:00
version = "1.0.20"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
2020-06-26 10:19:40 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"cfg-if 1.0.0",
2020-06-26 10:19:40 +03:00
"crc32fast",
"libc",
2021-06-08 23:15:26 +03:00
"miniz_oxide",
2020-06-26 10:19:40 +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"
version = "1.0.1"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-11-11 23:04:48 +03:00
dependencies = [
"matches",
"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
]
[[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",
]
[[package]]
name = "fsio"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fd087255f739f4f1aeea69f11b72f8080e9c2e7645cd06955dad4a178a49e3"
[[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"
2021-03-31 02:14:17 +03:00
[[package]]
name = "funty"
2021-06-08 20:25:41 +03:00
version = "1.2.0"
2021-03-31 02:14:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 20:25:41 +03:00
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
2021-03-31 02:14:17 +03:00
2021-03-22 16:48:48 +03:00
[[package]]
name = "futf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "futures-channel"
2021-06-08 23:15:26 +03:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2021-06-08 23:15:26 +03:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
[[package]]
name = "futures-io"
2021-06-08 23:15:26 +03:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
[[package]]
name = "futures-sink"
2021-06-08 23:15:26 +03:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
[[package]]
name = "futures-task"
2021-06-08 23:15:26 +03:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
[[package]]
name = "futures-util"
2021-06-08 23:15:26 +03:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
dependencies = [
2021-06-08 23:15:26 +03:00
"autocfg",
"futures-core",
"futures-io",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[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-06-08 23:15:26 +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-06-08 23:15:26 +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",
]
[[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"
version = "0.1.16"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-03-13 20:02:39 +03:00
dependencies = [
"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"
2021-06-08 23:15:26 +03:00
version = "0.2.3"
2021-01-25 18:31:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2021-01-25 18:31:34 +03:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"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"
2021-06-08 23:15:26 +03:00
version = "0.24.0"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
[[package]]
name = "h2"
2021-06-08 23:15:26 +03:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "half"
version = "1.7.1"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
2020-08-03 05:57:28 +03:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-06-09 03:28:09 +03:00
[[package]]
name = "heck"
2021-06-08 23:15:26 +03:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "hermit-abi"
version = "0.1.18"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
[[package]]
name = "http"
2021-06-08 23:15:26 +03:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2021-06-08 23:15:26 +03:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
dependencies = [
"bytes",
"http",
2021-06-08 23:15:26 +03:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2021-06-08 23:15:26 +03:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
2020-11-11 23:04:48 +03:00
[[package]]
name = "httpdate"
2021-06-08 23:15:26 +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-06-08 23:15:26 +03:00
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
2020-11-11 23:04:48 +03:00
[[package]]
name = "hyper"
2021-06-08 23:15:26 +03:00
version = "0.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
2021-06-08 23:15:26 +03:00
"pin-project-lite",
2021-05-19 07:08:19 +03:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "idna"
2021-06-08 23:15:26 +03:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
"autocfg",
"hashbrown",
2020-12-07 20:18:20 +03:00
"serde",
]
[[package]]
name = "indicatif"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
[[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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[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",
]
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itertools"
2021-06-28 22:01:01 +03:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "itoa"
version = "0.4.7"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-03-13 20:02:39 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "js-sys"
2021-06-08 23:15:26 +03:00
version = "0.3.51"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2020-08-03 05:57:28 +03:00
dependencies = [
"wasm-bindgen",
]
[[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"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "leo-abnf"
version = "1.5.2"
dependencies = [
"anyhow",
]
2021-01-25 18:31:34 +03:00
[[package]]
name = "leo-asg"
version = "1.5.2"
2021-01-25 18:31:34 +03:00
dependencies = [
"criterion",
"indexmap",
"leo-ast",
2021-03-03 20:59:24 +03:00
"leo-parser",
2021-01-25 18:31:34 +03:00
"num-bigint",
"serde",
"serde_json",
2021-03-22 16:48:48 +03:00
"tendril",
2021-01-25 18:31:34 +03:00
"thiserror",
2021-02-11 19:38:08 +03:00
"typed-arena",
2021-01-25 18:31:34 +03:00
]
2021-03-10 20:57:27 +03:00
[[package]]
name = "leo-asg-passes"
version = "1.5.2"
2021-03-10 20:57:27 +03:00
dependencies = [
"leo-asg",
]
2020-10-31 03:31:09 +03:00
[[package]]
name = "leo-ast"
version = "1.5.2"
2020-10-31 03:31:09 +03:00
dependencies = [
"anyhow",
2020-10-31 03:31:09 +03:00
"criterion",
2020-12-07 20:18:20 +03:00
"indexmap",
2020-10-31 03:31:09 +03:00
"leo-input",
"pest",
"serde",
"serde_json",
2021-03-22 16:48:48 +03:00
"tendril",
"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"
version = "1.5.2"
2020-04-24 04:33:43 +03:00
dependencies = [
2020-06-25 07:05:11 +03:00
"bincode",
"hex",
2020-12-07 20:18:20 +03:00
"indexmap",
2020-12-17 00:02:31 +03:00
"leo-asg",
2021-03-10 20:57:27 +03:00
"leo-asg-passes",
2020-10-31 03:31:09 +03:00
"leo-ast",
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",
2021-03-03 20:59:24 +03:00
"leo-parser",
"leo-state",
2021-04-20 04:08:14 +03:00
"leo-synthesizer",
"leo-test-framework",
2020-07-17 22:44:08 +03:00
"num-bigint",
2020-06-17 05:13:11 +03:00
"pest",
"rand 0.8.4",
"rand_core 0.6.3",
2020-07-17 22:44:08 +03:00
"rand_xorshift",
"serde",
2021-04-20 04:08:14 +03:00
"serde_yaml",
"sha2",
2020-12-30 19:40:45 +03:00
"snarkvm-algorithms",
"snarkvm-curves",
"snarkvm-dpc",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
2020-12-30 19:40:45 +03:00
"snarkvm-gadgets",
2021-03-04 21:55:22 +03:00
"snarkvm-r1cs",
2021-06-28 22:01:01 +03:00
"snarkvm-utilities",
2021-04-05 16:08:54 +03:00
"tempfile",
"tendril",
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-09-18 22:04:10 +03:00
[[package]]
name = "leo-imports"
version = "1.5.2"
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",
2021-03-03 20:59:24 +03:00
"leo-parser",
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"
version = "1.5.2"
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"
version = "1.5.2"
2020-08-21 14:41:13 +03:00
dependencies = [
"ansi_term 0.12.1",
"anyhow",
"assert_cmd",
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",
2020-09-18 22:04:10 +03:00
"leo-imports",
2020-08-21 14:41:13 +03:00
"leo-input",
"leo-package",
"leo-state",
"leo-synthesizer",
2020-08-21 14:41:13 +03:00
"notify",
"rand 0.8.4",
"rand_core 0.6.3",
"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",
2021-03-04 22:03:19 +03:00
"snarkvm-r1cs",
2021-06-28 22:01:01 +03:00
"snarkvm-utilities",
"structopt",
"test_dir",
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"
version = "1.5.2"
2020-08-03 04:06:21 +03:00
2020-08-03 07:52:55 +03:00
[[package]]
name = "leo-package"
version = "1.5.2"
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",
]
2021-03-03 20:59:24 +03:00
[[package]]
name = "leo-parser"
version = "1.5.2"
2021-03-03 20:59:24 +03:00
dependencies = [
"criterion",
"indexmap",
"lazy_static",
"leo-ast",
2021-04-19 16:46:22 +03:00
"leo-test-framework",
2021-03-03 20:59:24 +03:00
"serde",
"serde_json",
2021-03-30 01:45:10 +03:00
"serde_yaml",
2021-03-22 16:48:48 +03:00
"tendril",
2021-03-03 20:59:24 +03:00
"thiserror",
"tracing",
]
2020-08-12 09:51:56 +03:00
[[package]]
name = "leo-state"
version = "1.5.2"
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 0.8.4",
"rand_core 0.6.3",
2020-08-12 09:51:56 +03:00
"rand_xorshift",
2020-12-30 19:40:45 +03:00
"snarkvm-algorithms",
"snarkvm-curves",
"snarkvm-dpc",
2021-06-28 22:01:01 +03:00
"snarkvm-utilities",
2020-08-12 09:51:56 +03:00
"thiserror",
]
[[package]]
name = "leo-synthesizer"
version = "1.5.2"
dependencies = [
2021-04-20 04:08:14 +03:00
"hex",
"num-bigint",
"serde",
"serde_json",
2021-04-20 04:08:14 +03:00
"sha2",
"snarkvm-curves",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
2021-03-04 21:48:48 +03:00
"snarkvm-gadgets",
2021-03-04 21:46:47 +03:00
"snarkvm-r1cs",
]
2021-04-19 16:46:22 +03:00
[[package]]
name = "leo-test-framework"
version = "1.5.2"
2021-04-19 16:46:22 +03:00
dependencies = [
"serde",
"serde_json",
"serde_yaml",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "libc"
2021-06-08 23:15:26 +03:00
version = "0.2.95"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
2020-06-04 23:35:12 +03:00
2021-03-30 01:45:10 +03:00
[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-03-13 20:02:39 +03:00
[[package]]
name = "log"
version = "0.4.14"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-03-13 20:02:39 +03:00
dependencies = [
"cfg-if 1.0.0",
2020-03-13 20:02:39 +03:00
]
2021-03-22 16:48:48 +03:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
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",
]
[[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"
2021-06-08 23:15:26 +03:00
version = "2.4.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2020-03-13 20:02:39 +03:00
[[package]]
name = "memoffset"
2021-06-08 23:15:26 +03:00
version = "0.6.4"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
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
]
[[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",
]
[[package]]
2020-06-16 08:13:43 +03:00
name = "miniz_oxide"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-06-16 08:13:43 +03:00
dependencies = [
"adler",
2020-11-11 23:04:48 +03:00
"autocfg",
2020-06-16 08:13:43 +03:00
]
[[package]]
name = "mio"
2020-12-10 01:42:15 +03:00
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 01:42:15 +03:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
2020-11-11 23:04:48 +03:00
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio"
2021-06-08 23:15:26 +03:00
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
dependencies = [
"libc",
"log",
2021-06-08 23:15:26 +03:00
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio 0.6.23",
"slab",
]
[[package]]
name = "miow"
2020-12-10 01:42:15 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 01:42:15 +03:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
2021-06-08 23:15:26 +03:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "native-tls"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 01:42:15 +03:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
2020-11-11 23:04:48 +03:00
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
2021-03-22 16:48:48 +03:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2020-06-09 03:28:09 +03:00
[[package]]
name = "nias"
version = "0.5.0"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
2020-06-09 03:28:09 +03:00
[[package]]
name = "notify"
version = "4.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
dependencies = [
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio 0.6.23",
"mio-extras",
"walkdir",
"winapi 0.3.9",
]
[[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"
version = "0.4.0"
2020-07-17 22:44:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
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",
]
[[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-06-08 23:15:26 +03:00
version = "0.25.2"
2020-06-04 23:35:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f8bc1d42047cf336f0f939c99e97183cf31551bf0f2865a2ec9c8d91fd4ffb5e"
dependencies = [
"memchr",
]
2020-06-04 23:35:12 +03:00
2020-07-06 13:18:20 +03:00
[[package]]
name = "once_cell"
2021-06-28 22:01:01 +03:00
version = "1.8.0"
2020-07-06 13:18:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
2021-06-08 23:15:26 +03:00
version = "0.10.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
dependencies = [
"bitflags",
2020-12-11 20:22:07 +03:00
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
2021-06-08 23:15:26 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]]
name = "openssl-sys"
2021-06-08 23:15:26 +03:00
version = "0.9.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[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 = [
"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",
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
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",
]
[[package]]
name = "pin-project-lite"
2021-06-08 23:15:26 +03:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
[[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-06-08 23:15:26 +03:00
version = "0.3.1"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a"
2020-08-03 05:57:28 +03:00
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
2020-08-03 05:57:28 +03:00
"wasm-bindgen",
"web-sys",
]
[[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
[[package]]
name = "predicates"
2021-06-08 23:15:26 +03:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
dependencies = [
"difference",
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
[[package]]
name = "predicates-tree"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
dependencies = [
"predicates-core",
"treeline",
]
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",
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
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 = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"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"
2021-06-08 23:15:26 +03:00
version = "1.0.27"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
2020-03-13 20:02:39 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"unicode-xid 0.2.2",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "quick-xml"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
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"
version = "1.0.9"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-03-13 20:02:39 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
2020-03-13 20:02:39 +03:00
]
2021-06-08 20:25:41 +03:00
[[package]]
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "rand"
version = "0.8.4"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2020-03-13 20:02:39 +03:00
dependencies = [
"libc",
"rand_chacha 0.3.0",
"rand_core 0.6.3",
"rand_hc 0.3.0",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2020-03-13 20:02:39 +03:00
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand_core"
version = "0.6.3"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-03-13 20:02:39 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"getrandom 0.2.3",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "rand_hc"
version = "0.3.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
2020-03-13 20:02:39 +03:00
dependencies = [
"rand_core 0.6.3",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand_xorshift"
version = "0.3.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
2020-03-13 20:02:39 +03:00
dependencies = [
"rand_core 0.6.3",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rayon"
2021-06-08 23:15:26 +03:00
version = "1.5.1"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
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"
2021-06-08 23:15:26 +03:00
version = "1.9.1"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
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",
]
[[package]]
name = "redox_syscall"
2021-06-08 23:15:26 +03:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
2021-06-08 23:15:26 +03:00
"getrandom 0.2.3",
"redox_syscall",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "regex"
2021-06-08 23:15:26 +03:00
version = "1.5.4"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-03-13 20:02:39 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "regex-automata"
2021-06-08 23:15:26 +03:00
version = "0.1.10"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-08-03 05:57:28 +03:00
dependencies = [
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-06-08 23:15:26 +03:00
version = "0.6.25"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-06-09 03:28:09 +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",
]
[[package]]
name = "reqwest"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
2021-01-11 22:43:08 +03:00
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "rustc-demangle"
2021-06-08 23:15:26 +03:00
version = "0.1.19"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
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 = [
2021-06-08 23:15:26 +03:00
"semver",
2021-02-05 00:00:30 +03:00
]
[[package]]
name = "rusty-hook"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
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",
]
[[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"
[[package]]
name = "security-framework"
2021-06-08 23:15:26 +03:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2021-06-08 23:15:26 +03:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "self_update"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb85f1802f7b987237b8525c0fde86ea86f31c957c1875467c727d5b921179c"
dependencies = [
"hyper",
"indicatif",
"log",
"quick-xml",
"regex",
"reqwest",
2021-06-08 23:15:26 +03:00
"semver",
"serde_json",
"tempfile",
2020-08-21 11:49:34 +03:00
"zip",
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
2021-06-08 23:15:26 +03:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "serde"
version = "1.0.126"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
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"
version = "1.0.126"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
2020-03-13 20:02:39 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "serde_json"
2021-06-08 23:15:26 +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-06-08 23:15:26 +03:00
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2020-03-13 20:02:39 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2021-03-30 01:45:10 +03:00
[[package]]
name = "serde_yaml"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
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",
"opaque-debug 0.2.3",
2020-03-13 20:02:39 +03:00
]
2020-06-15 21:11:35 +03:00
[[package]]
name = "sha2"
version = "0.9.5"
2020-06-15 21:11:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
2020-06-15 21:11:35 +03:00
dependencies = [
"block-buffer 0.9.0",
2020-11-11 23:04:48 +03:00
"cfg-if 1.0.0",
"cpufeatures",
2020-06-15 21:11:35 +03:00
"digest 0.9.0",
"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"
version = "0.1.1"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
2020-08-22 01:49:51 +03:00
dependencies = [
"lazy_static",
]
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",
]
[[package]]
name = "slab"
2021-06-08 23:15:26 +03:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
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-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "ba6482ab4ec9170c9b8ce6c1ac9689d02aba1e112b474fa10cb72e8dda6ae0bd"
2020-08-21 15:09:48 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"bitvec",
2020-08-21 15:09:48 +03:00
"blake2",
2021-06-28 22:01:01 +03:00
"crossbeam-channel",
2020-08-21 15:09:48 +03:00
"derivative",
"digest 0.9.0",
2021-06-28 22:01:01 +03:00
"itertools 0.10.1",
"lazy_static",
"once_cell",
"rand 0.8.4",
"rand_chacha 0.3.0",
2020-08-21 15:09:48 +03:00
"rayon",
"sha2",
"smallvec",
2021-03-04 21:33:21 +03:00
"snarkvm-curves",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
2020-12-30 19:40:45 +03:00
"snarkvm-profiler",
2021-03-04 21:33:21 +03:00
"snarkvm-r1cs",
2021-06-28 22:01:01 +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-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "29f5549929d0cc1cb8165e643f2d348f619f2f7cd5ce655201b36bf8b1aa4494"
2020-08-21 15:09:48 +03:00
dependencies = [
"derivative",
"rand 0.8.4",
2020-08-21 15:09:48 +03:00
"rand_xorshift",
2021-06-08 23:15:26 +03:00
"rustc_version",
2020-08-21 15:09:48 +03:00
"serde",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
"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-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "45886a0c7a81323c267a4c2cfab1de7f0621a8f03a04fb78e2ea4f3ae5e26066"
2020-08-21 15:09:48 +03:00
dependencies = [
2021-02-05 00:00:30 +03:00
"proc-macro-crate",
"proc-macro-error",
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
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-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "03ce3598d82ad7b3401c6d9a2a1a97dfce24eb25dba75e366389d106a62d3995"
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",
2021-06-08 20:25:41 +03:00
"bincode",
2020-07-06 13:18:20 +03:00
"blake2",
2021-06-08 20:25:41 +03:00
"chrono",
2020-07-06 13:18:20 +03:00
"derivative",
"hex",
2021-06-28 22:01:01 +03:00
"itertools 0.10.1",
2021-06-08 20:25:41 +03:00
"once_cell",
"rand 0.8.4",
2021-06-08 20:25:41 +03:00
"serde",
"sha2",
2020-12-30 19:40:45 +03:00
"snarkvm-algorithms",
"snarkvm-curves",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
2020-12-30 19:40:45 +03:00
"snarkvm-gadgets",
"snarkvm-parameters",
"snarkvm-profiler",
2021-03-04 21:33:21 +03:00
"snarkvm-r1cs",
2021-06-28 22:01:01 +03:00
"snarkvm-utilities",
"thiserror",
]
[[package]]
name = "snarkvm-fields"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9467325948cf839e5aeb5c91a502a2b79474d35672155a225b51b7b2c39e8e5e"
dependencies = [
"bincode",
"derivative",
"rand 0.8.4",
"rand_xorshift",
"serde",
2021-06-28 22:01:01 +03:00
"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-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "2511b5493f835f6908ee1c1411b233c1abb5de7937925dd17ca44ae6e819a186"
2020-03-13 20:02:39 +03:00
dependencies = [
"derivative",
"digest 0.9.0",
2021-06-28 22:01:01 +03:00
"itertools 0.10.1",
2021-06-08 20:25:41 +03:00
"num-bigint",
"num-integer",
"num-traits",
2020-12-30 19:40:45 +03:00
"snarkvm-algorithms",
"snarkvm-curves",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
2021-03-04 21:33:21 +03:00
"snarkvm-r1cs",
2021-06-28 22:01:01 +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-parameters"
2021-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "f8591a36b0a21f24394ec6a592ac3e6d669694156094771bd0a58c0c113b2d25"
2020-08-21 15:09:48 +03:00
dependencies = [
"hex",
2020-12-30 19:40:45 +03:00
"snarkvm-algorithms",
2021-06-28 22:01:01 +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"
2021-06-28 22:01:01 +03:00
version = "0.6.0"
2021-02-28 00:10:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "a8892a13630b65576cd983bc69fa89bdff3f568e56466cc523a1cee783ec1513"
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"
2021-06-28 22:01:01 +03:00
version = "0.6.0"
2021-01-04 05:37:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-28 22:01:01 +03:00
checksum = "ea6805a58c986fd78be5cf474a62e40b19abf64187457874a7c93f0b8573fde6"
2021-03-04 21:33:21 +03:00
dependencies = [
"cfg-if 1.0.0",
"fxhash",
"indexmap",
2021-06-28 22:01:01 +03:00
"itertools 0.10.1",
2021-03-04 21:33:21 +03:00
"snarkvm-curves",
2021-06-28 22:01:01 +03:00
"snarkvm-fields",
"snarkvm-utilities",
]
[[package]]
name = "snarkvm-utilities"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f6dcdbf85edf6a03157aef21608e3c44835eeff97d0c2d0b3c90b3bcb869e82"
dependencies = [
"bincode",
"rand 0.8.4",
2021-06-28 22:01:01 +03:00
"snarkvm-derives",
"thiserror",
]
[[package]]
name = "socket2"
2021-06-08 23:15:26 +03:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
dependencies = [
"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"
[[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",
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
]
2020-06-02 03:52:33 +03:00
[[package]]
name = "subtle"
version = "2.4.0"
2020-06-02 03:52:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-06-08 23:15:26 +03:00
version = "1.0.72"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
2020-03-13 20:02:39 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"unicode-xid 0.2.2",
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 = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
"unicode-xid 0.2.2",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tempfile"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if 1.0.0",
"libc",
"rand 0.8.4",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
]
2021-03-22 16:48:48 +03:00
[[package]]
name = "tendril"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "terminal_size"
2021-06-08 23:15:26 +03:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "test_dir"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e571ebf9127a9da821890a9fa8a8ef777fce3e0f959ff6949cf06ca8b736381d"
dependencies = [
"rand 0.7.3",
]
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"
version = "1.0.25"
2020-05-09 02:35:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
2020-05-09 02:35:00 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.25"
2020-05-09 02:35:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
2020-05-09 02:35:00 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
2020-05-09 02:35:00 +03:00
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "thread_local"
version = "1.1.3"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2020-03-13 20:02:39 +03:00
dependencies = [
"once_cell",
2020-03-13 20:02:39 +03:00
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "time"
version = "0.1.43"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-06-26 10:19:40 +03:00
dependencies = [
"libc",
"winapi 0.3.9",
2020-06-26 10:19:40 +03:00
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "tinytemplate"
version = "1.2.1"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-08-03 05:57:28 +03:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "tinyvec"
2021-06-08 23:15:26 +03:00
version = "1.2.0"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
2020-11-11 23:04:48 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-11 23:04:48 +03:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2021-06-08 23:15:26 +03:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
dependencies = [
"autocfg",
"bytes",
"libc",
"memchr",
2021-06-08 23:15:26 +03:00
"mio 0.7.11",
"num_cpus",
"pin-project-lite",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-util"
2021-06-08 23:15:26 +03:00
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
2020-04-24 09:57:05 +03:00
[[package]]
name = "toml"
version = "0.5.8"
2020-04-24 09:57:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2020-04-24 09:57:05 +03:00
dependencies = [
"serde",
]
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",
2020-08-22 01:49:51 +03:00
"tracing-attributes",
"tracing-core",
]
2020-08-22 01:49:51 +03:00
[[package]]
name = "tracing-attributes"
version = "0.1.15"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
2020-08-22 01:49:51 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
2020-08-22 01:49:51 +03:00
]
[[package]]
name = "tracing-core"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
dependencies = [
"lazy_static",
]
2020-08-22 01:49:51 +03:00
[[package]]
name = "tracing-log"
version = "0.1.2"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
2020-08-22 01:49:51 +03:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.2"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
2020-08-22 01:49:51 +03:00
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.2.18"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
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",
"tracing",
2020-08-22 01:49:51 +03:00
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[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"
version = "1.13.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
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
[[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"
2021-06-08 23:15:26 +03:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
2021-06-08 23:15:26 +03:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
[[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"
version = "0.1.8"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2021-06-08 23:15:26 +03:00
version = "0.2.2"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-03-12 00:56:54 +03:00
[[package]]
name = "url"
2021-06-08 23:15:26 +03:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
2020-11-11 23:04:48 +03:00
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2021-03-22 16:48:48 +03:00
[[package]]
name = "utf-8"
2021-06-08 23:15:26 +03:00
version = "0.7.6"
2021-03-22 16:48:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2021-03-22 16:48:48 +03:00
[[package]]
name = "vcpkg"
2021-06-08 23:15:26 +03:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
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"
2021-06-08 23:15:26 +03:00
version = "0.9.3"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-06-09 03:28:09 +03:00
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
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "walkdir"
version = "2.3.2"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-06-26 10:19:40 +03:00
dependencies = [
"same-file",
"winapi 0.3.9",
2020-06-26 10:19:40 +03:00
"winapi-util",
]
[[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"
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"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-08-27 11:33:00 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "wasm-bindgen"
2021-06-08 23:15:26 +03:00
version = "0.2.74"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
2020-08-03 05:57:28 +03:00
dependencies = [
2020-12-10 01:42:15 +03:00
"cfg-if 1.0.0",
"serde",
"serde_json",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-06-08 23:15:26 +03:00
version = "0.2.74"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
2020-08-03 05:57:28 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2021-06-08 23:15:26 +03:00
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
dependencies = [
2020-12-10 01:42:15 +03:00
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "wasm-bindgen-macro"
2021-06-08 23:15:26 +03:00
version = "0.2.74"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
2020-08-03 05:57:28 +03:00
dependencies = [
"quote 1.0.9",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-06-08 23:15:26 +03:00
version = "0.2.74"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
2020-08-03 05:57:28 +03:00
dependencies = [
2021-06-08 23:15:26 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-06-08 23:15:26 +03:00
"syn 1.0.72",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-06-08 23:15:26 +03:00
version = "0.2.74"
2021-02-05 06:23:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
2021-02-05 06:23:58 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "web-sys"
2021-06-08 23:15:26 +03:00
version = "0.3.51"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
2020-08-03 05:57:28 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[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"
version = "0.3.9"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-03-13 20:02:39 +03:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[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 = [
"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
[[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",
]
2021-06-08 20:25:41 +03:00
[[package]]
name = "wyz"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
dependencies = [
"tap",
]
2021-03-30 01:45:10 +03:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "zip"
version = "0.5.13"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
2020-06-26 10:19:40 +03:00
dependencies = [
"byteorder",
2020-06-26 10:19:40 +03:00
"bzip2",
"crc32fast",
"flate2",
"thiserror",
2020-06-26 10:19:40 +03:00
"time",
]