starship/Cargo.lock

2233 lines
55 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.
2021-07-04 19:32:58 +00:00
version = 3
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2022-03-10 18:01:38 +00:00
"getrandom 0.2.5",
"once_cell",
"version_check",
]
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
]
[[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-broadcast"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
dependencies = [
"easy-parallel",
"event-listener",
"futures-core",
]
[[package]]
name = "async-channel"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
[[package]]
name = "async-io"
2021-08-26 14:07:40 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
dependencies = [
"concurrent-queue",
"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 = "async-lock"
2022-03-10 18:01:38 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
dependencies = [
"event-listener",
]
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-task"
2022-03-10 18:01:38 +00:00
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
[[package]]
name = "async-trait"
version = "0.1.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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"
2022-03-10 18:01:38 +00:00
version = "1.1.0"
2020-01-16 04:56:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
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-04-02 03:23:03 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-04-02 03:23:03 +00:00
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",
2021-10-05 23:27:25 +00:00
"generic-array 0.12.4",
]
[[package]]
name = "block-buffer"
2022-03-10 18:01:38 +00:00
version = "0.10.2"
2021-10-05 23:27:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2021-10-05 23:27:25 +00:00
dependencies = [
2022-03-10 18:01:38 +00:00
"generic-array 0.14.5",
]
[[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.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ebf10dda65f19ff0f42ea15572a359ed60d7fc74fdc984d90310937be0014b"
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-08-26 14:07:40 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cache-padded"
2022-03-10 18:01:38 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2019-04-04 18:18:15 +00:00
[[package]]
name = "cc"
2022-03-10 18:01:38 +00:00
version = "1.0.73"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
dependencies = [
2020-05-14 16:50:43 +00:00
"jobserver",
]
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 = "3.1.6"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
2019-04-02 03:23:03 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"atty",
"bitflags",
2022-01-04 09:49:42 +00:00
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
"termcolor",
"textwrap",
2022-01-04 09:49:42 +00:00
"unicase",
]
[[package]]
name = "clap_complete"
version = "3.1.1"
2022-01-04 09:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
2022-01-04 09:49:42 +00:00
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "3.1.4"
2022-01-04 09:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"
2022-01-04 09:49:42 +00:00
dependencies = [
"heck 0.4.0",
2022-01-04 09:49:42 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "combine"
version = "4.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
dependencies = [
"bytes",
"memchr",
]
[[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",
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"
2021-10-05 23:27:25 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc",
]
[[package]]
name = "crossbeam-channel"
2022-03-10 18:01:38 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [
"cfg-if",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2021-08-26 14:07:40 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if",
2020-05-14 16:50:43 +00:00
"crossbeam-epoch",
2021-01-02 20:31:49 +00:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-03-10 18:01:38 +00:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"
dependencies = [
"cfg-if",
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"
2022-03-10 18:01:38 +00:00
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
dependencies = [
"cfg-if",
"lazy_static",
]
[[package]]
name = "crypto-common"
2022-03-10 18:01:38 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
dependencies = [
2022-03-10 18:01:38 +00:00
"generic-array 0.14.5",
"typenum",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[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 = [
2021-10-05 23:27:25 +00:00
"generic-array 0.12.4",
]
[[package]]
name = "digest"
2022-03-10 18:01:38 +00:00
version = "0.10.3"
2021-10-05 23:27:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2021-10-05 23:27:25 +00:00
dependencies = [
2022-03-10 18:01:38 +00:00
"block-buffer 0.10.2",
"crypto-common",
]
2021-07-04 19:32:58 +00:00
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if",
2021-07-04 19:32:58 +00:00
"dirs-sys-next",
]
[[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",
]
[[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"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "downcast"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "dunce"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
[[package]]
name = "easy-parallel"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
[[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.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
[[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"
2022-03-10 18:01:38 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
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"
2022-03-10 18:01:38 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "8da1b8f89c5b5a5b7e59405cfcf0bb9588e5ed19f0b57a4cd542bbba3f164a6d"
[[package]]
name = "futures-core"
2022-03-10 18:01:38 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
[[package]]
name = "futures-io"
2022-03-10 18:01:38 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
[[package]]
name = "futures-lite"
2021-08-26 14:07:40 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-sink"
2022-03-10 18:01:38 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
[[package]]
name = "futures-task"
2022-03-10 18:01:38 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
[[package]]
name = "futures-util"
2022-03-10 18:01:38 +00:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
dependencies = [
"futures-core",
"futures-sink",
"futures-task",
"pin-project-lite",
"pin-utils",
"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",
]
2021-10-05 23:27:25 +00:00
[[package]]
name = "generic-array"
2022-03-10 18:01:38 +00:00
version = "0.14.5"
2021-10-05 23:27:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2021-10-05 23:27:25 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
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 = [
"cfg-if",
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"
2022-03-10 18:01:38 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
dependencies = [
"cfg-if",
"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.25"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
2019-04-07 20:43:11 +00:00
dependencies = [
"bitflags",
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.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2019-11-02 11:14:03 +00:00
[[package]]
name = "hermit-abi"
2021-08-26 14:07:40 +00:00
version = "0.1.19"
2019-11-02 11:14:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
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 = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
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.8.0"
2020-04-11 16:37:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
2020-04-11 16:37:24 +00:00
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
"hashbrown",
"serde",
2020-04-11 16:37:24 +00:00
]
[[package]]
name = "instant"
2022-03-10 18:01:38 +00:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "is_debug"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89"
[[package]]
name = "itertools"
2022-03-10 18:01:38 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "jobserver"
2021-08-26 14:07:40 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
]
[[package]]
name = "kstring"
2022-03-10 18:01:38 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526"
dependencies = [
"serde",
]
[[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
2019-04-02 03:23:03 +00:00
[[package]]
name = "libc"
version = "0.2.120"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
2019-04-02 03:23:03 +00:00
2019-04-07 20:43:11 +00:00
[[package]]
name = "libgit2-sys"
version = "0.12.26+1.3.0"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
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"
2022-03-10 18:01:38 +00:00
version = "1.1.5"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
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"
[[package]]
name = "local_ipaddress"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6a104730949fbc4c78e4fa98ed769ca0faa02e9818936b61032d2d77526afa9"
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",
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"
2021-08-26 14:07:40 +00:00
version = "0.1.9"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-04-07 20:43:11 +00:00
[[package]]
name = "memchr"
2021-08-26 14:07:40 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "memoffset"
2022-03-10 18:01:38 +00:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2020-05-14 16:50:43 +00:00
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "mockall"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d4d70639a72f972725db16350db56da68266ca368b2a1fe26724a903ad3d6b8"
dependencies = [
"cfg-if",
"downcast",
"fragile",
"lazy_static",
"mockall_derive",
"predicates",
"predicates-tree",
]
[[package]]
name = "mockall_derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79ef208208a0dea3f72221e26e904cdc6db2e481d9ade89081ddd494f1dbaa6b"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "nix"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "nom"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"memchr",
"minimal-lexical",
"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"
version = "4.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "367e1355a950d3e758e414f3ca1b3981a57a2aa1fa3338eb0059f5b230b6ffa4"
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"
2022-03-10 18:01:38 +00:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
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.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
[[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 = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9213e7b66aa06a7722828ee2980c1adff22a3922b582baaa1e62e30ca2a6c018"
dependencies = [
"pathdiff",
2020-05-14 16:50:43 +00:00
"winapi",
]
[[package]]
name = "ordered-multimap"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b476c5fc0aad16f8b8d74e7df9da1813731fae300f7a923713c4c591905ff50"
dependencies = [
"dlv-list",
"hashbrown",
]
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "os_info"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023df84d545ef479cf67fd2f4459a613585c9db4852c2fad12ab70587859d340"
dependencies = [
2020-05-14 16:50:43 +00:00
"log",
"serde",
"winapi",
]
2022-01-04 09:49:42 +00:00
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
[[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 = "pathdiff"
2022-03-10 18:01:38 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[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",
2021-10-05 23:27:25 +00:00
"sha-1 0.8.2",
]
[[package]]
name = "pin-project-lite"
2022-03-10 18:01:38 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-03-10 18:01:38 +00:00
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[package]]
name = "polling"
2022-03-10 18:01:38 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
dependencies = [
"cfg-if",
"libc",
"log",
2021-08-26 14:07:40 +00:00
"wepoll-ffi",
"winapi",
]
[[package]]
name = "ppv-lite86"
2022-03-10 18:01:38 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "predicates"
2022-03-10 18:01:38 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
dependencies = [
"difflib",
"float-cmp",
"itertools",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
2022-03-10 18:01:38 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
[[package]]
name = "predicates-tree"
2022-03-10 18:01:38 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
dependencies = [
"predicates-core",
2022-03-10 18:01:38 +00:00
"termtree",
]
2021-08-26 14:07:40 +00:00
[[package]]
name = "proc-macro-crate"
2022-03-10 18:01:38 +00:00
version = "1.1.3"
2021-08-26 14:07:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2021-08-26 14:07:40 +00:00
dependencies = [
"thiserror",
"toml",
]
2022-01-04 09:49:42 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2022-03-10 18:01:38 +00:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
]
[[package]]
name = "process_control"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d4fa9c62a51815c9588b09a94f713c1e9a87d74142537d7c7d5ee972b8479f"
dependencies = [
"crossbeam-channel",
"libc",
"windows-sys",
]
[[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"
2022-03-10 18:01:38 +00:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2021-05-01 18:02:29 +00:00
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
2021-08-26 14:07:40 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-05-01 18:02:29 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
2021-08-26 14:07:40 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2022-03-10 18:01:38 +00:00
"getrandom 0.2.5",
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"
2022-03-10 18:01:38 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
dependencies = [
"bitflags",
]
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 = [
2022-03-10 18:01:38 +00:00
"getrandom 0.2.5",
"redox_syscall 0.2.11",
2021-01-29 17:40:04 +00:00
]
[[package]]
2019-05-14 04:43:11 +00:00
name = "regex"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
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.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
"cfg-if",
"ordered-multimap",
]
[[package]]
name = "ryu"
2022-03-10 18:01:38 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
[[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 = "semver"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
[[package]]
name = "serde"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
dependencies = [
2020-05-14 16:50:43 +00:00
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
dependencies = [
"itoa",
2020-05-14 16:50:43 +00:00
"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",
"quote",
"syn",
]
[[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 = [
2021-10-05 23:27:25 +00:00
"block-buffer 0.7.3",
"digest 0.8.1",
2020-05-14 16:50:43 +00:00
"fake-simd",
"opaque-debug",
2021-10-05 23:27:25 +00:00
]
[[package]]
name = "sha-1"
version = "0.10.0"
2021-10-05 23:27:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
2021-10-05 23:27:25 +00:00
dependencies = [
"cfg-if",
2021-10-05 23:27:25 +00:00
"cpufeatures",
2022-03-10 18:01:38 +00:00
"digest 0.10.3",
]
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "shadow-rs"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38aacac9d96bfdac3f00d2149fc2235f99b839f54f0bb18bea39c7749c97f709"
dependencies = [
"chrono",
"git2",
"is_debug",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "slab"
2022-03-10 18:01:38 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]]
name = "socket2"
2022-03-10 18:01:38 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
"winapi",
]
2019-04-02 03:23:03 +00:00
[[package]]
name = "starship"
2022-03-10 18:01:38 +00:00
version = "1.4.2"
2020-05-14 16:50:43 +00:00
dependencies = [
"ansi_term",
2020-05-14 16:50:43 +00:00
"byte-unit",
"chrono",
"clap",
2022-01-04 09:49:42 +00:00
"clap_complete",
2021-07-04 19:32:58 +00:00
"directories-next",
"dunce",
2020-05-14 16:50:43 +00:00
"gethostname",
"git2",
"indexmap",
"local_ipaddress",
2020-05-14 16:50:43 +00:00
"log",
"mockall",
"nix",
"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",
"sha-1 0.10.0",
"shadow-rs",
"shell-words",
"starship-battery",
2020-05-14 16:50:43 +00:00
"starship_module_config_derive",
2022-01-04 09:49:42 +00:00
"strsim",
"sys-info",
2020-05-14 16:50:43 +00:00
"tempfile",
"terminal_size",
2020-05-14 16:50:43 +00:00
"toml",
"toml_edit",
2020-05-14 16:50:43 +00:00
"unicode-segmentation",
"unicode-width",
"urlencoding",
"versions",
"which",
"winapi",
"winres",
2020-05-14 16:50:43 +00:00
"yaml-rust",
2019-04-02 03:23:03 +00:00
]
[[package]]
name = "starship-battery"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3336198ad004af4447ae69be4f4e562c26814570f8f0c1e37858405a294e015d"
dependencies = [
"cfg-if",
"core-foundation",
"lazycell",
"libc",
"mach",
"nix",
"num-traits",
"uom",
"winapi",
]
[[package]]
name = "starship_module_config_derive"
version = "0.2.1"
dependencies = [
2020-05-14 16:50:43 +00:00
"proc-macro2",
"quote",
"syn",
]
2021-08-26 14:07:40 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"syn",
]
2019-04-04 18:18:15 +00:00
[[package]]
name = "syn"
2022-03-10 18:01:38 +00:00
version = "1.0.86"
2019-04-04 18:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
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 = "sys-info"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
2020-05-14 16:50:43 +00:00
"libc",
]
[[package]]
2019-04-16 14:59:57 +00:00
name = "tempfile"
2022-03-10 18:01:38 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
2022-03-10 18:01:38 +00:00
"fastrand",
2020-05-14 16:50:43 +00:00
"libc",
2022-03-10 18:01:38 +00:00
"redox_syscall 0.2.11",
2020-05-14 16:50:43 +00:00
"remove_dir_all",
"winapi",
2019-05-14 04:43:11 +00:00
]
2022-01-04 09:49:42 +00:00
[[package]]
name = "termcolor"
2022-03-10 18:01:38 +00:00
version = "1.1.3"
2022-01-04 09:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2022-01-04 09:49:42 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
2020-05-14 16:50:43 +00:00
"libc",
"winapi",
]
2022-03-10 18:01:38 +00:00
[[package]]
name = "termtree"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
2019-04-02 03:23:03 +00:00
[[package]]
name = "textwrap"
version = "0.15.0"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
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
]
2021-08-26 14:07:40 +00:00
[[package]]
name = "thiserror"
2022-03-10 18:01:38 +00:00
version = "1.0.30"
2021-08-26 14:07:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2021-08-26 14:07:40 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-03-10 18:01:38 +00:00
version = "1.0.30"
2021-08-26 14:07:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2021-08-26 14:07:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-08-26 14:07:40 +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"
2022-03-10 18:01:38 +00:00
version = "1.5.1"
2020-06-26 15:37:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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 = "toml_edit"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
dependencies = [
"combine",
"indexmap",
"itertools",
"kstring",
]
2019-05-22 16:29:39 +00:00
[[package]]
name = "typenum"
2022-03-10 18:01:38 +00:00
version = "1.15.0"
2019-05-22 16:29:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
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"
2022-01-04 09:49:42 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2019-04-07 20:43:11 +00:00
[[package]]
name = "unicode-bidi"
2022-03-10 18:01:38 +00:00
version = "0.3.7"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2019-04-07 20:43:11 +00:00
[[package]]
name = "unicode-normalization"
2021-08-26 14:07:40 +00:00
version = "0.1.19"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2019-04-02 03:23:03 +00:00
[[package]]
name = "unicode-width"
version = "0.1.9"
2019-04-02 03:23:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2019-04-02 03:23:03 +00:00
[[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 = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[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-08-26 14:07:40 +00:00
version = "0.2.15"
2019-04-07 20:43:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2019-04-07 20:43:11 +00:00
[[package]]
name = "version_check"
2022-03-10 18:01:38 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "versions"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5276c151793dde1cc57e08123f36f96e662a9f2532060c677612bf0e2c604d4"
dependencies = [
"itertools",
"nom",
]
[[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]]
2021-08-26 14:07:40 +00:00
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 14:07:40 +00:00
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
[[package]]
name = "which"
version = "4.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
dependencies = [
"either",
"lazy_static",
"libc",
]
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
2022-01-04 09:49:42 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"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 = "windows"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9f39345ae0c8ab072c0ac7fe8a8b411636aa34f89be19ddd0d9226544f13944"
dependencies = [
"windows_i686_gnu 0.24.0",
"windows_i686_msvc 0.24.0",
"windows_x86_64_gnu 0.24.0",
"windows_x86_64_msvc 0.24.0",
]
[[package]]
name = "windows-sys"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu 0.33.0",
"windows_i686_msvc 0.33.0",
"windows_x86_64_gnu 0.33.0",
"windows_x86_64_msvc 0.33.0",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
[[package]]
name = "windows_i686_gnu"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd"
[[package]]
name = "windows_i686_gnu"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
[[package]]
name = "windows_i686_msvc"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6"
[[package]]
name = "windows_i686_msvc"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
[[package]]
name = "windows_x86_64_gnu"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4"
[[package]]
name = "windows_x86_64_gnu"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
[[package]]
name = "windows_x86_64_msvc"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399"
[[package]]
name = "windows_x86_64_msvc"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
]
[[package]]
name = "winrt-notification"
2022-03-10 18:01:38 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 18:01:38 +00:00
checksum = "007a0353840b23e0c6dc73e5b962ff58ed7f6bc9ceff3ce7fe6fbad8d496edf4"
dependencies = [
"strum",
"windows",
"xml-rs",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[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"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a"
dependencies = [
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"lazy_static",
"nix",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"winapi",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "zbus_names"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
2021-08-26 14:07:40 +00:00
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]