2019-06-04 18:08:26 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.2.0"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2019-06-06 09:00:13 +00:00
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.7.13"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"memchr",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 10:57:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.32"
|
2020-06-06 10:57:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
2020-06-06 10:57:43 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.3.6"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2019-06-05 09:39:35 +00:00
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
|
|
2019-06-05 14:43:40 +00:00
|
|
|
[[package]]
|
2020-04-08 10:47:42 +00:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.1"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.12.3"
|
2020-06-08 21:11:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-06-08 21:11:43 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.3.1"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"byteorder",
|
|
|
|
"serde",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.2.1"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-06-06 15:59:15 +00:00
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2020-09-10 15:18:11 +00:00
|
|
|
"arrayvec",
|
2020-06-08 21:11:43 +00:00
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.3.4"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2019-06-05 09:39:35 +00:00
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 15:18:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "275d84fe348b838dc49477d39770682839b3e73e21a3eadc07b12924f1a9fcbe"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
2020-06-06 10:57:43 +00:00
|
|
|
version = "0.1.9+1.0.8"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 10:57:43 +00:00
|
|
|
checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-06-06 10:57:43 +00:00
|
|
|
"pkg-config",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.59"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"jobserver",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
2019-06-05 09:39:35 +00:00
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.1.10"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-06 21:19:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.4.15"
|
2019-06-06 21:19:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
|
2019-06-06 21:19:59 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2019-06-06 21:19:59 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "2.33.3"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"term_size",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.7.3"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.4.4"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"maybe-uninit",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 14:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.7.3"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"maybe-uninit",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.8.2"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.3"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2020-09-10 15:18:11 +00:00
|
|
|
"maybe-uninit",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.7.2"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.99.9"
|
2020-06-08 21:11:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
|
2020-06-08 21:11:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21eaa04e945bec7e2dc7383817c566881d9a83d20a07cc949b54585873585a48"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c60f7b8a8953926148223260454befb50c751d3c50e1c178c4fd1ace4083c9a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-11 21:09:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clonable"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"
|
|
|
|
dependencies = [
|
|
|
|
"dyn-clonable-impl",
|
|
|
|
"dyn-clone",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dyn-clonable-impl"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-09 16:27:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.2"
|
2020-06-09 16:27:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "4c53dc3a653e0f64081026e4bf048d48fec9fce90c66e8326ca7292df0ff2d82"
|
2020-06-09 16:27:22 +00:00
|
|
|
|
2020-06-06 10:57:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.6.0"
|
2020-06-06 10:57:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
|
2020-06-06 10:57:43 +00:00
|
|
|
|
2019-06-06 22:57:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.8.24"
|
2019-06-06 22:57:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
|
2019-06-06 22:57:53 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
2019-06-06 22:57:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs_io"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.1.7"
|
2019-06-06 22:57:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
|
2019-06-06 22:57:53 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"encoding_rs",
|
2019-06-06 22:57:53 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.7.1"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.1.8"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"failure_derive",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.1.8"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 13:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
2019-06-07 13:46:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
2019-06-07 13:46:54 +00:00
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.12"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2020-06-10 15:55:13 +00:00
|
|
|
version = "0.2.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 15:55:13 +00:00
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.0.14"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "1.0.7"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-07 14:57:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.12.3"
|
2019-06-07 14:57:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2019-06-07 14:57:11 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"typenum",
|
2019-06-07 14:57:11 +00:00
|
|
|
]
|
|
|
|
|
2020-06-09 10:47:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2019-06-05 14:43:40 +00:00
|
|
|
[[package]]
|
2020-04-08 10:47:42 +00:00
|
|
|
name = "getrandom"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.15"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2020-04-08 10:47:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-09-10 15:18:11 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-04-08 10:47:42 +00:00
|
|
|
]
|
2019-06-05 14:43:40 +00:00
|
|
|
|
2019-06-12 15:45:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2019-06-12 15:45:15 +00:00
|
|
|
|
2020-09-10 15:18:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
|
|
|
|
|
2019-06-07 19:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.15"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
2019-06-07 19:46:03 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"libc",
|
2019-06-07 19:46:03 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.3.0"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"quick-error",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.2.0"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2020-06-09 16:27:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.6.0"
|
2020-06-09 16:27:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
2020-06-09 16:27:22 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-09-10 15:18:11 +00:00
|
|
|
"hashbrown",
|
2020-06-09 16:27:22 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-06 10:57:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2019-06-05 19:28:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.4.6"
|
2019-06-05 19:28:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
2020-04-08 10:47:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2019-06-05 19:28:35 +00:00
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.4.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2020-06-10 15:55:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.7.4"
|
2020-06-10 15:55:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
2020-06-10 15:55:13 +00:00
|
|
|
dependencies = [
|
2020-09-10 15:18:11 +00:00
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2020-06-10 15:55:13 +00:00
|
|
|
"cfg-if",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.77"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
|
2019-06-06 09:00:13 +00:00
|
|
|
|
2019-06-07 13:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.20.0"
|
2019-06-07 13:46:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "e3a245984b1b06c291f46e27ebda9f369a94a1ab8461d0e845e23f9ced01f5db"
|
2019-06-07 13:46:54 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-06-07 13:46:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.5.3"
|
2019-06-07 13:46:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
|
2019-06-07 13:46:54 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.14.0"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "447a296f7aca299cfbb50f4e4f3d49451549af655fb7215d7f8c0c3d64bad42b"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"lmdb-rkv-sys",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv-sys"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.11.0"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "b27470ac25167b3afdfb6af8fcd3bc1be67de50ffbdaf4073378cfded6ae24a5"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.4.11"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 13:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2019-06-07 13:46:54 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"linked-hash-map",
|
2019-06-07 13:46:54 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.1.16"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2019-06-05 09:39:35 +00:00
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
2020-04-08 10:47:42 +00:00
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-05 14:43:40 +00:00
|
|
|
[[package]]
|
2020-04-08 10:47:42 +00:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.3"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2019-06-05 14:43:40 +00:00
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
[[package]]
|
2020-04-08 10:47:42 +00:00
|
|
|
name = "memoffset"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.5.5"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.3.7"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"adler32",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "5.1.2"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-06-10 15:55:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-07 14:57:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.2.1"
|
2019-06-07 14:57:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
2019-06-07 14:57:11 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
2019-06-07 14:57:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.2.4"
|
2019-06-07 14:57:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
2019-06-07 14:57:11 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-traits",
|
2019-06-07 14:57:11 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 21:19:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.43"
|
2019-06-06 21:19:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
2019-06-06 21:19:59 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-traits",
|
2019-06-06 21:19:59 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 14:57:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.41"
|
2019-06-07 14:57:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
|
2019-06-07 14:57:11 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-06-07 14:57:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.2.4"
|
2019-06-07 14:57:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
2019-06-07 14:57:11 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-06-07 14:57:11 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.12"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"autocfg",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.1.0"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"num-traits",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 20:55:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2019-06-07 21:04:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.0"
|
2019-06-07 21:04:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "f6ddc8e145de01d9180ac7b78b9676f95a9c2447f6a88b2c2a04702211bc5d71"
|
2019-06-07 21:04:18 +00:00
|
|
|
|
2019-06-05 14:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "path-clean"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
2019-06-05 14:43:40 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "2.1.0"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-06-05 09:39:35 +00:00
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2020-06-10 15:55:13 +00:00
|
|
|
version = "0.5.1"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 15:55:13 +00:00
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"fixedbitset",
|
2020-06-10 15:55:13 +00:00
|
|
|
"indexmap",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.3.18"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
|
2019-06-06 09:00:13 +00:00
|
|
|
|
2019-06-07 21:04:18 +00:00
|
|
|
[[package]]
|
2020-04-08 10:47:42 +00:00
|
|
|
name = "ppv-lite86"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.9"
|
2019-06-07 21:04:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
2020-04-08 10:47:42 +00:00
|
|
|
|
2020-06-09 10:47:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty-bytes"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "009d6edd2c1dbf2e1c0cd48a2f7766e03498d49ada7109a01c6911815c685316"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"getopts",
|
|
|
|
]
|
|
|
|
|
2020-04-08 10:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.4"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-04-08 10:47:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.4"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2019-06-07 21:04:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2019-06-07 21:04:18 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.21"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"unicode-xid",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.2.3"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-06-06 10:31:18 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-09 16:27:22 +00:00
|
|
|
version = "1.0.7"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-09 16:27:22 +00:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"proc-macro2",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 10:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
2020-06-10 15:55:13 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2020-04-08 10:47:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"ppv-lite86",
|
2020-06-10 15:55:13 +00:00
|
|
|
"rand_core",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 10:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2020-04-08 10:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-06-10 15:55:13 +00:00
|
|
|
"rand_core",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.57"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2019-06-06 10:31:18 +00:00
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.3.5"
|
2020-06-08 21:11:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-06-08 21:11:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-06-06 10:57:43 +00:00
|
|
|
version = "1.3.9"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 10:57:43 +00:00
|
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-06-06 10:57:43 +00:00
|
|
|
version = "0.6.18"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 10:57:43 +00:00
|
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-12 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.5.3"
|
2019-06-12 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-06-12 15:23:30 +00:00
|
|
|
dependencies = [
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-12 15:23:30 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
2019-06-11 18:35:20 +00:00
|
|
|
name = "ripgrep_all"
|
2020-05-19 10:08:24 +00:00
|
|
|
version = "0.9.7-alpha.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-06-06 10:57:43 +00:00
|
|
|
"anyhow",
|
2020-04-08 10:47:42 +00:00
|
|
|
"bincode",
|
2020-09-10 15:18:11 +00:00
|
|
|
"bzip2 0.4.1",
|
2020-04-08 10:47:42 +00:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"crossbeam",
|
2020-06-11 21:09:31 +00:00
|
|
|
"crossbeam-channel",
|
2020-06-08 21:11:43 +00:00
|
|
|
"derive_more",
|
|
|
|
"directories-next",
|
2020-06-11 21:09:31 +00:00
|
|
|
"dyn-clonable",
|
|
|
|
"dyn-clone",
|
2020-04-08 10:47:42 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"encoding_rs_io",
|
|
|
|
"env_logger",
|
|
|
|
"flate2",
|
|
|
|
"glob",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2020-06-11 12:38:50 +00:00
|
|
|
"memchr",
|
2020-09-28 20:55:55 +00:00
|
|
|
"owning_ref",
|
2020-04-08 10:47:42 +00:00
|
|
|
"paste",
|
|
|
|
"path-clean",
|
2020-06-09 10:47:34 +00:00
|
|
|
"pretty-bytes",
|
2020-04-08 10:47:42 +00:00
|
|
|
"regex",
|
|
|
|
"rkv",
|
|
|
|
"rusqlite",
|
2020-06-08 21:11:43 +00:00
|
|
|
"schemars",
|
2020-04-08 10:47:42 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"size_format",
|
|
|
|
"structopt",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
2020-06-10 15:55:13 +00:00
|
|
|
"tree_magic_mini",
|
2020-04-08 10:47:42 +00:00
|
|
|
"xz2",
|
|
|
|
"zip",
|
|
|
|
"zstd",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkv"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.10.4"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "30a3dbc1f4971372545ed4175f23ef206c81e5874cd574d153646e7ee78f6793"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"arrayref",
|
|
|
|
"bincode",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"failure",
|
|
|
|
"lazy_static",
|
|
|
|
"lmdb-rkv",
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 13:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.24.0"
|
2019-06-07 13:46:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "4c78c3275d9d6eb684d2db4b2388546b32fdae0586c20a82f3905d21ea78b9ef"
|
2019-06-07 13:46:54 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"lazy_static",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"lru-cache",
|
|
|
|
"memchr",
|
2020-06-10 15:55:13 +00:00
|
|
|
"smallvec",
|
2019-06-07 13:46:54 +00:00
|
|
|
]
|
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.8.2"
|
2020-06-08 21:11:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
|
2020-06-08 21:11:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2019-06-05 19:28:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-06 10:57:43 +00:00
|
|
|
version = "1.0.5"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 10:57:43 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2019-06-05 14:43:40 +00:00
|
|
|
|
2020-06-08 21:11:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.8.0-alpha-4"
|
2020-06-08 21:11:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "fb19de085c2896c0f4ac42cb2af046ec769be3fdcaf8e93a599f5cbbdf543ffa"
|
2020-06-08 21:11:43 +00:00
|
|
|
dependencies = [
|
2020-06-09 16:27:22 +00:00
|
|
|
"dyn-clone",
|
|
|
|
"indexmap",
|
2020-06-08 21:11:43 +00:00
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.8.0-alpha-4"
|
2020-06-08 21:11:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "1fd0c2d87acadcb53176cee5cb10eb3d4024de3d3619dd38d0041ce53c601748"
|
2020-06-08 21:11:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.1.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.115"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
|
2019-06-05 19:28:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"serde_derive",
|
2019-06-05 19:28:35 +00:00
|
|
|
]
|
2019-06-05 09:39:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.115"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 19:28:35 +00:00
|
|
|
[[package]]
|
2020-06-08 21:11:43 +00:00
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dbab34ca63057a1f15280bdf3c39f2b1eb1b54c17e98360e511637aef7418c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-06-05 19:28:35 +00:00
|
|
|
name = "serde_json"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.57"
|
2019-06-05 19:28:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
|
2019-06-05 19:28:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-06-05 19:28:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 14:57:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "size_format"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "6ed5f6ab2122c6dec69dca18c72fa4590a27e581ad20d44960fe74c032a0b23b"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"num",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.4.2"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
|
2019-06-07 14:57:11 +00:00
|
|
|
|
2020-09-28 20:55:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
2020-06-10 15:55:13 +00:00
|
|
|
name = "static_assertions"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.1.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-06-06 10:31:18 +00:00
|
|
|
|
2019-06-07 19:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.3.17"
|
2019-06-07 19:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5"
|
2019-06-07 19:46:03 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-06-07 19:46:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.4.10"
|
2019-06-07 19:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f"
|
2019-06-07 19:46:03 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-06-07 19:46:03 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.0.40"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "963f7d3cc59b59b9325165add223142bbf1df27655d07789f109896d353d8350"
|
2020-04-08 10:47:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2020-06-09 16:27:22 +00:00
|
|
|
version = "0.12.4"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-09 16:27:22 +00:00
|
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.4.30"
|
2019-06-06 15:59:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"xattr",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-12 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "3.1.0"
|
2019-06-12 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-06-12 15:23:30 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-06-10 15:55:13 +00:00
|
|
|
"rand",
|
2020-04-08 10:47:42 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-12 15:23:30 +00:00
|
|
|
]
|
|
|
|
|
2019-06-15 09:00:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.3.2"
|
2019-06-15 09:00:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
2019-06-15 09:00:45 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"libc",
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-15 09:00:45 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.1.0"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"winapi-util",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"term_size",
|
|
|
|
"unicode-width",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 15:18:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.0.1"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"lazy_static",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.44"
|
2019-06-06 09:00:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"libc",
|
2020-09-10 15:18:11 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
2020-09-10 15:18:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
2020-06-10 15:55:13 +00:00
|
|
|
name = "tree_magic_mini"
|
|
|
|
version = "1.0.0"
|
2019-06-04 18:17:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 15:55:13 +00:00
|
|
|
checksum = "92a265e0c5b89a31cb939a9d7ffce63382e450af10df56a3b9bfb7084d3c2178"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"petgraph",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 14:57:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "1.12.0"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"matches",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.13"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-09-10 15:18:11 +00:00
|
|
|
"tinyvec",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
2019-06-07 19:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "1.6.0"
|
2019-06-07 19:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-06-07 19:46:03 +00:00
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.1.8"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2019-06-06 10:31:18 +00:00
|
|
|
|
2019-06-05 09:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.1"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-06-05 09:39:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "2.1.1"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2019-06-05 09:39:35 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-06-05 09:39:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2020-04-08 10:47:42 +00:00
|
|
|
version = "0.8.1"
|
2019-06-05 09:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
|
2019-06-05 09:39:35 +00:00
|
|
|
|
2019-06-07 13:46:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.2.10"
|
2019-06-07 13:46:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
2019-06-07 13:46:54 +00:00
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.8.2"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-04-08 10:47:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-06-06 10:57:43 +00:00
|
|
|
version = "0.9.2"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 10:57:43 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-04-08 10:47:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-06-06 10:31:18 +00:00
|
|
|
|
2020-09-10 15:18:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.3.9"
|
2019-06-04 18:08:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-06-04 18:08:26 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-06-04 18:08:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-06-04 18:08:26 +00:00
|
|
|
|
2019-06-06 10:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-19 09:10:11 +00:00
|
|
|
version = "0.1.5"
|
2019-06-06 10:31:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 09:10:11 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-06-06 10:31:18 +00:00
|
|
|
dependencies = [
|
2020-05-19 09:10:11 +00:00
|
|
|
"winapi",
|
2019-06-06 10:31:18 +00:00
|
|
|
]
|
|
|
|
|
2019-06-04 18:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-06-06 10:31:18 +00:00
|
|
|
|
2019-06-06 15:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"libc",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 10:47:42 +00:00
|
|
|
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
|
2019-06-06 15:59:15 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"lzma-sys",
|
2019-06-06 15:59:15 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 09:00:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.5.8"
|
2020-09-28 20:55:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124"
|
2019-06-06 09:00:13 +00:00
|
|
|
dependencies = [
|
2020-09-10 15:18:11 +00:00
|
|
|
"byteorder",
|
|
|
|
"bzip2 0.3.3",
|
2020-04-08 10:47:42 +00:00
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
2020-09-10 15:18:11 +00:00
|
|
|
"thiserror",
|
2020-04-08 10:47:42 +00:00
|
|
|
"time",
|
2019-06-06 09:00:13 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 14:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "0.5.3+zstd.1.4.5"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"zstd-safe",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "2.0.5+zstd.1.4.5"
|
2019-06-05 14:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
|
2019-06-05 14:43:40 +00:00
|
|
|
dependencies = [
|
2020-04-08 10:47:42 +00:00
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
2019-06-05 14:43:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2020-09-10 15:18:11 +00:00
|
|
|
version = "1.4.17+zstd.1.4.5"
|
2020-04-08 10:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-10 15:18:11 +00:00
|
|
|
checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
|
2020-04-08 10:47:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"glob",
|
2020-06-06 10:57:43 +00:00
|
|
|
"itertools",
|
2020-04-08 10:47:42 +00:00
|
|
|
"libc",
|
|
|
|
]
|