starship/Cargo.lock

2192 lines
54 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.
[[package]]
name = "ahash"
2021-01-02 20:31:49 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2019-05-14 04:43:11 +00:00
[[package]]
name = "aho-corasick"
2021-05-01 18:02:29 +00:00
version = "0.7.18"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
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
2019-11-12 16:20:03 +00:00
[[package]]
name = "arrayvec"
2021-01-02 20:31:49 +00:00
version = "0.5.2"
2019-11-12 16:20:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2019-11-12 16:20:03 +00:00
[[package]]
name = "async-io"
2021-05-01 18:02:29 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b"
dependencies = [
"concurrent-queue",
"fastrand",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
2021-05-01 18:02:29 +00:00
"slab",
2021-04-22 16:17:37 +00:00
"socket2",
"waker-fn",
"winapi",
]
[[package]]
name = "attohttpc"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8bda305457262b339322106c776e3fd21df860018e566eb6a5b1aa4b6ae02d"
dependencies = [
2020-05-14 16:50:43 +00:00
"http",
"log",
"native-tls",
"openssl",
"serde",
"serde_urlencoded",
"url",
"wildmatch",
]
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"
2020-10-14 19:29:16 +00:00
version = "1.0.1"
2020-01-16 04:56:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-14 19:29:16 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-01-16 04:56:59 +00:00
[[package]]
name = "base64"
2021-01-02 20:31:49 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2019-05-22 16:29:39 +00:00
[[package]]
name = "battery"
version = "0.7.8"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b624268937c0e0a3edb7c27843f9e547c320d730c610d3b8e6e8e95b2026e4"
2019-05-22 16:29:39 +00:00
dependencies = [
"cfg-if 1.0.0",
"core-foundation 0.7.0",
2020-05-14 16:50:43 +00:00
"lazycell",
"libc",
"mach",
"nix 0.19.1",
2020-05-14 16:50:43 +00:00
"num-traits",
"uom",
"winapi",
2019-05-22 16:29:39 +00:00
]
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
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
[[package]]
name = "bitvec"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "blake2b_simd"
2021-01-02 20:31:49 +00:00
version = "0.5.11"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"arrayref",
2020-06-26 15:37:22 +00:00
"arrayvec",
2020-05-14 16:50:43 +00:00
"constant_time_eq",
2019-04-04 18:18:15 +00:00
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[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 = "4.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063197e6eb4b775b64160dedde7a0986bb2836cce140e9492e9e96f28e18bcd8"
dependencies = [
"utf8-width",
]
[[package]]
name = "byteorder"
2021-03-23 16:28:30 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 16:28:30 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2021-01-29 17:40:04 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 17:40:04 +00:00
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "cache-padded"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
2019-04-04 18:18:15 +00:00
[[package]]
name = "cc"
2021-03-08 19:27:38 +00:00
version = "1.0.67"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
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
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-05-14 04:43:11 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2019-05-14 04:43:11 +00:00
dependencies = [
"libc",
2020-05-14 16:50:43 +00:00
"num-integer",
"num-traits",
"time",
"winapi",
2019-05-14 04:43:11 +00:00
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "clap"
version = "2.33.3"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"ansi_term 0.11.0",
"atty",
"bitflags 1.2.1",
"strsim 0.8.0",
"textwrap",
2020-05-14 16:50:43 +00:00
"unicode-width",
"vec_map",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
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
[[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 = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
"core-foundation-sys 0.8.2",
2020-05-14 16:50:43 +00:00
"libc",
]
[[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 = "core-foundation-sys"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
[[package]]
name = "crossbeam-channel"
2021-04-22 16:17:37 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if 1.0.0",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
"cfg-if 1.0.0",
2020-05-14 16:50:43 +00:00
"crossbeam-epoch",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2021-05-01 18:02:29 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94"
dependencies = [
"cfg-if 1.0.0",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
2020-05-14 16:50:43 +00:00
"lazy_static",
"memoffset",
"scopeguard",
]
2019-11-12 16:20:03 +00:00
[[package]]
name = "crossbeam-utils"
2021-05-01 18:02:29 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"lazy_static",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[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",
]
[[package]]
name = "dirs"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
dependencies = [
"libc",
2021-01-29 17:40:04 +00:00
"redox_users 0.3.5",
"winapi",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2019-04-04 18:18:15 +00:00
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
2021-01-29 17:40:04 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 17:40:04 +00:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
2021-01-29 17:40:04 +00:00
"redox_users 0.4.0",
2020-05-14 16:50:43 +00:00
"winapi",
2019-04-04 18:18:15 +00:00
]
[[package]]
name = "dlv-list"
2021-05-01 18:02:29 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
dependencies = [
2021-05-01 18:02:29 +00:00
"rand",
]
[[package]]
name = "downcast"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb454f0228b18c7f4c3b0ebbee346ed9c52e7443b0999cd543ff3571205701d"
[[package]]
name = "dtoa"
2021-04-22 16:17:37 +00:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
[[package]]
name = "either"
2020-10-14 19:29:16 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-14 19:29:16 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[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 = "fastrand"
2021-05-01 18:02:29 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb"
dependencies = [
"instant",
]
[[package]]
name = "float-cmp"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
dependencies = [
"num-traits",
]
[[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"
2021-01-02 20:31:49 +00:00
[[package]]
name = "form_urlencoded"
2021-03-08 19:27:38 +00:00
version = "1.0.1"
2021-01-02 20:31:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2021-01-02 20:31:49 +00:00
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "fragile"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a039c3498dc930fe810151a34ba0c1c70b02b8625035592e74432f678591f2"
[[package]]
name = "funty"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
name = "futures"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
[[package]]
name = "futures-executor"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
[[package]]
name = "futures-lite"
version = "1.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
dependencies = [
2021-05-15 14:04:49 +00:00
"autocfg",
"proc-macro-hack",
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[package]]
name = "futures-sink"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
[[package]]
name = "futures-task"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
[[package]]
name = "futures-util"
2021-05-15 14:04:49 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
dependencies = [
2021-05-15 14:04:49 +00:00
"autocfg",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
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"
2021-01-02 20:31:49 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2021-01-02 20:31:49 +00:00
"cfg-if 1.0.0",
2020-05-14 16:50:43 +00:00
"libc",
2020-10-14 19:29:16 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2021-01-29 17:40:04 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 17:40:04 +00:00
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
2021-01-29 17:40:04 +00:00
"cfg-if 1.0.0",
"libc",
2021-01-29 17:40:04 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "git2"
version = "0.13.20"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba"
2019-04-07 20:43:11 +00:00
dependencies = [
"bitflags 1.2.1",
2020-05-14 16:50:43 +00:00
"libc",
"libgit2-sys",
"log",
"url",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2019-11-02 11:14:03 +00:00
[[package]]
name = "hermit-abi"
2021-01-29 17:40:04 +00:00
version = "0.1.18"
2019-11-02 11:14:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 17:40:04 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
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"
2021-04-22 16:17:37 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
2020-05-14 16:50:43 +00:00
"bytes",
"fnv",
"itoa",
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "idna"
2021-04-22 16:17:37 +00:00
version = "0.2.3"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
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"
version = "1.7.0"
2020-04-11 16:37:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-04-11 16:37:24 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"hashbrown 0.11.2",
"serde",
2020-04-11 16:37:24 +00:00
]
[[package]]
name = "instant"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "itertools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2021-01-02 20:31:49 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
[[package]]
name = "jobserver"
2021-04-22 16:17:37 +00:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
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.3.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-05-22 16:29:39 +00:00
[[package]]
name = "lexical-core"
2021-04-22 16:17:37 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec",
"bitflags 1.2.1",
"cfg-if 1.0.0",
"ryu",
"static_assertions",
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "libc"
version = "0.2.95"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
2019-04-02 03:23:03 +00:00
2019-04-07 20:43:11 +00:00
[[package]]
name = "libgit2-sys"
version = "0.12.21+1.1.0"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825"
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"
2021-05-01 18:02:29 +00:00
version = "1.1.3"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
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"
2021-01-29 17:40:04 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 17:40:04 +00:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2019-04-07 20:43:11 +00:00
[[package]]
name = "log"
version = "0.4.14"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2019-04-07 20:43:11 +00:00
dependencies = [
"cfg-if 1.0.0",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "mac-notification-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76"
dependencies = [
"cc",
"chrono",
"dirs",
"objc-foundation",
]
2019-05-22 16:29:39 +00:00
[[package]]
name = "mach"
version = "0.3.2"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
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 = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[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
[[package]]
name = "memchr"
2021-05-01 18:02:29 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]]
name = "memoffset"
2021-04-22 16:17:37 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
]
[[package]]
name = "mockall"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfd9a2de7b4bd932854c776ce60880caf8fa41095a7907e3accc52ef6678895b"
dependencies = [
"cfg-if 1.0.0",
"downcast",
"fragile",
"lazy_static",
"mockall_derive",
"predicates",
"predicates-tree",
]
[[package]]
name = "mockall_derive"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07174e9c5ffb2ff849187641c48fc66f5588f012f1d248e55c3a68cd462bd29"
dependencies = [
"cfg-if 1.0.0",
"proc-macro2",
"quote 1.0.9",
"syn 1.0.72",
]
[[package]]
name = "native-tls"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
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",
]
[[package]]
name = "nb-connect"
2021-05-01 18:02:29 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15"
dependencies = [
"libc",
"socket2",
]
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
"bitflags 1.2.1",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
"bitflags 1.2.1",
"cc",
"cfg-if 1.0.0",
"libc",
]
[[package]]
name = "nix"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3728fec49d363a50a8828a190b379a446cc5cf085c06259bbbeb34447e4ec7"
dependencies = [
"bitflags 1.2.1",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
[[package]]
name = "nom"
version = "6.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
dependencies = [
"bitvec",
"funty",
"lexical-core",
"memchr",
"version_check",
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "notify-rust"
2021-05-15 14:04:49 +00:00
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "2a2ca742cd7268b60c35828d318357f0b1bb9b82088e157ccf3013eb3ce70247"
dependencies = [
"mac-notification-sys",
"serde",
"winrt-notification",
"zbus",
"zvariant",
"zvariant_derive",
]
2019-05-14 04:43:11 +00:00
[[package]]
name = "num-integer"
2021-01-02 20:31:49 +00:00
version = "0.1.44"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
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"
2021-01-02 20:31:49 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
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 = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "once_cell"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[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.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20"
dependencies = [
"which",
2020-05-14 16:50:43 +00:00
"winapi",
]
[[package]]
name = "openssl"
2021-05-01 18:02:29 +00:00
version = "0.10.34"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
2019-05-14 04:43:11 +00:00
dependencies = [
"bitflags 1.2.1",
2021-01-02 20:31:49 +00:00
"cfg-if 1.0.0",
2020-05-14 16:50:43 +00:00
"foreign-types",
"libc",
2021-03-23 16:28:30 +00:00
"once_cell",
2020-05-14 16:50:43 +00:00
"openssl-sys",
2019-05-14 04:43:11 +00:00
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "openssl-probe"
2021-05-15 14:04:49 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]]
name = "openssl-src"
2021-04-22 16:17:37 +00:00
version = "111.15.0+1.1.1k"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
dependencies = [
2020-05-14 16:50:43 +00:00
"cc",
]
[[package]]
name = "openssl-sys"
2021-05-15 14:04:49 +00:00
version = "0.9.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "ordered-multimap"
2021-01-02 20:31:49 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
dependencies = [
"dlv-list",
"hashbrown 0.9.1",
]
[[package]]
name = "os_info"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d2536ab8ff7605e8dc7044ec2f3eb0d49750cb559af9e5373c4564a3706cdd"
dependencies = [
2020-05-14 16:50:43 +00:00
"log",
"serde",
"winapi",
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "path-slash"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619"
[[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",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[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 = "pin-project-lite"
2021-03-08 19:27:38 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2020-10-14 19:29:16 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-14 19:29:16 +00:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "polling"
2021-03-23 16:28:30 +00:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 16:28:30 +00:00
checksum = "4fc12d774e799ee9ebae13f4076ca003b40d18a11ac0f3641e6f899618580b7b"
dependencies = [
2021-03-23 16:28:30 +00:00
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-sys",
"winapi",
]
[[package]]
name = "ppv-lite86"
2021-01-02 20:31:49 +00:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "predicates"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
dependencies = [
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
[[package]]
name = "predicates-tree"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
dependencies = [
"predicates-core",
"treeline",
]
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
[[package]]
name = "proc-macro2"
2021-04-22 16:17:37 +00:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
dependencies = [
2021-05-01 18:02:29 +00:00
"unicode-xid 0.2.2",
]
[[package]]
name = "process_control"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72770c250bec5862264169dc3a2f7baa46ff6fa52f72d793e15904c5aa3adb7f"
dependencies = [
"crossbeam-channel",
"libc",
"winapi",
]
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
[[package]]
name = "quote"
2021-03-08 19:27:38 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
[[package]]
name = "rand"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
2021-05-01 18:02:29 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
2021-05-01 18:02:29 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
2021-03-08 19:27:38 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
2021-01-29 17:40:04 +00:00
"getrandom 0.2.2",
2019-04-16 14:59:57 +00:00
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
2021-05-01 18:02:29 +00:00
"rand_core",
2019-04-16 14:59:57 +00:00
]
[[package]]
name = "rayon"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
dependencies = [
"autocfg",
2020-05-14 16:50:43 +00:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
dependencies = [
"crossbeam-channel",
2020-05-14 16:50:43 +00:00
"crossbeam-deque",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
2020-05-14 16:50:43 +00:00
"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.57"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2019-04-02 03:23:03 +00:00
[[package]]
name = "redox_syscall"
2021-05-15 14:04:49 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
dependencies = [
"bitflags 1.2.1",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "redox_users"
2020-10-14 19:29:16 +00:00
version = "0.3.5"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-14 19:29:16 +00:00
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2019-04-04 18:18:15 +00:00
dependencies = [
2021-01-02 20:31:49 +00:00
"getrandom 0.1.16",
"redox_syscall 0.1.57",
2020-05-14 16:50:43 +00:00
"rust-argon2",
2019-04-04 18:18:15 +00:00
]
2021-01-29 17:40:04 +00:00
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom 0.2.2",
2021-05-15 14:04:49 +00:00
"redox_syscall 0.2.8",
2021-01-29 17:40:04 +00:00
]
[[package]]
2019-05-14 04:43:11 +00:00
name = "regex"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
2020-05-14 16:50:43 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
]
2019-04-04 18:18:15 +00:00
[[package]]
2019-05-14 04:43:11 +00:00
name = "regex-syntax"
version = "0.6.25"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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"
2021-01-02 20:31:49 +00:00
version = "0.8.3"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 20:31:49 +00:00
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"base64",
"blake2b_simd",
"constant_time_eq",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "rust-ini"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
dependencies = [
"cfg-if 1.0.0",
"ordered-multimap",
]
[[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 = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[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"
2021-04-22 16:17:37 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"
dependencies = [
"bitflags 1.2.1",
"core-foundation 0.9.1",
"core-foundation-sys 0.8.2",
2020-05-14 16:50:43 +00:00
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2021-04-22 16:17:37 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"
dependencies = [
"core-foundation-sys 0.8.2",
2020-05-14 16:50:43 +00:00
"libc",
]
[[package]]
name = "semver"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
[[package]]
name = "serde"
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
dependencies = [
2020-05-14 16:50:43 +00:00
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[package]]
name = "serde_json"
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
dependencies = [
2020-05-14 16:50:43 +00:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2021-05-15 14:04:49 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
dependencies = [
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[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",
]
[[package]]
name = "shadow-rs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c8330d4ddbcc8552ba57c3058346c3fc1cafd4fea7e9fe201f32e84d4afa6a"
dependencies = [
"chrono",
"git2",
]
[[package]]
name = "shell-words"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
[[package]]
name = "slab"
2021-04-22 16:17:37 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
[[package]]
name = "socket2"
2021-03-23 16:28:30 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 16:28:30 +00:00
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
dependencies = [
"libc",
"winapi",
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "starship"
2021-06-20 18:17:15 +00:00
version = "0.55.0"
2020-05-14 16:50:43 +00:00
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
"battery",
"byte-unit",
"chrono",
"clap",
"dirs-next",
2020-05-14 16:50:43 +00:00
"gethostname",
"git2",
"indexmap",
2020-05-14 16:50:43 +00:00
"log",
"mockall",
2020-05-14 16:50:43 +00:00
"native-tls",
"nix 0.21.0",
"notify-rust",
2020-05-14 16:50:43 +00:00
"once_cell",
"open",
"os_info",
"path-slash",
"pest",
"pest_derive",
"process_control",
"quick-xml",
2021-05-01 18:02:29 +00:00
"rand",
2020-05-14 16:50:43 +00:00
"rayon",
"regex",
"rust-ini",
"semver",
"serde",
2020-05-14 16:50:43 +00:00
"serde_json",
"shadow-rs",
"shell-words",
2020-05-14 16:50:43 +00:00
"starship_module_config_derive",
"strsim 0.10.0",
"sys-info",
2020-05-14 16:50:43 +00:00
"tempfile",
"term_size",
"toml",
"unicode-segmentation",
"unicode-width",
"urlencoding",
"versions",
"which",
"winapi",
2020-05-14 16:50:43 +00:00
"yaml-rust",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "starship_module_config_derive"
version = "0.2.1"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
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
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca6e4730f517e041e547ffe23d29daab8de6b73af4b6ae2a002108169f5e7da"
[[package]]
name = "strum_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3384590878eb0cab3b128e844412e2d010821e7e091211b9d87324173ada7db8"
dependencies = [
"quote 0.3.15",
"syn 0.11.11",
]
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "syn"
2021-05-15 14:04:49 +00:00
version = "1.0.72"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
2019-04-04 18:18:15 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-01 18:02:29 +00:00
"unicode-xid 0.2.2",
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
"unicode-xid 0.0.4",
2019-04-04 18:18:15 +00:00
]
[[package]]
name = "sys-info"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a"
dependencies = [
"cc",
2020-05-14 16:50:43 +00:00
"libc",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
2019-04-16 14:59:57 +00:00
name = "tempfile"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if 1.0.0",
2020-05-14 16:50:43 +00:00
"libc",
2021-05-01 18:02:29 +00:00
"rand",
2021-05-15 14:04:49 +00:00
"redox_syscall 0.2.8",
2020-05-14 16:50:43 +00:00
"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-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 = "time"
2020-10-14 19:29:16 +00:00
version = "0.1.44"
2019-05-14 04:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-14 19:29:16 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2019-05-14 04:43:11 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
2020-10-14 19:29:16 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
2020-05-14 16:50:43 +00:00
"winapi",
2019-05-14 04:43:11 +00:00
]
2020-06-26 15:37:22 +00:00
[[package]]
name = "tinyvec"
2021-04-22 16:17:37 +00:00
version = "1.2.0"
2020-06-26 15:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
2021-01-02 20:31:49 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-06-26 15:37:22 +00:00
2019-05-01 14:45:56 +00:00
[[package]]
name = "toml"
version = "0.5.8"
2019-05-01 14:45:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
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
]
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
2019-05-22 16:29:39 +00:00
[[package]]
name = "typenum"
2021-03-23 16:28:30 +00:00
version = "1.13.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 16:28:30 +00:00
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
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"
2021-04-22 16:17:37 +00:00
version = "0.3.5"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
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"
2021-03-08 19:27:38 +00:00
version = "0.1.17"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
2019-04-07 20:43:11 +00:00
dependencies = [
2020-06-26 15:37:22 +00:00
"tinyvec",
2019-04-07 20:43:11 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2019-04-02 03:23:03 +00:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2019-04-02 03:23:03 +00:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
[[package]]
name = "unicode-xid"
2021-05-01 18:02:29 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2019-05-22 16:29:39 +00:00
[[package]]
name = "uom"
version = "0.30.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
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"
2021-05-15 14:04:49 +00:00
version = "2.2.2"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-15 14:04:49 +00:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2019-04-07 20:43:11 +00:00
dependencies = [
2021-01-02 20:31:49 +00:00
"form_urlencoded",
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.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
[[package]]
name = "utf8-width"
2021-05-01 18:02:29 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 18:02:29 +00:00
checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
2019-04-07 20:43:11 +00:00
[[package]]
name = "vcpkg"
2021-04-22 16:17:37 +00:00
version = "0.2.12"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
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"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "versions"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3173e24d44089f21bfd915fb1bbe27e4d1409893e6ac01decb7654bdaae1d2b9"
dependencies = [
"itertools",
"nom",
]
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[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"
2020-10-14 19:29:16 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wepoll-sys"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
dependencies = [
"cc",
]
[[package]]
name = "which"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
dependencies = [
"either",
"libc",
]
[[package]]
name = "wildmatch"
2021-03-08 19:27:38 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a"
2019-04-02 03:23:03 +00:00
[[package]]
name = "winapi"
2020-06-26 15:37:22 +00:00
version = "0.3.9"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-26 15:37:22 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
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-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 = "winrt"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e30cba82e22b083dc5a422c2ee77e20dc7927271a0dc981360c57c1453cb48d"
dependencies = [
"winapi",
]
[[package]]
name = "winrt-notification"
2021-03-08 19:27:38 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-08 19:27:38 +00:00
checksum = "57790eb281688a4682dab44df2a1ba8b78373233bd71cb291c3e75fecb1a01c4"
dependencies = [
"strum",
"strum_macros",
"winapi",
"winrt",
"xml-rs",
]
[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
[[package]]
name = "xml-rs"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1945e12e16b951721d7976520b0832496ef79c31602c7a29d950de79ba74621"
dependencies = [
"bitflags 0.9.1",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
2020-05-14 16:50:43 +00:00
"linked-hash-map",
]
[[package]]
name = "zbus"
2021-04-22 16:17:37 +00:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "2326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad"
dependencies = [
"async-io",
"byteorder",
"derivative",
"enumflags2",
"fastrand",
"futures",
"nb-connect",
"nix 0.17.0",
"once_cell",
"polling",
"scoped-tls",
"serde",
"serde_repr",
"zbus_macros",
"zvariant",
]
[[package]]
name = "zbus_macros"
2021-04-22 16:17:37 +00:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 16:17:37 +00:00
checksum = "a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93"
dependencies = [
"proc-macro-crate",
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]
[[package]]
name = "zvariant"
2021-03-23 16:28:30 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 16:28:30 +00:00
checksum = "678e7262502a135f49b1ece65010526649be7ee68acb80e1fc5377fc71fef878"
dependencies = [
"byteorder",
"enumflags2",
"serde",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2021-03-23 16:28:30 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 16:28:30 +00:00
checksum = "27d7c34325a35020b94343389cc9391e0f8ac245cca9155429c4022d93141241"
dependencies = [
"proc-macro-crate",
"proc-macro2",
2021-03-08 19:27:38 +00:00
"quote 1.0.9",
2021-05-15 14:04:49 +00:00
"syn 1.0.72",
]