2019-05-24 10:25:55 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-05-26 23:00:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-03-12 06:44:14 +01:00
|
|
|
version = "0.7.10"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-12 06:44:14 +01:00
|
|
|
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"memchr",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-01-16 08:37:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-01-16 08:37:12 +01:00
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-01-16 08:37:12 +01:00
|
|
|
]
|
|
|
|
|
2020-02-14 09:12:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "array-init"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23589ecb866b460d3a0f1278834750268c607e8e28a1b982c907219f3178cd72"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
]
|
|
|
|
|
2020-04-16 13:16:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "askama"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10a1fb9e41eb366cbcd267da2094be5b7e62fdbca9f82091e7503e80f885050d"
|
|
|
|
dependencies = [
|
|
|
|
"askama_derive",
|
|
|
|
"askama_escape",
|
|
|
|
"askama_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_derive"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1012c270085fa35ece6a48a569544fde85b6d9ee41074c7b706cc912a03f939"
|
|
|
|
dependencies = [
|
|
|
|
"askama_shared",
|
|
|
|
"nom",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a577aeba5fec1aafb9f195d98cfcc38a78b588e4ebf9b15f62ca1c7aa33795a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_shared"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ee517f4e33c27b129928e71d8a044d54c513e72e0b72ec5c4f5f1823e9de353"
|
|
|
|
dependencies = [
|
|
|
|
"askama_escape",
|
|
|
|
"humansize",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-14 09:52:27 +01:00
|
|
|
version = "0.2.14"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
|
2020-02-11 12:08:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.3.48"
|
2020-02-11 12:08:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
|
2020-02-11 12:08:57 +01:00
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"addr2line",
|
2020-02-11 12:08:57 +01:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-05-26 23:00:32 +02:00
|
|
|
"object",
|
2020-02-11 12:08:57 +01:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bendy"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.3.1"
|
2020-03-13 23:46:32 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "16d3bd02b709d5a61b1380df54b409119298335609d0f56960fbd4d206e5a621"
|
2020-02-11 12:08:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"failure",
|
|
|
|
"serde",
|
2020-02-14 09:12:49 +01:00
|
|
|
"serde_bytes",
|
2020-02-11 12:08:57 +01:00
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-01-05 03:58:42 +01:00
|
|
|
version = "1.2.1"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-02-06 06:47:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.2.13"
|
2020-02-06 06:47:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
|
2020-02-06 06:47:12 +01:00
|
|
|
dependencies = [
|
2020-05-26 09:09:16 +02:00
|
|
|
"lazy_static",
|
2020-02-06 06:47:12 +01:00
|
|
|
"memchr",
|
2020-05-26 09:09:16 +02:00
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
2020-02-06 06:47:12 +01:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7877b00aaf997d7ed66a81281d3a8b9f9da5361df05b72785b985349979a0f3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2020-02-11 12:08:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.54"
|
2020-02-11 12:08:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
|
2020-04-07 02:28:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-02-11 12:08:57 +01:00
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-03-12 06:44:14 +01:00
|
|
|
version = "0.4.11"
|
2020-02-04 16:55:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-12 06:44:14 +01:00
|
|
|
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
2020-02-04 16:55:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "2.33.1"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"ansi_term 0.11.0",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2020-05-12 03:56:31 +02:00
|
|
|
"strsim",
|
2020-01-31 10:54:46 +01:00
|
|
|
"term_size",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-03-12 00:04:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.11.3"
|
2020-03-12 00:04:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
|
2020-03-12 00:04:22 +01:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
2020-05-26 23:00:32 +02:00
|
|
|
"terminal_size",
|
2020-03-12 00:04:22 +01:00
|
|
|
"termios",
|
|
|
|
"unicode-width",
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2020-03-12 00:04:22 +01:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63f696897c88b57f4ffe3c69d8e1a0613c7d0e6c4833363c8560fbde9c47b966"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddeaf7989f00f2e1d871a26a110f3ed713632feac17f65f03ca938c542618b60"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
|
|
|
"itertools",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-04-16 05:17:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
|
|
|
|
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-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2020-05-12 03:56:31 +02:00
|
|
|
version = "0.1.14"
|
2020-04-28 02:40:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-12 03:56:31 +02:00
|
|
|
checksum = "cf6b25ee9ac1995c54d7adb2eff8cfffb7260bc774fb63c601ec65467f43cd9d"
|
2020-04-28 02:40:20 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-03-28 11:56:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "demo"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2020-03-18 08:34:37 +01:00
|
|
|
version = "0.3.3"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-18 08:34:37 +01:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
|
|
|
2020-03-12 00:04:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-01-16 08:37:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2020-01-16 08:37:12 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-01-16 08:37:12 +01:00
|
|
|
]
|
|
|
|
|
2020-02-11 12:08:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.1.8"
|
2020-02-11 12:08:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2020-02-11 12:08:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.1.8"
|
2020-02-11 12:08:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2020-02-11 12:08:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fehler"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5729fe49ba028cd550747b6e62cd3d841beccab5390aa398538c31a2d983635"
|
|
|
|
dependencies = [
|
|
|
|
"fehler-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fehler-macros"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccb5acb1045ebbfa222e2c50679e392a71dd77030b78fb0189f2d9c5974400f9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-02-06 06:47:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.7"
|
2020-02-06 06:47:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-02-06 06:47:12 +01:00
|
|
|
|
2020-05-01 06:21:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
|
|
|
|
|
2020-04-16 13:16:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gen"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-04-30 07:56:34 +02:00
|
|
|
"ansi_term 0.12.1",
|
2020-04-16 13:16:40 +02:00
|
|
|
"askama",
|
|
|
|
"cargo_toml",
|
|
|
|
"chrono",
|
|
|
|
"fehler",
|
2020-05-01 06:21:20 +02:00
|
|
|
"fs_extra",
|
2020-04-16 13:16:40 +02:00
|
|
|
"git2",
|
|
|
|
"globset",
|
2020-04-29 09:20:04 +02:00
|
|
|
"libc",
|
2020-04-16 13:16:40 +02:00
|
|
|
"log",
|
|
|
|
"pretty_env_logger",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
2020-04-29 09:20:04 +02:00
|
|
|
"snafu",
|
2020-04-16 13:16:40 +02:00
|
|
|
"structopt",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"tempfile",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-01-14 09:52:27 +01:00
|
|
|
version = "0.1.14"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-05-26 23:00:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.13.6"
|
2020-04-07 02:28:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "11e4b2082980e751c4bf4273e9cbb4a02c655729c8ee8a79f66cad03c8f4d31e"
|
2020-04-07 02:28:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-02-06 06:47:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2020-03-18 08:34:37 +01:00
|
|
|
version = "0.4.5"
|
2020-02-06 06:47:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-18 08:34:37 +01:00
|
|
|
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
|
2020-02-06 06:47:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"unicode-segmentation",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-01-14 09:52:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.1.13"
|
2020-01-14 09:52:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
|
2020-01-14 09:52:27 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"libc",
|
2020-01-14 09:52:27 +01:00
|
|
|
]
|
|
|
|
|
2020-04-16 13:16:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
|
|
|
|
|
2020-01-16 08:37:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2020-01-16 08:37:12 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"quick-error",
|
2020-01-16 08:37:12 +01:00
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-04-16 05:17:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.4.15"
|
2020-04-16 05:17:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "128b9e89d15a3faa642ee164c998fd4fae3d89d054463cddb2c25a7baad3a352"
|
2020-04-16 05:17:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "imdl"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.1.8"
|
2020-01-31 10:54:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.12.1",
|
|
|
|
"atty",
|
2020-02-11 12:08:57 +01:00
|
|
|
"bendy",
|
2020-02-04 16:55:50 +01:00
|
|
|
"chrono",
|
2020-03-12 06:44:14 +01:00
|
|
|
"console",
|
2020-05-26 09:09:16 +02:00
|
|
|
"criterion",
|
2020-02-06 06:47:12 +01:00
|
|
|
"globset",
|
2020-04-16 05:17:40 +02:00
|
|
|
"ignore",
|
2020-03-16 07:02:26 +01:00
|
|
|
"imdl-indicatif",
|
2020-03-12 06:44:14 +01:00
|
|
|
"lazy_static",
|
2020-04-22 08:03:27 +02:00
|
|
|
"lexiclean",
|
2020-01-31 10:54:46 +01:00
|
|
|
"libc",
|
2020-03-17 11:02:02 +01:00
|
|
|
"log",
|
2020-01-31 10:54:46 +01:00
|
|
|
"md5",
|
2020-03-20 22:55:42 +01:00
|
|
|
"open",
|
2020-02-04 16:55:50 +01:00
|
|
|
"pretty_assertions",
|
2020-02-14 09:12:49 +01:00
|
|
|
"pretty_env_logger",
|
2020-05-26 09:09:16 +02:00
|
|
|
"rand",
|
2020-01-31 10:54:46 +01:00
|
|
|
"regex",
|
|
|
|
"serde",
|
2020-02-14 09:12:49 +01:00
|
|
|
"serde-hex",
|
|
|
|
"serde_bytes",
|
2020-02-11 12:08:57 +01:00
|
|
|
"serde_with",
|
2020-01-31 10:54:46 +01:00
|
|
|
"sha1",
|
|
|
|
"snafu",
|
|
|
|
"static_assertions",
|
|
|
|
"structopt",
|
2020-03-28 02:41:35 +01:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2020-01-31 10:54:46 +01:00
|
|
|
"tempfile",
|
2020-02-14 09:12:49 +01:00
|
|
|
"temptree",
|
2020-02-04 16:55:50 +01:00
|
|
|
"unicode-width",
|
2020-01-31 10:54:46 +01:00
|
|
|
"url",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-03-12 00:04:22 +01:00
|
|
|
[[package]]
|
2020-03-16 07:02:26 +01:00
|
|
|
name = "imdl-indicatif"
|
2020-03-12 00:04:22 +01:00
|
|
|
version = "0.14.0"
|
2020-03-16 07:02:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6cd52c6090487185174be0dc0c3b2ba6e8ea687422d9de66fa244e0bf9339b28"
|
2020-03-12 00:04:22 +01:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"lazy_static",
|
|
|
|
"number_prefix",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa5a448de267e7358beaf4a5d849518fe9a0c13fce7afd44b06e68550e5562a7"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-04-22 08:03:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lexiclean"
|
2020-04-22 09:50:55 +02:00
|
|
|
version = "0.0.1"
|
2020-04-22 08:03:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 09:50:55 +02:00
|
|
|
checksum = "441225017b106b9f902e97947a6d31e44ebcf274b91bdbfb51e5c477fcd468e5"
|
2020-04-22 08:03:27 +02:00
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.2.71"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.12.6+1.0.0"
|
2020-04-07 02:28:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "bf81b43f9b45ab07897a780c9b7b26b1504497e469c7a78162fc29e3b8b1c1b3"
|
2020-04-07 02:28:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.2.17"
|
2020-04-07 02:28:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "d45f516b9b19ea6c940b9f36d36734062a153a2b4cc9ef31d82c54bb9780f525"
|
2020-04-07 02:28:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.0.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.5.3"
|
2020-04-07 02:28:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
|
2020-04-07 02:28:48 +02:00
|
|
|
|
2020-01-16 08:37:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-01-16 08:37:12 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"cfg-if",
|
2020-01-16 08:37:12 +01:00
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-02-14 09:12:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-03-12 06:44:14 +01:00
|
|
|
version = "2.3.3"
|
2020-02-14 09:12:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-12 06:44:14 +01:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2020-02-14 09:12:49 +01:00
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-02-14 09:12:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-14 09:12:49 +01:00
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-04-16 13:16:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-12 00:04:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
|
|
|
|
2020-05-26 23:00:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94af325bc33c7f60191be4e2c984d48aaa21e2854f473b85398344b60c9b6358"
|
|
|
|
|
2020-03-20 22:55:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
|
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-03-20 22:55:42 +01:00
|
|
|
]
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.9.57"
|
2020-04-07 02:28:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "7410fef80af8ac071d4f63755c0ab89ac3df0fd1ea91f1d1f37cf5cec4395990"
|
2020-04-07 02:28:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-02-04 16:55:50 +01:00
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9b1d9ca091d370ea3a78d5619145d1b59426ab0c9eedbad2514a4cee08bf389"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.2.8"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0",
|
|
|
|
"ctor",
|
|
|
|
"difference",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
2020-02-14 09:12:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_env_logger"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-04-10 01:43:42 +02:00
|
|
|
version = "1.0.2"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-10 01:43:42 +02:00
|
|
|
checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-12 06:44:14 +01:00
|
|
|
"version_check",
|
2020-01-05 03:58:42 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-04-10 01:43:42 +02:00
|
|
|
version = "1.0.2"
|
2020-01-05 03:58:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-10 01:43:42 +02:00
|
|
|
checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
|
2020-01-05 03:58:42 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"syn-mid",
|
2020-03-12 06:44:14 +01:00
|
|
|
"version_check",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.17"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"unicode-xid",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-01-16 08:37:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-01-16 08:37:12 +01:00
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.6"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro2",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-01-31 10:54:46 +01:00
|
|
|
version = "0.7.3"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-12 06:44:14 +01:00
|
|
|
version = "0.2.2"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-12 06:44:14 +01:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-03-12 06:44:14 +01:00
|
|
|
"ppv-lite86",
|
2020-01-31 10:54:46 +01:00
|
|
|
"rand_core",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"getrandom",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"rand_core",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-01-05 03:58:42 +01:00
|
|
|
version = "0.1.56"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-04-16 10:39:44 +02:00
|
|
|
version = "1.3.7"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-16 10:39:44 +02:00
|
|
|
checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-03-18 08:34:37 +01:00
|
|
|
version = "0.6.17"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-18 08:34:37 +01:00
|
|
|
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-01-05 03:58:42 +01:00
|
|
|
]
|
|
|
|
|
2020-02-11 12:08:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-01-31 10:54:46 +01:00
|
|
|
version = "1.0.6"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"winapi-util",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.110"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"serde_derive",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-14 09:12:49 +01:00
|
|
|
name = "serde-hex"
|
|
|
|
version = "0.1.0"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-14 09:12:49 +01:00
|
|
|
checksum = "ca37e3e4d1b39afd7ff11ee4e947efae85adfddf4841787bfa47c470e96dc26d"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-02-14 09:12:49 +01:00
|
|
|
"array-init",
|
2020-01-31 10:54:46 +01:00
|
|
|
"serde",
|
2020-02-14 09:12:49 +01:00
|
|
|
"smallvec 0.6.13",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.11.4"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "3bf487fbf5c6239d7ea2ff8b10cb6b811cd4b5080d1c2aeed1dec18753c06e10"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"serde",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.110"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-02-11 12:08:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89d3d595d64120bbbc70b7f6d5ae63298b62a3d9f373ec2f56acf5365ca8a444"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4070d2c9b9d258465ad1d82aabb985b84cd9a3afa94da25ece5a9938ba5f1606"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.8.12"
|
2020-04-07 02:28:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "16c7a592a1ec97c9c1c68d75b6e537dcbf60c7618e038e7841e00af1d9ccf0c4"
|
2020-04-07 02:28:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-02-14 09:12:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
|
|
|
dependencies = [
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.4.0"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.6.8"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "c7f5aed652511f5c9123cf2afbe9c244c29db6effa2abb05c866e965c82405ce"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.6.8"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "ebf8f7d5720104a9df0f7076a8682024e958bba0fe9848767bb44f251f3648e9"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-01-05 03:58:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2020-01-05 03:58:42 +01:00
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-04-22 09:50:55 +02:00
|
|
|
version = "0.3.14"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 09:50:55 +02:00
|
|
|
checksum = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-04-22 09:50:55 +02:00
|
|
|
version = "0.4.7"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 09:50:55 +02:00
|
|
|
checksum = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-03-28 02:41:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "1.0.26"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "2010dd20d6200209c24f17022e34c73b8e79fb42180f8c9ca970a8dbc44acc8c"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-05 03:58:42 +01:00
|
|
|
name = "syn-mid"
|
2020-01-31 10:54:46 +01:00
|
|
|
version = "0.5.0"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-02-11 12:08:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
2020-01-05 03:58:42 +01:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.1.0"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-02-14 09:12:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "temptree"
|
|
|
|
version = "0.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b41283c421539cd57fda2bdae139a0e08992dba973cd4ba859765c867ad591"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2020-01-21 09:04:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.3.2"
|
2020-01-21 09:04:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
2020-01-21 09:04:56 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"libc",
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-01-21 09:04:56 +01:00
|
|
|
]
|
|
|
|
|
2020-01-16 08:37:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2020-01-16 08:37:12 +01:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"winapi-util",
|
2020-01-16 08:37:12 +01:00
|
|
|
]
|
|
|
|
|
2020-05-26 23:00:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-12 00:04:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "termios"
|
2020-04-08 07:21:59 +02:00
|
|
|
version = "0.3.2"
|
2020-03-12 00:04:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 07:21:59 +02:00
|
|
|
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
|
2020-03-12 00:04:22 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"term_size",
|
|
|
|
"unicode-width",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-01-17 05:35:23 +01:00
|
|
|
version = "1.0.1"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"lazy_static",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-02-04 16:55:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-04-20 08:26:11 +02:00
|
|
|
version = "0.1.43"
|
2020-02-04 16:55:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 08:26:11 +02:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-02-04 16:55:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-02-04 16:55:50 +01:00
|
|
|
]
|
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45e4bc5ac99433e0dcb8b9f309dd271a165ae37dde129b9e0ce1bfdd8bfe4891"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"matches",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-01-31 10:54:46 +01:00
|
|
|
version = "0.1.12"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"smallvec 1.4.0",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-01-05 03:58:42 +01:00
|
|
|
version = "1.6.0"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-01-05 03:58:42 +01:00
|
|
|
version = "0.1.7"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-01-31 10:54:46 +01:00
|
|
|
version = "2.1.1"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2020-04-07 02:28:48 +02:00
|
|
|
"serde",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
2020-04-07 02:28:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.8.2"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-03-12 06:44:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-05-26 23:00:32 +02:00
|
|
|
version = "0.9.2"
|
2020-03-12 06:44:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-26 23:00:32 +02:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-03-12 06:44:14 +01:00
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2020-01-31 10:54:46 +01:00
|
|
|
version = "2.3.1"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"same-file",
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2020-01-31 10:54:46 +01:00
|
|
|
"winapi-util",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-14 09:52:27 +01:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
2020-05-26 09:09:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.62"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3c7d40d09cdbf0f4895ae58cf57d92e1e57a9dd8ed2e8390514b54a47cc5551"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.62"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3972e137ebf830900db522d6c8fd74d1900dcfc733462e9a12e942b00b4ac94"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.62"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2cd85aa2c579e8892442954685f0d801f9129de24fa2136b2c6a539c76b65776"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.62"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eb197bd3a47553334907ffd2f16507b4f4f01bbec3ac921a7719e0decdfe72a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.62"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a91c2916119c17a8e316507afaaa2dd94b47646048014bbdf6bef098c1bb58ad"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bc359e5dd3b46cb9687a051d50a2fdd228e4ba7cf6fcf861a5365c3d671a642"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2019-05-24 10:25:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-01-05 03:58:42 +01:00
|
|
|
version = "0.3.8"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-01-31 10:54:46 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-05-24 10:25:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-22 09:50:55 +02:00
|
|
|
version = "0.1.5"
|
2019-05-24 10:25:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 09:50:55 +02:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-05-24 10:25:55 +02:00
|
|
|
dependencies = [
|
2020-05-26 23:00:32 +02:00
|
|
|
"winapi",
|
2019-05-24 10:25:55 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-31 10:54:46 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-04-07 02:28:48 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|