starship/Cargo.lock

1415 lines
35 KiB
Plaintext
Raw Normal View History

2019-04-04 20:59:03 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-05-14 04:43:11 +00:00
[[package]]
name = "aho-corasick"
2020-03-19 18:06:41 +00:00
version = "0.7.10"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"memchr",
2019-05-14 04:43:11 +00:00
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "arrayref"
2020-02-03 21:59:02 +00:00
version = "0.3.6"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-04-04 18:18:15 +00:00
[[package]]
name = "arrayvec"
2019-11-02 11:14:03 +00:00
version = "0.4.12"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"nodrop",
2019-04-04 18:18:15 +00:00
]
2019-11-12 16:20:03 +00:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-11-12 16:20:03 +00:00
[[package]]
name = "attohttpc"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93610ce1c035e8a273fe56a19852e42798f3c019ca2726e52d2971197f116525"
dependencies = [
2020-05-14 16:50:43 +00:00
"http",
"log",
"native-tls",
"openssl",
"serde",
"serde_urlencoded",
"url",
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "atty"
2020-01-16 04:56:59 +00:00
version = "0.2.14"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"hermit-abi",
"libc",
"winapi",
2019-04-02 03:23:03 +00:00
]
2020-01-16 04:56:59 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-01-16 04:56:59 +00:00
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2019-05-22 16:29:39 +00:00
[[package]]
name = "battery"
version = "0.7.5"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "36a698e449024a5d18994a815998bf5e2e4bc1883e35a7d7ba95b6b69ee45907"
2019-05-22 16:29:39 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
"core-foundation 0.6.4",
"lazycell",
"libc",
"mach",
"nix",
"num-traits",
"uom",
"winapi",
2019-05-22 16:29:39 +00:00
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "bitflags"
2019-11-02 11:14:03 +00:00
version = "1.2.1"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-04-02 03:23:03 +00:00
2019-04-04 18:18:15 +00:00
[[package]]
name = "blake2b_simd"
2020-01-16 04:56:59 +00:00
version = "0.5.10"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"arrayref",
"arrayvec 0.5.1",
"constant_time_eq",
2019-04-04 18:18:15 +00:00
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
2020-05-14 16:50:43 +00:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
2020-05-14 16:50:43 +00:00
"byte-tools",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byte-unit"
version = "3.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55390dbbf21ce70683f3e926dace00a21da373e35e44a60cafd232e3e9bf2041"
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "bytes"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2019-04-04 18:18:15 +00:00
[[package]]
name = "cc"
2020-06-09 19:43:14 +00:00
version = "1.0.54"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
dependencies = [
2020-05-14 16:50:43 +00:00
"jobserver",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "cfg-if"
2020-06-09 19:43:14 +00:00
version = "0.1.10"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-04-04 18:18:15 +00:00
2019-05-14 04:43:11 +00:00
[[package]]
name = "chrono"
version = "0.4.11"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"num-integer",
"num-traits",
"time",
2019-05-14 04:43:11 +00:00
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "clap"
version = "2.33.1"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"ansi_term 0.11.0",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2019-04-02 03:23:03 +00:00
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "constant_time_eq"
2020-01-16 04:56:59 +00:00
version = "0.1.5"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2019-04-04 18:18:15 +00:00
2019-05-22 16:29:39 +00:00
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
2019-05-22 16:29:39 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"core-foundation-sys 0.6.2",
"libc",
2019-05-22 16:29:39 +00:00
]
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
2020-05-14 16:50:43 +00:00
"core-foundation-sys 0.7.0",
"libc",
]
2019-05-22 16:29:39 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2019-05-22 16:29:39 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "crossbeam-deque"
2020-03-02 03:32:48 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
2020-05-14 16:50:43 +00:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
2020-03-02 03:32:48 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2020-06-09 19:43:14 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "ab6bffe714b6bb07e42f201352c34f51fefd355ace793f9e638ebd52d23f98d2"
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
"crossbeam-utils",
]
2019-11-12 16:20:03 +00:00
[[package]]
name = "crossbeam-utils"
2020-03-02 03:32:48 +00:00
version = "0.7.2"
2019-11-12 16:20:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-11-12 16:20:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"cfg-if",
"lazy_static",
2019-11-12 16:20:03 +00:00
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2020-05-14 16:50:43 +00:00
"generic-array",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "dirs"
version = "2.0.2"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2020-06-09 19:43:14 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
"redox_users",
"winapi",
2019-04-04 18:18:15 +00:00
]
[[package]]
name = "doc-comment"
2020-03-19 18:06:41 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dtoa"
2020-02-03 21:59:02 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
[[package]]
name = "either"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-05-14 04:43:11 +00:00
[[package]]
name = "env_logger"
version = "0.7.1"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
2019-05-14 04:43:11 +00:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fnv"
2020-05-14 16:50:43 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2020-05-14 16:50:43 +00:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
2020-05-14 16:50:43 +00:00
"typenum",
]
[[package]]
name = "gethostname"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
"winapi",
]
[[package]]
name = "getrandom"
2020-01-16 04:56:59 +00:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
"libc",
"wasi",
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "git2"
version = "0.13.6"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11e4b2082980e751c4bf4273e9cbb4a02c655729c8ee8a79f66cad03c8f4d31e"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"bitflags",
"libc",
"libgit2-sys",
"log",
"url",
2019-04-07 20:43:11 +00:00
]
2019-11-02 11:14:03 +00:00
[[package]]
name = "hermit-abi"
2020-06-09 19:43:14 +00:00
version = "0.1.13"
2019-11-02 11:14:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
2019-11-02 11:14:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
2019-11-02 11:14:03 +00:00
]
[[package]]
name = "http"
2020-04-11 17:55:56 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
2020-05-14 16:50:43 +00:00
"bytes",
"fnv",
"itoa",
]
2019-05-14 04:43:11 +00:00
[[package]]
name = "humantime"
version = "1.3.0"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"quick-error",
2019-05-14 04:43:11 +00:00
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "idna"
version = "0.2.0"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2019-04-07 20:43:11 +00:00
]
2020-04-11 16:37:24 +00:00
[[package]]
name = "indexmap"
2020-06-09 19:43:14 +00:00
version = "1.4.0"
2020-04-11 16:37:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
2020-04-11 16:37:24 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
2020-04-11 16:37:24 +00:00
]
[[package]]
name = "itoa"
2020-02-03 21:59:02 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "jobserver"
2020-02-03 21:59:02 +00:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-05-22 16:29:39 +00:00
[[package]]
name = "lazycell"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-05-22 16:29:39 +00:00
[[package]]
name = "lexical-core"
2020-06-09 19:43:14 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890"
dependencies = [
2020-05-14 16:50:43 +00:00
"arrayvec 0.4.12",
"cfg-if",
"rustc_version",
"ryu",
"static_assertions",
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "libc"
2020-06-09 19:43:14 +00:00
version = "0.2.71"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
2019-04-02 03:23:03 +00:00
2019-04-07 20:43:11 +00:00
[[package]]
name = "libgit2-sys"
2020-06-09 19:43:14 +00:00
version = "0.12.7+1.0.0"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "bcd07968649bcb7b9351ecfde53ca4d27673cccfdf57c84255ec18710f3153e0"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"cc",
"libc",
"libz-sys",
"pkg-config",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "linked-hash-map"
2020-05-14 16:50:43 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2019-04-07 20:43:11 +00:00
[[package]]
name = "log"
version = "0.4.8"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
2019-04-07 20:43:11 +00:00
]
2019-05-22 16:29:39 +00:00
[[package]]
name = "mach"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
2019-05-22 16:29:39 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
2019-05-22 16:29:39 +00:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-04-07 20:43:11 +00:00
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2019-04-07 20:43:11 +00:00
2020-03-02 03:32:48 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-03-02 03:32:48 +00:00
[[package]]
name = "memchr"
2020-03-02 03:32:48 +00:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
name = "memoffset"
2020-03-19 18:06:41 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
]
[[package]]
name = "native-tls"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
dependencies = [
2020-05-14 16:50:43 +00:00
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2019-05-22 16:29:39 +00:00
[[package]]
name = "nix"
version = "0.15.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
2019-05-22 16:29:39 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
2019-05-22 16:29:39 +00:00
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "nodrop"
2019-11-02 11:14:03 +00:00
version = "0.1.14"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2019-04-04 18:18:15 +00:00
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
2020-05-14 16:50:43 +00:00
"lexical-core",
"memchr",
"version_check",
]
[[package]]
name = "ntapi"
2020-05-14 16:50:43 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi",
]
2019-05-14 04:43:11 +00:00
[[package]]
name = "num-integer"
2020-01-16 04:56:59 +00:00
version = "0.1.42"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"num-traits",
2019-05-14 04:43:11 +00:00
]
[[package]]
name = "num-traits"
2020-01-16 04:56:59 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
]
[[package]]
name = "num_cpus"
2020-04-28 15:31:12 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
2020-05-14 16:50:43 +00:00
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "open"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi",
]
[[package]]
name = "openssl"
2020-04-11 17:55:56 +00:00
version = "0.10.29"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"bitflags",
"cfg-if",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
2019-05-14 04:43:11 +00:00
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-src"
2020-04-28 15:31:12 +00:00
version = "111.9.0+1.1.1g"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
dependencies = [
2020-05-14 16:50:43 +00:00
"cc",
]
[[package]]
name = "openssl-sys"
2020-06-09 19:43:14 +00:00
version = "0.9.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_info"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67cc1fe7b45f7e51f755195fd86b0483dbae30fdcf831a3254438d29118d12c4"
dependencies = [
2020-05-14 16:50:43 +00:00
"log",
"serde",
"winapi",
]
[[package]]
name = "path-slash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "a0858af4d9136275541f4eac7be1af70add84cf356d901799b065ac1b8ff6e2f"
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
2020-05-14 16:50:43 +00:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
2020-05-14 16:50:43 +00:00
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
2020-05-14 16:50:43 +00:00
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
2020-05-14 16:50:43 +00:00
"maplit",
"pest",
"sha-1",
]
[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
[[package]]
name = "ppv-lite86"
2020-06-09 19:43:14 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
[[package]]
name = "pretty_env_logger"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
dependencies = [
2020-05-14 16:50:43 +00:00
"env_logger",
"log",
]
[[package]]
name = "proc-macro2"
2020-06-09 19:43:14 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
dependencies = [
2020-05-14 16:50:43 +00:00
"unicode-xid",
]
2019-05-14 04:43:11 +00:00
[[package]]
name = "quick-error"
2020-01-16 04:56:59 +00:00
version = "1.2.3"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-05-14 04:43:11 +00:00
[[package]]
name = "quote"
2020-06-09 19:43:14 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
]
[[package]]
name = "rand"
2020-01-16 04:56:59 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2020-05-14 16:50:43 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
2019-04-16 14:59:57 +00:00
[[package]]
name = "rand_chacha"
2020-03-19 18:06:41 +00:00
version = "0.2.2"
2019-04-16 14:59:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-04-16 14:59:57 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"ppv-lite86",
"rand_core",
2019-04-16 14:59:57 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
2019-04-16 14:59:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-04-16 14:59:57 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"getrandom",
2019-04-16 14:59:57 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
2019-04-16 14:59:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-04-16 14:59:57 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"rand_core",
2019-04-16 14:59:57 +00:00
]
[[package]]
name = "rayon"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
dependencies = [
2020-05-14 16:50:43 +00:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
dependencies = [
2020-05-14 16:50:43 +00:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2019-04-04 18:18:15 +00:00
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "redox_syscall"
version = "0.1.56"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2019-04-02 03:23:03 +00:00
2019-04-04 18:18:15 +00:00
[[package]]
name = "redox_users"
2020-02-03 21:59:02 +00:00
version = "0.3.4"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"getrandom",
"redox_syscall",
"rust-argon2",
2019-04-04 18:18:15 +00:00
]
[[package]]
2019-05-14 04:43:11 +00:00
name = "regex"
version = "1.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
dependencies = [
2020-05-14 16:50:43 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
2019-04-04 18:18:15 +00:00
[[package]]
2019-05-14 04:43:11 +00:00
name = "regex-syntax"
version = "0.6.18"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2019-04-04 18:18:15 +00:00
2019-04-07 20:43:11 +00:00
[[package]]
2019-05-14 04:43:11 +00:00
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi",
]
[[package]]
name = "rust-argon2"
2020-02-03 21:59:02 +00:00
version = "0.7.0"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2020-05-14 16:50:43 +00:00
"semver",
]
[[package]]
name = "ryu"
2020-06-09 19:43:14 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "schannel"
2020-05-14 16:50:43 +00:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
2020-05-14 16:50:43 +00:00
"lazy_static",
"winapi",
]
[[package]]
name = "scopeguard"
2020-02-19 21:22:09 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "security-framework"
2020-05-14 16:50:43 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
dependencies = [
2020-05-14 16:50:43 +00:00
"bitflags",
"core-foundation 0.7.0",
"core-foundation-sys 0.7.0",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2020-04-28 15:31:12 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
dependencies = [
2020-05-14 16:50:43 +00:00
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2020-05-14 16:50:43 +00:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
2020-06-09 19:43:14 +00:00
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d"
dependencies = [
2020-05-14 16:50:43 +00:00
"serde_derive",
]
[[package]]
name = "serde_derive"
2020-06-09 19:43:14 +00:00
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "3f2c3ac8e6ca1e9c80b8be1023940162bf81ae3cffbb1809474152f2ce1eb250"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
dependencies = [
2020-05-14 16:50:43 +00:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [
2020-05-14 16:50:43 +00:00
"dtoa",
"itoa",
"serde",
"url",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
2020-05-14 16:50:43 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "smallvec"
2020-04-28 15:31:12 +00:00
version = "1.4.0"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
2019-04-07 20:43:11 +00:00
2019-04-02 03:23:03 +00:00
[[package]]
name = "starship"
2020-06-09 19:43:14 +00:00
version = "0.42.0"
2020-05-14 16:50:43 +00:00
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
"battery",
"byte-unit",
"chrono",
"clap",
"dirs",
"gethostname",
"git2",
"log",
"native-tls",
"nom",
"once_cell",
"open",
"os_info",
"path-slash",
"pest",
"pest_derive",
"pretty_env_logger",
"rayon",
"regex",
"remove_dir_all",
"serde_json",
"starship_module_config_derive",
"sysinfo",
"tempfile",
"term_size",
"textwrap",
"toml",
"unicode-segmentation",
"unicode-width",
"urlencoding",
"yaml-rust",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "starship_module_config_derive"
2019-12-07 21:43:44 +00:00
version = "0.1.1"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "static_assertions"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
2019-04-02 03:23:03 +00:00
[[package]]
name = "strsim"
2019-04-18 04:06:31 +00:00
version = "0.8.0"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-04-02 03:23:03 +00:00
2019-04-04 18:18:15 +00:00
[[package]]
name = "syn"
2020-06-09 19:43:14 +00:00
version = "1.0.30"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-04-04 18:18:15 +00:00
]
[[package]]
name = "sysinfo"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b796215da5a4b2a1a5db53ee55866c13b74a89acd259ab762eb10e28e937cb5"
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
"doc-comment",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
[[package]]
2019-04-16 14:59:57 +00:00
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
2020-05-14 16:50:43 +00:00
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
2019-05-14 04:43:11 +00:00
]
[[package]]
name = "term_size"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
"winapi",
]
2019-05-14 04:43:11 +00:00
[[package]]
name = "termcolor"
2020-01-16 04:56:59 +00:00
version = "1.1.0"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi-util",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "textwrap"
2019-04-18 04:06:31 +00:00
version = "0.11.0"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"unicode-width",
2019-04-02 03:23:03 +00:00
]
2019-05-14 04:43:11 +00:00
[[package]]
name = "thread_local"
2020-01-16 04:56:59 +00:00
version = "1.0.1"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"lazy_static",
2019-05-14 04:43:11 +00:00
]
[[package]]
name = "time"
2020-04-28 15:31:12 +00:00
version = "0.1.43"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
"winapi",
2019-05-14 04:43:11 +00:00
]
2019-05-01 14:45:56 +00:00
[[package]]
name = "toml"
version = "0.5.6"
2019-05-01 14:45:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2019-05-01 14:45:56 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"indexmap",
"serde",
2019-05-01 14:45:56 +00:00
]
2019-05-22 16:29:39 +00:00
[[package]]
name = "typenum"
2020-04-28 15:31:12 +00:00
version = "1.12.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2019-05-22 16:29:39 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2019-04-07 20:43:11 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"matches",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "unicode-normalization"
2020-02-03 21:59:02 +00:00
version = "0.1.12"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"smallvec",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2019-04-02 03:23:03 +00:00
[[package]]
name = "unicode-width"
2019-12-06 22:08:52 +00:00
version = "0.1.7"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2019-04-02 03:23:03 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-05-22 16:29:39 +00:00
[[package]]
name = "uom"
version = "0.26.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "4cec796ec5f7ac557631709079168286056205c51c60aac33f51764bdc7b8dc4"
2019-05-22 16:29:39 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"num-traits",
"typenum",
2019-05-22 16:29:39 +00:00
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "url"
2020-01-16 04:56:59 +00:00
version = "2.1.1"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"idna",
"matches",
"percent-encoding",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "urlencoding"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed"
2019-04-07 20:43:11 +00:00
[[package]]
name = "vcpkg"
2020-06-09 19:43:14 +00:00
version = "0.2.9"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "55d1e41d56121e07f1e223db0a4def204e45c85425f6a16d462fd07c8d10d74c"
2019-04-07 20:43:11 +00:00
2019-04-02 03:23:03 +00:00
[[package]]
name = "vec_map"
2020-05-14 16:50:43 +00:00
version = "0.8.2"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-04-02 03:23:03 +00:00
[[package]]
name = "version_check"
2020-06-09 19:43:14 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-09 19:43:14 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2019-05-22 16:29:39 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-05-22 16:29:39 +00:00
[[package]]
name = "wasi"
2020-01-16 04:56:59 +00:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-04-02 03:23:03 +00:00
[[package]]
name = "winapi"
version = "0.3.8"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-04-02 03:23:03 +00:00
[[package]]
name = "winapi-util"
2020-04-28 15:31:12 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-14 16:50:43 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2020-05-14 16:50:43 +00:00
"winapi",
]
2019-04-02 03:23:03 +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-05-14 16:50:43 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-04-02 03:23:03 +00:00
[[package]]
name = "yaml-rust"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
dependencies = [
2020-05-14 16:50:43 +00:00
"linked-hash-map",
]