watchexec/Cargo.lock

4440 lines
105 KiB
Plaintext
Raw Normal View History

2019-05-29 08:27:11 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-03-03 16:21:38 +01:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-09-13 09:51:07 +02:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "ahash"
version = "0.7.6"
2021-09-13 09:51:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-09-13 09:51:07 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"getrandom",
"once_cell",
"version_check",
2021-09-13 09:51:07 +02:00
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
2021-08-16 15:15:17 +02:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "aho-corasick"
version = "0.7.20"
2021-08-16 15:15:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2021-08-16 15:15:17 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"memchr",
2021-08-16 15:15:17 +02:00
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "aho-corasick"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
dependencies = [
"memchr",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "anstream"
2023-05-14 07:17:14 +02:00
version = "0.3.2"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-05-14 07:17:14 +02:00
"anstyle-query",
2023-03-18 09:32:24 +01:00
"anstyle-wincon",
2023-05-14 07:17:14 +02:00
"colorchoice",
2023-03-18 09:32:24 +01:00
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-05-14 07:17:14 +02:00
version = "1.0.0"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
2023-03-18 09:32:24 +01:00
[[package]]
name = "anstyle-parse"
2023-05-14 07:17:14 +02:00
version = "0.2.0"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
2023-03-18 09:32:24 +01:00
dependencies = [
"utf8parse",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "anstyle-wincon"
2023-05-14 07:17:14 +02:00
version = "1.0.1"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstyle",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
2023-03-18 09:32:24 +01:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "anyhow"
2023-05-14 07:17:14 +02:00
version = "1.0.71"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2021-05-10 13:02:31 +02:00
[[package]]
name = "arc-swap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "argfile"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "265f5108974489a217d5098cd81666b60480c8dd67302acbbe7cbdd8aa09d638"
dependencies = [
"os_str_bytes",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-broadcast"
2023-03-03 16:21:38 +01:00
version = "0.5.1"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
2022-03-14 00:58:02 +01:00
dependencies = [
"event-listener",
"futures-core",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-executor"
2023-05-14 07:17:14 +02:00
version = "1.5.1"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
2022-03-14 00:58:02 +01:00
dependencies = [
2023-03-03 16:21:38 +01:00
"async-lock",
2022-03-14 00:58:02 +01:00
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
[[package]]
name = "async-io"
2023-05-14 07:17:14 +02:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
2023-03-03 16:21:38 +01:00
"async-lock",
2022-09-02 11:12:47 +02:00
"autocfg",
2023-05-14 07:17:14 +02:00
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-05-14 07:17:14 +02:00
"rustix",
"slab",
"socket2",
"waker-fn",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-lock"
version = "2.7.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
2022-03-14 00:58:02 +01:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-priority-channel"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c21678992e1b21bebfe2bc53ab5f5f68c106eddab31b24e0bb06e9b715a86640"
dependencies = [
"event-listener",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-recursion"
2023-03-22 02:47:26 +01:00
version = "1.0.4"
2021-08-22 14:28:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
2021-08-22 14:28:20 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2021-09-29 12:38:02 +02:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-task"
2023-05-14 07:17:14 +02:00
version = "4.4.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
2022-03-14 00:58:02 +01:00
2021-08-16 17:09:22 +02:00
[[package]]
name = "async-trait"
2023-05-14 07:17:14 +02:00
version = "0.1.68"
2021-08-16 17:09:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2021-08-16 17:09:22 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2021-08-16 17:09:22 +02:00
]
[[package]]
name = "atomic-take"
2023-03-03 16:21:38 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
2021-08-22 16:37:13 +02:00
[[package]]
2023-03-18 09:32:24 +01:00
name = "atomic-waker"
2023-05-14 07:17:14 +02:00
version = "1.1.1"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
2021-08-22 16:37:13 +02:00
[[package]]
name = "autocfg"
2022-03-14 00:58:02 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
2023-05-14 07:17:14 +02:00
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
dependencies = [
"async-trait",
"axum-core",
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
2023-03-03 16:21:38 +01:00
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-05-14 07:17:14 +02:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
2023-03-03 16:21:38 +01:00
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "backtrace"
2023-03-03 16:21:38 +01:00
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
2023-05-14 07:17:14 +02:00
"miniz_oxide 0.6.2",
"object",
"rustc-demangle",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "backtrace-ext"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
dependencies = [
"backtrace",
]
[[package]]
name = "base64"
2023-03-03 16:21:38 +01:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-05-14 07:17:14 +02:00
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "bitflags"
2022-03-14 00:58:02 +01:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-10-28 00:16:05 +01:00
2023-03-22 02:47:26 +01:00
[[package]]
name = "bitflags"
2023-05-14 07:17:14 +02:00
version = "2.2.1"
2023-03-22 02:47:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
2023-03-22 02:47:26 +01:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-10-28 00:16:05 +01:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "block-buffer"
2023-03-18 09:32:24 +01:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2019-10-28 00:16:05 +01:00
dependencies = [
2023-03-03 16:21:38 +01:00
"generic-array",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "blocking"
2023-05-14 07:17:14 +02:00
version = "1.3.1"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
2023-03-18 09:32:24 +01:00
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
2023-05-14 07:17:14 +02:00
"log",
2023-03-18 09:32:24 +01:00
]
[[package]]
name = "bosion"
version = "1.0.0"
dependencies = [
"gix",
2023-05-14 07:17:14 +02:00
"time 0.3.21",
]
[[package]]
name = "bstr"
2023-03-22 02:47:26 +01:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
dependencies = [
"memchr",
"once_cell",
"regex-automata",
"serde",
]
[[package]]
name = "btoi"
2023-03-03 16:21:38 +01:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
dependencies = [
"num-traits",
2019-10-28 00:16:05 +01:00
]
[[package]]
name = "bumpalo"
2023-05-14 07:17:14 +02:00
version = "3.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-08-16 11:49:12 +02:00
[[package]]
name = "bytes"
2023-03-03 16:21:38 +01:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cc"
2023-03-03 16:21:38 +01:00
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
dependencies = [
"jobserver",
]
2021-04-10 19:51:33 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-03-18 09:32:24 +01:00
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"time 0.1.45",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "clap"
2023-05-14 07:17:14 +02:00
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
dependencies = [
2023-05-14 07:17:14 +02:00
"clap_builder",
"clap_derive",
2023-05-14 07:17:14 +02:00
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"clap_lex",
"once_cell",
"strsim",
2023-05-14 07:17:14 +02:00
"terminal_size 0.2.6",
]
[[package]]
name = "clap_complete"
2023-05-14 07:17:14 +02:00
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
dependencies = [
"clap",
]
[[package]]
name = "clap_complete_nushell"
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6952003ac94cc0ef2f0323f0217348895d5bc0799d06670c92fcbba9f551dfc"
dependencies = [
"clap",
"clap_complete",
]
[[package]]
name = "clap_derive"
2023-05-14 07:17:14 +02:00
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
]
[[package]]
name = "clap_lex"
2023-05-14 07:17:14 +02:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
[[package]]
name = "clap_mangen"
2023-03-22 02:47:26 +01:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
dependencies = [
"clap",
"roff",
]
[[package]]
name = "clearscreen"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f3f22f1a586604e62efd23f78218f3ccdecf7a33c4500db2d37d85a24fe994"
dependencies = [
2023-03-18 09:32:24 +01:00
"nix",
"terminfo",
"thiserror",
"which",
"winapi",
]
[[package]]
name = "clru"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
[[package]]
2023-05-14 07:17:14 +02:00
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "command-group"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
dependencies = [
2021-08-16 17:09:22 +02:00
"async-trait",
2023-03-18 09:32:24 +01:00
"nix",
2021-08-16 17:09:22 +02:00
"tokio",
"winapi",
]
[[package]]
name = "concurrent-queue"
2023-05-14 07:17:14 +02:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
2023-03-03 16:21:38 +01:00
"crossbeam-utils",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "console-api"
2023-05-14 07:17:14 +02:00
version = "0.5.0"
2021-12-23 14:28:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
2021-09-29 12:38:02 +02:00
dependencies = [
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
name = "console-subscriber"
2023-05-14 07:17:14 +02:00
version = "0.1.9"
2021-12-23 14:28:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7"
2021-09-29 12:38:02 +02:00
dependencies = [
"console-api",
2022-03-14 00:58:02 +01:00
"crossbeam-channel",
"crossbeam-utils",
2021-09-29 12:38:02 +02:00
"futures",
"hdrhistogram",
"humantime",
2022-03-14 00:58:02 +01:00
"prost-types",
2021-09-29 12:38:02 +02:00
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"tracing-core",
2021-12-23 14:35:26 +01:00
"tracing-subscriber",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "const_format"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "core-foundation-sys"
2023-05-14 07:17:14 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-03-03 16:21:38 +01:00
[[package]]
name = "cpufeatures"
2023-05-14 07:17:14 +02:00
version = "0.2.7"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
2023-03-03 16:21:38 +01:00
dependencies = [
"libc",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "crc32fast"
2022-03-14 00:58:02 +01:00
version = "1.3.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-09-29 12:38:02 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-09-29 12:38:02 +02:00
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "crossbeam-channel"
2023-05-14 07:17:14 +02:00
version = "0.5.8"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-08-16 11:49:12 +02:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2023-03-03 16:21:38 +01:00
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
2023-03-03 16:21:38 +01:00
"generic-array",
"typenum",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2019-10-27 11:29:58 +01:00
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "digest"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
2023-03-03 16:21:38 +01:00
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2023-03-22 02:23:00 +01:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
2023-05-14 07:17:14 +02:00
version = "5.0.1"
2023-03-22 02:23:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-03-22 02:23:00 +01:00
dependencies = [
2023-05-14 07:17:14 +02:00
"dirs-sys 0.4.1",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys"
2022-03-18 02:08:36 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 02:08:36 +01:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-03-22 02:23:00 +01:00
[[package]]
name = "dirs-sys"
2023-05-14 07:17:14 +02:00
version = "0.4.1"
2023-03-22 02:23:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-03-22 02:23:00 +01:00
dependencies = [
"libc",
2023-05-14 07:17:14 +02:00
"option-ext",
2023-03-22 02:23:00 +01:00
"redox_users",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
2023-03-22 02:23:00 +01:00
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "dunce"
2023-05-09 00:13:04 +02:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
[[package]]
name = "either"
2023-03-03 16:21:38 +01:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "embed-resource"
2023-05-09 00:13:04 +02:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "80663502655af01a2902dff3f06869330782267924bf1788410b74edcd93770a"
dependencies = [
2021-04-10 19:51:33 +02:00
"cc",
2022-03-14 00:58:02 +01:00
"rustc_version",
"toml",
2021-04-10 19:51:33 +02:00
"vswhom",
"winreg",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "enumflags2"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2023-03-03 16:21:38 +01:00
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "event-listener"
2022-09-02 11:12:47 +02:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2023-03-03 16:21:38 +01:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "filetime"
2023-05-14 07:17:14 +02:00
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-04-10 19:51:33 +02:00
"libc",
2023-05-14 07:17:14 +02:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "flate2"
2023-05-14 07:17:14 +02:00
version = "1.0.26"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2021-09-29 12:38:02 +02:00
dependencies = [
"crc32fast",
2023-05-14 07:17:14 +02:00
"miniz_oxide 0.7.1",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "fnv"
2021-04-10 20:09:48 +02:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 20:09:48 +02:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2022-03-18 02:08:36 +01:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "futures"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-lite"
2023-05-14 07:17:14 +02:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
]
[[package]]
name = "futures-sink"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
[[package]]
name = "futures-task"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
[[package]]
name = "futures-util"
2023-05-14 07:17:14 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "generic-array"
2023-05-14 07:17:14 +02:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
2023-03-03 16:21:38 +01:00
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-05-14 07:17:14 +02:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "gimli"
2023-03-03 16:21:38 +01:00
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
[[package]]
name = "git2"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
"libc",
"libgit2-sys",
"log",
"url",
]
[[package]]
name = "gix"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f5281c55e0a7415877d91a15fae4a10ec7444615d64d78e48c07f20bcfcd9b"
dependencies = [
"gix-actor 0.22.0",
"gix-attributes",
"gix-commitgraph",
"gix-config 0.24.0",
"gix-credentials",
"gix-date 0.6.0",
"gix-diff",
"gix-discover",
"gix-features 0.31.0",
"gix-fs 0.3.0",
"gix-glob 0.9.0",
"gix-hash",
"gix-hashtable",
2023-05-09 00:13:04 +02:00
"gix-ignore",
"gix-index",
"gix-lock 7.0.0",
"gix-mailmap",
"gix-negotiate",
"gix-object 0.31.0",
"gix-odb",
"gix-pack",
"gix-path",
"gix-prompt",
"gix-ref 0.31.0",
"gix-refspec",
"gix-revision",
"gix-sec",
"gix-tempfile 7.0.0",
"gix-trace",
"gix-traverse",
"gix-url",
2023-05-09 00:13:04 +02:00
"gix-utils",
"gix-validate",
"gix-worktree",
"log",
"once_cell",
"signal-hook",
"smallvec",
"thiserror",
"unicode-normalization",
]
[[package]]
name = "gix-actor"
2023-05-09 00:13:04 +02:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "848efa0f1210cea8638f95691c82a46f98a74b9e3524f01d4955ebc25a8f84f3"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"btoi",
"gix-date 0.5.0",
"itoa",
"nom",
"thiserror",
]
[[package]]
name = "gix-actor"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b70d0d809ee387113df810ab4ebe585a076e35ae6ed59b5b280072146955a3ff"
dependencies = [
"bstr",
"btoi",
"gix-date 0.6.0",
"itoa",
"nom",
2023-03-03 16:21:38 +01:00
"thiserror",
]
[[package]]
name = "gix-attributes"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d7006cc5a508514207154046e18c3c39d98ba98f865ada83b6f3f3886543bb"
dependencies = [
"bstr",
"gix-glob 0.9.0",
"gix-path",
"gix-quote",
2023-05-09 00:13:04 +02:00
"kstring",
"log",
"smallvec",
"thiserror",
"unicode-bom",
]
[[package]]
name = "gix-bitmap"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311e2fa997be6560c564b070c5da2d56d038b645a94e1e5796d5d85a350da33c"
dependencies = [
"thiserror",
]
[[package]]
name = "gix-chunk"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39db5ed0fc0a2e9b1b8265993f7efdbc30379dec268f3b91b7af0c2de4672fdd"
dependencies = [
"thiserror",
]
[[package]]
name = "gix-command"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb49ab557a37b0abb2415bca2b10e541277dff0565deb5bd5e99fd95f93f51eb"
dependencies = [
"bstr",
]
[[package]]
name = "gix-commitgraph"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e498e98d0b477d6a1c1608bee39db201e7a38873460a130a97ce88b4d95b6e1"
dependencies = [
"bstr",
"gix-chunk",
"gix-features 0.31.0",
"gix-hash",
"memmap2",
"thiserror",
]
[[package]]
name = "gix-config"
2023-05-09 00:13:04 +02:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "1d252a0eddb6df74600d3d8872dc9fe98835a7da43110411d705b682f49d4ac1"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"gix-config-value",
"gix-features 0.29.0",
"gix-glob 0.7.0",
"gix-path",
"gix-ref 0.29.1",
"gix-sec",
"log",
"memchr",
"nom",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
]
[[package]]
name = "gix-config"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b32541232a2c626849df7843e05b50cb43ac38a4f675abbe2f661874fc1e9d"
dependencies = [
"bstr",
"gix-config-value",
"gix-features 0.31.0",
"gix-glob 0.9.0",
"gix-path",
"gix-ref 0.31.0",
"gix-sec",
2023-05-09 00:13:04 +02:00
"log",
"memchr",
"nom",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
]
[[package]]
name = "gix-config-value"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4783caa23062f86acfd1bc9e72c62250923d1673171ce1a524d9486f8a4556a8"
dependencies = [
2023-05-14 07:17:14 +02:00
"bitflags 2.2.1",
2023-03-03 16:21:38 +01:00
"bstr",
"gix-path",
"libc",
"thiserror",
]
[[package]]
name = "gix-credentials"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dcec518a8db5b2e342ea7a2e785f46fd176b1b689ddd3f43052701bf3fa8ee3"
dependencies = [
"bstr",
"gix-command",
"gix-config-value",
"gix-path",
"gix-prompt",
"gix-sec",
"gix-url",
"thiserror",
]
[[package]]
name = "gix-date"
2023-05-09 00:13:04 +02:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "99056f37270715f5c7584fd8b46899a2296af9cae92463bf58b8bd1f5a78e553"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"itoa",
"thiserror",
2023-05-14 07:17:14 +02:00
"time 0.3.21",
]
[[package]]
name = "gix-date"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0213f923d63c2c7d10799c1977f42df38ec586ebbf1d14fd00dfa363ac994c2b"
dependencies = [
"bstr",
"itoa",
"thiserror",
"time 0.3.21",
]
[[package]]
name = "gix-diff"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5049dd5a60d5608912da0ab184f35064901f192f4adf737716789715faffa080"
dependencies = [
"gix-hash",
"gix-object 0.31.0",
"imara-diff",
"thiserror",
]
[[package]]
name = "gix-discover"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c14865cb9c6eb817d6a8d53595f1051239d2d31feae7a5e5b2f00910c94a8eb4"
dependencies = [
"bstr",
"dunce",
"gix-hash",
"gix-path",
"gix-ref 0.31.0",
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-features"
2023-05-09 00:13:04 +02:00
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897"
dependencies = [
"gix-hash",
"libc",
"sha1_smol",
"walkdir",
]
[[package]]
name = "gix-features"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae82dfceec06c034728c530399ee449f97b1e542e191247c52c169ca6af1fd89"
dependencies = [
"crc32fast",
"flate2",
"gix-hash",
"gix-trace",
"libc",
"once_cell",
"prodash",
"sha1_smol",
"thiserror",
"walkdir",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "gix-fs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9"
dependencies = [
"gix-features 0.29.0",
]
[[package]]
name = "gix-fs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb15956bc0256594c62a2399fcf6958a02a11724217eddfdc2b49b21b6292496"
dependencies = [
"gix-features 0.31.0",
2023-05-09 00:13:04 +02:00
]
[[package]]
name = "gix-glob"
2023-05-09 00:13:04 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a"
dependencies = [
2023-05-14 07:17:14 +02:00
"bitflags 2.2.1",
2023-03-03 16:21:38 +01:00
"bstr",
"gix-features 0.29.0",
"gix-path",
]
[[package]]
name = "gix-glob"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f45cd7ab22faf154db0a9f5a8011ba9cda8b298b61b7299f43a21bbaf0b3f208"
dependencies = [
"bitflags 2.2.1",
"bstr",
"gix-features 0.31.0",
2023-05-09 00:13:04 +02:00
"gix-path",
]
[[package]]
name = "gix-hash"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0dd58cdbe7ffa4032fc111864c80d5f8cecd9a2c9736c97ae7e5be834188272"
dependencies = [
"hex",
2022-09-07 03:15:38 +02:00
"thiserror",
]
[[package]]
name = "gix-hashtable"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cfd7f4ea905c13579565e3c264ca2c4103d192bd5fce2300c5a884cf1977d61"
dependencies = [
"gix-hash",
"hashbrown 0.13.2",
"parking_lot",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "gix-ignore"
version = "0.4.0"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27e82dec6975012b710837c6cd56353c3111d2308e016118bfc59275fcc8b5d0"
2023-05-09 00:13:04 +02:00
dependencies = [
"bstr",
"gix-glob 0.9.0",
2023-05-09 00:13:04 +02:00
"gix-path",
"unicode-bom",
]
[[package]]
name = "gix-index"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef2fa392d351e62ac3a6309146f61880abfbe0c07474e075d3b2ac78a6834a5"
dependencies = [
2023-05-14 07:17:14 +02:00
"bitflags 2.2.1",
"bstr",
"btoi",
"filetime",
"gix-bitmap",
"gix-features 0.31.0",
"gix-hash",
"gix-lock 7.0.0",
"gix-object 0.31.0",
"gix-traverse",
"itoa",
"memmap2",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-lock"
2023-05-14 07:17:14 +02:00
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "2c693d7f05730fa74a7c467150adc7cea393518410c65f0672f80226b8111555"
dependencies = [
"gix-tempfile 5.0.3",
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-lock"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328f50aad713ab606caeaf834459ef915ccdfbb9133ac6cd54616d601aa9249f"
dependencies = [
"gix-tempfile 7.0.0",
2023-05-14 07:17:14 +02:00
"gix-utils",
2023-03-03 16:21:38 +01:00
"thiserror",
]
[[package]]
name = "gix-mailmap"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0bef8d360a6a9fc5a6d872471588d8ca7db77b940e48ff20c3b4706ad5f481d"
dependencies = [
"bstr",
"gix-actor 0.22.0",
"gix-date 0.6.0",
"thiserror",
]
[[package]]
name = "gix-negotiate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b626aafb9f4088058f1baa5d2029b2191820c84f6c81e43535ba70bfdc7b7d56"
dependencies = [
"bitflags 2.2.1",
"gix-commitgraph",
"gix-date 0.6.0",
"gix-hash",
"gix-object 0.31.0",
"gix-revwalk",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-object"
2023-05-14 07:17:14 +02:00
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "2d96bd620fd08accdd37f70b2183cfa0b001b4f1c6ade8b7f6e15cb3d9e261ce"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"btoi",
"gix-actor 0.20.0",
"gix-features 0.29.0",
"gix-hash",
"gix-validate",
"hex",
"itoa",
"nom",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-object"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "255e477ae4cc8d10778238f011e6125b01cc0e7067dc8df87acd67a428a81f20"
dependencies = [
"bstr",
"btoi",
"gix-actor 0.22.0",
"gix-date 0.6.0",
"gix-features 0.31.0",
"gix-hash",
"gix-validate",
"hex",
"itoa",
"nom",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-odb"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b73469f145d1e6afbcfd0ab6499a366fbbcb958c2999d41d283d6c7b94024b9"
dependencies = [
"arc-swap",
"gix-date 0.6.0",
"gix-features 0.31.0",
"gix-hash",
"gix-object 0.31.0",
"gix-pack",
"gix-path",
"gix-quote",
"parking_lot",
"tempfile",
"thiserror",
]
[[package]]
name = "gix-pack"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f3bcd1aaa72aea7163b147d2bde2480a01eadefc774a479d38f29920f7f1c8"
dependencies = [
"clru",
"gix-chunk",
"gix-diff",
"gix-features 0.31.0",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-path",
"gix-tempfile 7.0.0",
"gix-traverse",
"memmap2",
"parking_lot",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-path"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea2a19d82dd55e5fad1d606b8a1ad2f7a804e10caa2efbb169cd37e0a07ede0"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"gix-trace",
2023-05-09 00:13:04 +02:00
"home",
"once_cell",
"thiserror",
]
[[package]]
name = "gix-prompt"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dfd363fd89a40c1e7bff9c9c1b136cd2002480f724b0c627c1bc771cd5480ec"
dependencies = [
"gix-command",
"gix-config-value",
"parking_lot",
2023-05-14 07:17:14 +02:00
"rustix",
"thiserror",
]
[[package]]
name = "gix-quote"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3874de636c2526de26a3405b8024b23ef1a327bebf4845d770d00d48700b6a40"
dependencies = [
"bstr",
"btoi",
"thiserror",
]
[[package]]
name = "gix-ref"
2023-05-09 00:13:04 +02:00
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "1e03989e9d49954368e1b526578230fc7189d1634acdfbe79e9ba1de717e15d5"
dependencies = [
"gix-actor 0.20.0",
"gix-features 0.29.0",
"gix-fs 0.1.1",
"gix-hash",
"gix-lock 5.0.1",
"gix-object 0.29.2",
"gix-path",
"gix-tempfile 5.0.3",
"gix-validate",
"memmap2",
"nom",
"thiserror",
]
[[package]]
name = "gix-ref"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6c74873a9d8ff5d1310f2325f09164c15a91402ab5cde4d479ae12ff55ed69"
dependencies = [
"gix-actor 0.22.0",
"gix-date 0.6.0",
"gix-features 0.31.0",
"gix-fs 0.3.0",
"gix-hash",
"gix-lock 7.0.0",
"gix-object 0.31.0",
"gix-path",
"gix-tempfile 7.0.0",
"gix-validate",
"memmap2",
"nom",
"thiserror",
]
[[package]]
name = "gix-refspec"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca1bc6c40bad62570683d642fcb04e977433ac8f76b674860ef7b1483c1f8990"
dependencies = [
"bstr",
"gix-hash",
"gix-revision",
"gix-validate",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-revision"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3751d6643d731fc5829d2f43ca049f4333c968f30908220ba0783c9dfe5010c"
dependencies = [
"bstr",
"gix-date 0.6.0",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-revwalk",
"thiserror",
]
[[package]]
name = "gix-revwalk"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144995229c6e5788b1c7386f8a3f7146ace3745c9a6b56cef9123a7d83b110c5"
dependencies = [
"gix-commitgraph",
"gix-date 0.6.0",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-sec"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47f09860e2ddc7b13119e410c46d8e9f870acc7933fb53ae65817af83a8c9f80"
dependencies = [
2023-05-14 07:17:14 +02:00
"bitflags 2.2.1",
"gix-path",
"libc",
2023-05-09 00:13:04 +02:00
"windows 0.48.0",
]
[[package]]
name = "gix-tempfile"
2023-05-14 07:17:14 +02:00
version = "5.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "d71a0d32f34e71e86586124225caefd78dabc605d0486de580d717653addf182"
dependencies = [
"gix-fs 0.1.1",
"libc",
"once_cell",
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-tempfile"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fac8310c17406ea619af72f42ee46dac795110f68f41b4f4fa231b69889c6a2"
dependencies = [
"gix-fs 0.3.0",
"libc",
"once_cell",
2023-03-03 16:21:38 +01:00
"parking_lot",
"signal-hook",
"signal-hook-registry",
"tempfile",
]
[[package]]
name = "gix-trace"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff8a60073500f4d6edd181432ee11394d843db7dcf05756aa137a1233b1cbf6"
[[package]]
name = "gix-traverse"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f6bba1686bfbc7e0e93d4932bc6e14d479c9c9524f7c8d65b25d2a9446a99e"
dependencies = [
"gix-commitgraph",
"gix-date 0.6.0",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-revwalk",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-url"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff1f984816338039b151a9f5dae6100e1e51e438cf61242ea8136fedc574d825"
dependencies = [
"bstr",
"gix-features 0.31.0",
"gix-path",
"home",
"thiserror",
"url",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "gix-utils"
version = "0.1.3"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca284c260845bc0724050aec59c7a596407678342614cdf5a1d69e044f29a36"
2023-05-09 00:13:04 +02:00
dependencies = [
"fastrand",
]
[[package]]
name = "gix-validate"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d092b594c8af00a3a31fe526d363ee8a51a6f29d8496cdb991ed2f01ec0ec13"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"thiserror",
]
[[package]]
name = "gix-worktree"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee22549d6723189366235e1c6959ccdac73b58197cdbb437684eaa2169edcb9"
dependencies = [
"bstr",
2023-05-09 00:13:04 +02:00
"filetime",
"gix-attributes",
"gix-features 0.31.0",
"gix-fs 0.3.0",
"gix-glob 0.9.0",
"gix-hash",
2023-05-09 00:13:04 +02:00
"gix-ignore",
"gix-index",
"gix-object 0.31.0",
"gix-path",
"io-close",
"thiserror",
]
2021-09-14 10:09:57 +02:00
[[package]]
name = "globset"
2023-03-03 16:21:38 +01:00
version = "0.4.10"
2021-09-14 10:09:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2021-09-14 10:09:57 +02:00
dependencies = [
2023-05-14 07:17:14 +02:00
"aho-corasick 0.7.20",
2023-03-03 16:21:38 +01:00
"bstr",
2021-09-14 10:09:57 +02:00
"fnv",
"log",
"regex",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "h2"
2023-05-14 07:17:14 +02:00
version = "0.3.19"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
2021-09-29 12:38:02 +02:00
"tracing",
]
2021-08-22 16:37:13 +02:00
[[package]]
name = "hashbrown"
2022-09-02 11:12:47 +02:00
version = "0.12.3"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-03-03 16:21:38 +01:00
dependencies = [
"ahash 0.7.6",
2023-03-03 16:21:38 +01:00
]
2021-08-22 16:37:13 +02:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2021-09-29 12:38:02 +02:00
[[package]]
name = "hdrhistogram"
2023-03-03 16:21:38 +01:00
version = "7.5.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
2021-09-29 12:38:02 +02:00
dependencies = [
2023-05-14 07:17:14 +02:00
"base64 0.13.1",
2021-09-29 12:38:02 +02:00
"byteorder",
"flate2",
"nom",
2021-09-29 12:38:02 +02:00
"num-traits",
]
[[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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-03-03 16:21:38 +01:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-03-14 00:58:02 +01:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
2023-05-14 07:17:14 +02:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "http"
2023-03-03 16:21:38 +01:00
version = "0.2.9"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"fnv",
2022-03-14 00:58:02 +01:00
"itoa",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "http-body"
version = "0.4.5"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-09-07 03:15:38 +02:00
version = "1.8.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 03:15:38 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-09-29 12:38:02 +02:00
[[package]]
name = "httpdate"
2021-12-23 14:35:26 +01:00
version = "1.0.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-09-29 12:38:02 +02:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2023-05-14 07:17:14 +02:00
version = "0.14.26"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-03-14 00:58:02 +01:00
"itoa",
2021-09-29 12:38:02 +02:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "iana-time-zone"
2023-05-14 07:17:14 +02:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-05-14 07:17:14 +02:00
"windows 0.48.0",
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-14 07:17:14 +02:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
2023-05-14 07:17:14 +02:00
"cc",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-10-12 14:49:38 +02:00
[[package]]
name = "ignore"
2023-03-03 16:21:38 +01:00
version = "0.4.20"
2021-10-12 14:49:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
2021-10-12 14:49:38 +02:00
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2022-06-15 05:25:05 +02:00
[[package]]
name = "ignore-files"
version = "1.3.1"
2022-06-15 05:25:05 +02:00
dependencies = [
2023-05-09 00:13:04 +02:00
"dunce",
2022-06-15 05:25:05 +02:00
"futures",
"gix-config 0.22.0",
2022-06-15 05:25:05 +02:00
"ignore",
"miette",
"project-origins",
2023-05-09 00:13:04 +02:00
"radix_trie",
2022-06-15 05:25:05 +02:00
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "imara-diff"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8"
dependencies = [
"ahash 0.8.3",
"hashbrown 0.12.3",
]
2021-08-22 16:37:13 +02:00
[[package]]
name = "indexmap"
2023-05-14 07:17:14 +02:00
version = "1.9.3"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-08-22 16:37:13 +02:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2021-08-22 16:37:13 +02:00
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "inotify"
2021-12-23 14:35:26 +01:00
version = "0.9.6"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2021-08-16 11:49:12 +02:00
"inotify-sys",
"libc",
]
2018-09-09 05:01:18 +02:00
[[package]]
name = "inotify-sys"
2021-04-10 20:09:48 +02:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 20:09:48 +02:00
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
2021-04-10 19:51:33 +02:00
"libc",
]
[[package]]
name = "instant"
2021-12-23 14:35:26 +01:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
]
[[package]]
name = "io-close"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
dependencies = [
"libc",
"winapi",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "io-lifetimes"
2023-05-09 00:13:04 +02:00
version = "1.0.10"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
2023-03-03 16:21:38 +01:00
dependencies = [
2023-03-22 02:47:26 +01:00
"hermit-abi 0.3.1",
2023-03-03 16:21:38 +01:00
"libc",
2023-05-09 00:13:04 +02:00
"windows-sys 0.48.0",
]
[[package]]
name = "is-terminal"
2023-05-14 07:17:14 +02:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
2023-05-14 07:17:14 +02:00
"rustix",
"windows-sys 0.48.0",
]
[[package]]
name = "is_ci"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
[[package]]
name = "is_debug"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89"
2021-07-10 10:07:59 +02:00
[[package]]
name = "itertools"
2023-03-03 16:21:38 +01:00
version = "0.10.5"
2021-07-10 10:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-07-10 10:07:59 +02:00
dependencies = [
"either",
]
2021-12-23 14:35:26 +01:00
[[package]]
name = "itoa"
version = "1.0.6"
2021-12-23 14:35:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2021-12-23 14:35:26 +01:00
[[package]]
name = "jobserver"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-05-14 07:17:14 +02:00
version = "0.3.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
dependencies = [
"wasm-bindgen",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "kqueue"
2023-03-03 16:21:38 +01:00
version = "1.0.7"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2021-08-16 11:49:12 +02:00
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2021-08-16 11:49:12 +02:00
"libc",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "kstring"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
dependencies = [
"static_assertions",
]
2016-10-22 21:37:03 +02:00
[[package]]
name = "lazy_static"
2019-10-28 00:16:05 +01:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 19:51:33 +02:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-05-14 07:17:14 +02:00
version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
name = "libgit2-sys"
version = "0.15.2+1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
[[package]]
name = "libmimalloc-sys"
2023-05-14 07:17:14 +02:00
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e"
dependencies = [
"cc",
2023-03-03 16:21:38 +01:00
"libc",
]
[[package]]
name = "libz-sys"
2023-05-14 07:17:14 +02:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
2021-08-16 11:49:12 +02:00
[[package]]
name = "lock_api"
2023-03-03 16:21:38 +01:00
version = "0.4.9"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2021-08-16 11:49:12 +02:00
dependencies = [
"autocfg",
2021-08-16 11:49:12 +02:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
]
[[package]]
name = "mac-notification-sys"
2022-09-02 11:12:47 +02:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5"
dependencies = [
"cc",
"dirs-next",
"objc-foundation",
"objc_id",
2023-05-14 07:17:14 +02:00
"time 0.3.21",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2021-08-16 15:15:17 +02:00
[[package]]
name = "matchers"
2021-12-23 14:35:26 +01:00
version = "0.1.0"
2021-08-16 15:15:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2021-08-16 15:15:17 +02:00
dependencies = [
"regex-automata",
]
[[package]]
name = "matchit"
2023-03-03 16:21:38 +01:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
2023-03-03 16:21:38 +01:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "miette"
2023-05-14 07:17:14 +02:00
version = "5.8.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "92a992891d5579caa9efd8e601f82e30a1caa79a27a5db075dde30ecb9eab357"
2021-08-16 11:49:12 +02:00
dependencies = [
"backtrace",
2023-05-14 07:17:14 +02:00
"backtrace-ext",
2023-03-18 09:32:24 +01:00
"is-terminal",
2021-08-16 11:49:12 +02:00
"miette-derive",
2021-08-22 16:37:13 +02:00
"once_cell",
2021-10-10 10:04:40 +02:00
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
2023-03-03 16:21:38 +01:00
"terminal_size 0.1.17",
"textwrap",
2021-08-16 11:49:12 +02:00
"thiserror",
2022-06-11 09:55:43 +02:00
"unicode-width",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "miette-derive"
2023-05-14 07:17:14 +02:00
version = "5.8.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "4c65c625186a9bcce6699394bee511e1b1aec689aa7e3be1bf4e996e75834153"
2021-08-16 11:49:12 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "mimalloc"
2023-05-14 07:17:14 +02:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98"
dependencies = [
"libmimalloc-sys",
]
[[package]]
name = "mime"
2023-03-22 02:47:26 +01:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-09-14 10:09:57 +02:00
[[package]]
name = "minimal-lexical"
2021-12-23 14:35:26 +01:00
version = "0.2.1"
2021-09-14 10:09:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-14 10:09:57 +02:00
[[package]]
name = "miniz_oxide"
2023-03-03 16:21:38 +01:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2022-03-14 00:57:49 +01:00
[[package]]
name = "mio"
2023-03-03 16:21:38 +01:00
version = "0.8.6"
2022-03-14 00:57:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2022-03-14 00:57:49 +01:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-03-03 16:21:38 +01:00
"windows-sys 0.45.0",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
"memoffset",
"pin-utils",
"static_assertions",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "nom"
2023-03-03 16:21:38 +01:00
version = "7.1.3"
2021-09-14 10:09:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-09-14 10:09:57 +02:00
dependencies = [
"memchr",
"minimal-lexical",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2023-01-06 14:53:49 +01:00
[[package]]
name = "normalize-path"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf22e319b2e3cb517350572e3b70c6822e0a520abfb5c78f690e829a73e8d9f2"
2021-08-16 11:49:12 +02:00
[[package]]
name = "notify"
2023-03-03 16:21:38 +01:00
version = "5.1.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2021-08-16 11:49:12 +02:00
"crossbeam-channel",
"filetime",
2022-03-18 02:08:36 +01:00
"fsevent-sys",
"inotify",
2021-08-16 11:49:12 +02:00
"kqueue",
"libc",
2022-03-14 00:58:02 +01:00
"mio",
2023-03-18 09:32:24 +01:00
"serde",
2021-08-16 11:49:12 +02:00
"walkdir",
2023-03-03 16:21:38 +01:00
"windows-sys 0.42.0",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "notify-rust"
2023-03-03 16:21:38 +01:00
version = "4.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e"
dependencies = [
2023-03-03 16:21:38 +01:00
"log",
"mac-notification-sys",
"serde",
2023-03-03 16:21:38 +01:00
"tauri-winrt-notification",
"zbus",
2023-03-03 16:21:38 +01:00
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "num_cpus"
2023-03-03 16:21:38 +01:00
version = "1.15.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"hermit-abi 0.2.6",
2021-08-16 11:49:12 +02:00
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"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 = "object"
2023-03-03 16:21:38 +01:00
version = "0.30.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-03-03 16:21:38 +01:00
version = "1.17.1"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-03-14 00:58:02 +01:00
2023-05-14 07:17:14 +02:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2022-03-14 00:58:02 +01:00
[[package]]
name = "ordered-stream"
2023-03-03 16:21:38 +01:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2022-03-14 00:58:02 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "os_str_bytes"
2023-03-22 02:47:26 +01:00
version = "6.5.0"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
dependencies = [
"memchr",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2021-08-22 16:37:13 +02:00
[[package]]
name = "owo-colors"
2022-09-02 11:12:47 +02:00
version = "3.5.0"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2021-08-22 16:37:13 +02:00
[[package]]
name = "parking"
2023-05-14 07:17:14 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2021-08-16 11:49:12 +02:00
[[package]]
name = "parking_lot"
2022-09-02 11:12:47 +02:00
version = "0.12.1"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2021-08-16 11:49:12 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-03-03 16:21:38 +01:00
version = "0.9.7"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-08-16 11:49:12 +02:00
"libc",
2023-05-14 07:17:14 +02:00
"redox_syscall 0.2.16",
2021-08-16 11:49:12 +02:00
"smallvec",
2023-03-03 16:21:38 +01:00
"windows-sys 0.45.0",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "percent-encoding"
2023-03-03 16:21:38 +01:00
version = "2.2.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-09-29 12:38:02 +02:00
[[package]]
name = "phf"
2023-03-03 16:21:38 +01:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
2023-03-03 16:21:38 +01:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2023-03-03 16:21:38 +01:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
dependencies = [
"phf_shared",
2023-03-03 16:21:38 +01:00
"rand",
]
[[package]]
name = "phf_shared"
2023-03-03 16:21:38 +01:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
dependencies = [
"siphasher",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "pin-project"
2023-05-14 07:17:14 +02:00
version = "1.1.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2021-09-29 12:38:02 +02:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-05-14 07:17:14 +02:00
version = "1.1.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2021-09-29 12:38:02 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-05-14 07:17:14 +02:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "polling"
2023-05-14 07:17:14 +02:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
2022-09-02 11:12:47 +02:00
"autocfg",
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2023-03-03 16:21:38 +01:00
"cfg-if",
2023-03-18 09:32:24 +01:00
"concurrent-queue",
"libc",
"log",
2023-03-18 09:32:24 +01:00
"pin-project-lite",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
]
[[package]]
name = "ppv-lite86"
2023-03-03 16:21:38 +01:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
2023-03-03 16:21:38 +01:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
2022-09-02 11:12:47 +02:00
"once_cell",
2023-03-03 16:21:38 +01:00
"toml_edit",
]
2019-10-27 11:29:58 +01:00
[[package]]
name = "proc-macro2"
2023-05-14 07:17:14 +02:00
version = "1.0.56"
2019-10-27 11:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
2019-10-27 11:29:58 +01:00
dependencies = [
"unicode-ident",
2019-10-27 11:29:58 +01:00
]
[[package]]
name = "prodash"
version = "25.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3236ce1618b6da4c7b618e0143c4d5b5dc190f75f81c49f248221382f7e9e9ae"
2022-06-15 05:25:05 +02:00
[[package]]
name = "project-origins"
version = "1.2.0"
2022-06-15 05:25:05 +02:00
dependencies = [
"futures",
"miette",
"tokio",
"tokio-stream",
"tracing-subscriber",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "prost"
2023-05-14 07:17:14 +02:00
version = "0.11.9"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2023-05-14 07:17:14 +02:00
version = "0.11.9"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
2021-09-29 12:38:02 +02:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "prost-types"
2023-05-14 07:17:14 +02:00
version = "0.11.9"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
2021-09-29 12:38:02 +02:00
dependencies = [
"prost",
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "quick-xml"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
2019-10-27 11:29:58 +01:00
dependencies = [
2023-03-03 16:21:38 +01:00
"memchr",
2019-10-27 11:29:58 +01:00
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "quote"
2023-05-14 07:17:14 +02:00
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
dependencies = [
2023-03-03 16:21:38 +01:00
"proc-macro2",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "rand"
2022-03-14 00:58:02 +01:00
version = "0.8.5"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-09-29 12:38:02 +02:00
dependencies = [
"libc",
2023-03-03 16:21:38 +01:00
"rand_chacha",
"rand_core",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-03-03 16:21:38 +01:00
"rand_core",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "rand_core"
2023-03-03 16:21:38 +01:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2023-03-03 16:21:38 +01:00
"getrandom",
]
[[package]]
name = "redox_syscall"
2022-09-02 11:12:47 +02:00
version = "0.2.16"
2017-01-27 19:13:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-04-10 20:09:48 +02:00
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2023-03-03 16:21:38 +01:00
"getrandom",
2023-05-14 07:17:14 +02:00
"redox_syscall 0.2.16",
2022-03-18 02:08:36 +01:00
"thiserror",
]
[[package]]
name = "regex"
2023-05-14 07:17:14 +02:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
dependencies = [
2023-05-14 07:17:14 +02:00
"aho-corasick 1.0.1",
2021-09-13 09:51:07 +02:00
"memchr",
2023-05-14 07:17:14 +02:00
"regex-syntax 0.7.1",
]
2021-05-10 13:02:31 +02:00
[[package]]
name = "regex-automata"
2021-07-10 10:07:59 +02:00
version = "0.1.10"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-10 10:07:59 +02:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-08-16 15:15:17 +02:00
dependencies = [
2023-05-14 07:17:14 +02:00
"regex-syntax 0.6.29",
2021-08-16 15:15:17 +02:00
]
2021-05-10 13:02:31 +02:00
[[package]]
name = "regex-syntax"
2023-03-22 02:47:26 +01:00
version = "0.6.29"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2021-09-29 12:38:02 +02:00
2023-05-14 07:17:14 +02:00
[[package]]
name = "regex-syntax"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
[[package]]
name = "roff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rustc-demangle"
2023-05-14 07:17:14 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-03-14 00:58:02 +01:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "rustix"
version = "0.37.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
dependencies = [
"bitflags 1.3.2",
2023-05-14 07:17:14 +02:00
"errno",
2023-05-09 00:13:04 +02:00
"io-lifetimes",
"libc",
2023-05-14 07:17:14 +02:00
"linux-raw-sys",
2023-05-09 00:13:04 +02:00
"windows-sys 0.48.0",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "rustversion"
2023-03-18 09:32:24 +01:00
version = "1.0.12"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2023-03-03 16:21:38 +01:00
[[package]]
name = "ryu"
version = "1.0.13"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2021-05-10 13:02:31 +02:00
[[package]]
name = "same-file"
2021-04-10 20:09:48 +02:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 20:09:48 +02:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
2021-04-10 19:51:33 +02:00
"winapi-util",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-03-14 00:58:02 +01:00
[[package]]
name = "semver"
2023-03-18 09:32:24 +01:00
version = "1.0.17"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-03-14 00:58:02 +01:00
2021-05-10 13:02:31 +02:00
[[package]]
name = "serde"
2023-05-14 07:17:14 +02:00
version = "1.0.163"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2021-05-10 13:02:31 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-05-14 07:17:14 +02:00
version = "1.0.163"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2021-05-10 13:02:31 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2021-05-10 13:02:31 +02:00
]
[[package]]
name = "serde_json"
2023-05-14 07:17:14 +02:00
version = "1.0.96"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2021-05-10 13:02:31 +02:00
dependencies = [
2022-03-14 00:58:02 +01:00
"itoa",
2021-05-10 13:02:31 +02:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-03-22 02:47:26 +01:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "sha1"
2023-03-03 16:21:38 +01:00
version = "0.10.5"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-03-14 00:58:02 +01:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"cpufeatures",
"digest",
2022-03-14 00:58:02 +01:00
]
[[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.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157bef6b3029f72d6f4226acdfa466b84526aa62ae36a3bcf1e1801b403ecd74"
dependencies = [
"const_format",
"git2",
"is_debug",
2023-05-14 07:17:14 +02:00
"time 0.3.21",
"tzdb",
]
[[package]]
name = "sharded-slab"
2021-10-16 06:25:21 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-16 06:25:21 +02:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "signal-hook-registry"
2023-03-03 16:21:38 +01:00
version = "1.4.1"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-08-16 11:49:12 +02:00
dependencies = [
"libc",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "similar"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
[[package]]
name = "siphasher"
2022-03-14 00:58:02 +01:00
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
name = "slab"
2023-03-03 16:21:38 +01:00
version = "0.4.8"
2018-09-09 05:01:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-09-02 11:12:47 +02:00
dependencies = [
"autocfg",
]
2018-09-09 05:01:18 +02:00
2021-08-16 11:49:12 +02:00
[[package]]
name = "smallvec"
2023-03-03 16:21:38 +01:00
version = "1.10.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-08-16 11:49:12 +02:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
2023-03-18 09:32:24 +01:00
[[package]]
name = "snapbox"
2023-05-14 07:17:14 +02:00
version = "0.4.11"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstream",
"anstyle",
"normalize-line-endings",
"similar",
"snapbox-macros",
]
[[package]]
name = "snapbox-macros"
2023-05-14 07:17:14 +02:00
version = "0.3.4"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstream",
]
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
[[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"
2021-12-23 14:35:26 +01:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
2021-10-16 06:25:21 +02:00
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2021-12-23 14:35:26 +01:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
dependencies = [
"heck 0.3.3",
2021-10-16 06:25:21 +02:00
"proc-macro2",
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
]
[[package]]
name = "supports-color"
2023-03-18 09:32:24 +01:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
dependencies = [
2023-03-18 09:32:24 +01:00
"is-terminal",
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
2023-05-14 07:17:14 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
dependencies = [
2023-03-18 09:32:24 +01:00
"is-terminal",
]
[[package]]
name = "supports-unicode"
2023-03-18 09:32:24 +01:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
dependencies = [
2023-03-18 09:32:24 +01:00
"is-terminal",
]
[[package]]
name = "syn"
2023-03-03 16:21:38 +01:00
version = "1.0.109"
2019-10-27 11:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-10-27 11:29:58 +01:00
dependencies = [
2021-04-10 19:51:33 +02:00
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"unicode-ident",
2019-10-27 11:29:58 +01:00
]
2023-03-22 02:47:26 +01:00
[[package]]
name = "syn"
2023-05-14 07:17:14 +02:00
version = "2.0.15"
2023-03-22 02:47:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
2023-03-22 02:47:26 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2023-03-03 16:21:38 +01:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "tauri-winrt-notification"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b"
dependencies = [
"quick-xml",
"strum",
"windows 0.39.0",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tempfile"
2023-05-14 07:17:14 +02:00
version = "3.5.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2021-09-29 12:38:02 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2022-01-18 10:14:34 +01:00
"fastrand",
2023-05-14 07:17:14 +02:00
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
]
2021-05-10 13:02:31 +02:00
[[package]]
name = "terminal_size"
2021-05-22 10:00:06 +02:00
version = "0.1.17"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-22 10:00:06 +02:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
2021-05-10 13:02:31 +02:00
dependencies = [
"libc",
"winapi",
2021-05-10 13:02:31 +02:00
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "terminal_size"
2023-05-14 07:17:14 +02:00
version = "0.2.6"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
2023-03-03 16:21:38 +01:00
dependencies = [
2023-05-14 07:17:14 +02:00
"rustix",
"windows-sys 0.48.0",
2023-03-03 16:21:38 +01:00
]
[[package]]
name = "terminfo"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f"
dependencies = [
2023-03-22 02:23:00 +01:00
"dirs 4.0.0",
"fnv",
"nom",
"phf",
"phf_codegen",
]
[[package]]
name = "textwrap"
2023-03-03 16:21:38 +01:00
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
dependencies = [
2022-06-15 05:25:05 +02:00
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2023-03-22 02:47:26 +01:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-22 02:47:26 +01:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
]
[[package]]
name = "thread_local"
2023-03-03 16:21:38 +01:00
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "time"
2023-05-14 07:17:14 +02:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
dependencies = [
"itoa",
"libc",
"num_threads",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-05-14 07:17:14 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-05-14 07:17:14 +02:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
dependencies = [
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-08-16 11:49:12 +02:00
[[package]]
name = "tokio"
2023-05-14 07:17:14 +02:00
version = "1.28.1"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
2021-08-16 11:49:12 +02:00
dependencies = [
2022-09-02 11:12:47 +02:00
"autocfg",
2021-08-16 11:49:12 +02:00
"bytes",
"libc",
2022-03-14 00:58:02 +01:00
"mio",
2021-08-16 11:49:12 +02:00
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
2022-03-14 00:58:02 +01:00
"socket2",
2021-08-16 11:49:12 +02:00
"tokio-macros",
2021-09-29 12:38:02 +02:00
"tracing",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tokio-io-timeout"
2022-01-18 10:14:34 +01:00
version = "1.2.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 10:14:34 +01:00
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2021-09-29 12:38:02 +02:00
dependencies = [
"pin-project-lite",
"tokio",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "tokio-macros"
2023-05-14 07:17:14 +02:00
version = "2.1.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2021-08-16 11:49:12 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tokio-stream"
2023-05-14 07:17:14 +02:00
version = "0.1.14"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2021-09-29 12:38:02 +02:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "tokio-util"
2023-05-14 07:17:14 +02:00
version = "0.7.8"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-03-14 00:58:02 +01:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
2022-03-14 00:58:02 +01:00
]
[[package]]
name = "toml"
2023-05-09 00:13:04 +02:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
2023-05-09 00:13:04 +02:00
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-05-09 00:13:04 +02:00
dependencies = [
"serde",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "toml_edit"
2023-05-14 07:17:14 +02:00
version = "0.19.8"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2023-03-03 16:21:38 +01:00
dependencies = [
"indexmap",
2023-05-09 00:13:04 +02:00
"serde",
"serde_spanned",
2023-03-03 16:21:38 +01:00
"toml_datetime",
"winnow",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tonic"
2023-05-14 07:17:14 +02:00
version = "0.9.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
2021-09-29 12:38:02 +02:00
dependencies = [
"async-trait",
"axum",
2023-05-14 07:17:14 +02:00
"base64 0.21.0",
2021-09-29 12:38:02 +02:00
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2021-09-29 12:38:02 +02:00
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
2021-10-16 06:25:21 +02:00
"pin-project-lite",
2023-03-03 16:21:38 +01:00
"rand",
2021-09-29 12:38:02 +02:00
"slab",
"tokio",
"tokio-util",
2021-09-29 12:38:02 +02:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2023-03-03 16:21:38 +01:00
version = "0.3.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2021-09-29 12:38:02 +02:00
[[package]]
name = "tower-service"
version = "0.3.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-09-29 12:38:02 +02:00
[[package]]
name = "tracing"
2023-03-03 16:21:38 +01:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-09-29 12:38:02 +02:00
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-05-14 07:17:14 +02:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
]
[[package]]
name = "tracing-core"
2023-05-14 07:17:14 +02:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
2022-03-14 00:58:02 +01:00
"valuable",
]
2021-08-16 15:15:17 +02:00
[[package]]
name = "tracing-log"
2022-06-07 14:15:17 +02:00
version = "0.1.3"
2021-08-16 15:15:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 14:15:17 +02:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2021-08-16 15:15:17 +02:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-05-14 07:17:14 +02:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
dependencies = [
2021-08-16 15:15:17 +02:00
"matchers",
2023-03-03 16:21:38 +01:00
"nu-ansi-term",
2022-09-02 11:12:47 +02:00
"once_cell",
2021-08-16 15:15:17 +02:00
"regex",
"serde",
"serde_json",
"sharded-slab",
2021-08-16 15:15:17 +02:00
"smallvec",
"thread_local",
2021-08-16 15:15:17 +02:00
"tracing",
"tracing-core",
2021-08-16 15:15:17 +02:00
"tracing-log",
"tracing-serde",
2021-12-23 14:28:21 +01:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "try-lock"
2023-03-03 16:21:38 +01:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "typenum"
version = "1.16.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2021-09-29 12:38:02 +02:00
[[package]]
name = "tz-rs"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33851b15c848fad2cf4b105c6bb66eb9512b6f6c44a4b13f57c53c73c707e2b4"
dependencies = [
"const_fn",
]
[[package]]
name = "tzdb"
2023-05-14 07:17:14 +02:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "ec758958f2fb5069cd7fae385be95cc8eceb8cdfd270c7d14de6034f0108d99e"
dependencies = [
"iana-time-zone",
"tz-rs",
]
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2023-03-22 02:47:26 +01:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-bom"
2023-05-09 00:13:04 +02:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552"
[[package]]
name = "unicode-ident"
2023-03-18 09:32:24 +01:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
[[package]]
name = "unicode-linebreak"
2023-03-03 16:21:38 +01:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
dependencies = [
"hashbrown 0.12.3",
"regex",
]
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "unicode-segmentation"
2023-03-03 16:21:38 +01:00
version = "1.10.1"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2021-09-29 12:38:02 +02:00
[[package]]
name = "unicode-width"
2023-03-03 16:21:38 +01:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2021-05-10 13:02:31 +02:00
[[package]]
2022-03-14 00:58:02 +01:00
name = "valuable"
version = "0.1.0"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2021-05-10 13:02:31 +02:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2022-01-18 10:14:34 +01:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 10:14:34 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vswhom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 19:51:33 +02:00
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
dependencies = [
2021-04-10 19:51:33 +02:00
"libc",
"vswhom-sys",
]
[[package]]
name = "vswhom-sys"
2023-03-03 16:21:38 +01:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
dependencies = [
2021-04-10 19:51:33 +02:00
"cc",
"libc",
]
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
2023-03-22 02:47:26 +01:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
dependencies = [
2021-04-10 19:51:33 +02:00
"same-file",
"winapi-util",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-03-14 00:57:49 +01:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-05-14 07:17:14 +02:00
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-05-14 07:17:14 +02:00
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-05-14 07:17:14 +02:00
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-05-14 07:17:14 +02:00
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
dependencies = [
"proc-macro2",
"quote",
2023-05-14 07:17:14 +02:00
"syn 2.0.15",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-05-14 07:17:14 +02:00
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
[[package]]
name = "watchexec"
version = "2.3.0"
2021-08-16 11:49:12 +02:00
dependencies = [
"async-priority-channel",
2023-03-03 16:21:38 +01:00
"async-recursion",
"atomic-take",
2021-08-22 14:28:20 +02:00
"clearscreen",
2021-08-16 17:09:22 +02:00
"command-group",
2021-08-18 15:12:50 +02:00
"futures",
2022-06-15 05:25:05 +02:00
"ignore-files",
2021-08-16 11:49:12 +02:00
"miette",
2023-03-18 09:32:24 +01:00
"nix",
2023-01-06 14:53:49 +01:00
"normalize-path",
"notify",
"once_cell",
2022-06-15 05:25:05 +02:00
"project-origins",
2021-08-16 11:49:12 +02:00
"thiserror",
"tokio",
"tracing",
2022-01-30 12:45:47 +01:00
"tracing-subscriber",
2023-03-18 09:32:24 +01:00
"watchexec-events",
"watchexec-signals",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "watchexec-cli"
version = "1.22.3"
dependencies = [
"argfile",
"bosion",
"chrono",
"clap",
"clap_complete",
"clap_complete_nushell",
"clap_mangen",
"command-group",
2021-09-29 12:38:02 +02:00
"console-subscriber",
2023-05-14 07:17:14 +02:00
"dirs 5.0.1",
"embed-resource",
2021-12-29 06:39:31 +01:00
"futures",
"humantime",
2022-06-15 05:25:05 +02:00
"ignore-files",
"is-terminal",
"miette",
"mimalloc",
"notify-rust",
2022-06-15 05:25:05 +02:00
"project-origins",
2023-03-18 09:32:24 +01:00
"serde_json",
"shadow-rs",
2023-03-18 09:32:24 +01:00
"tempfile",
"tokio",
"tracing",
2021-12-23 14:35:26 +01:00
"tracing-subscriber",
2022-01-31 07:15:20 +01:00
"watchexec",
2023-03-18 09:32:24 +01:00
"watchexec-events",
2022-06-15 05:25:05 +02:00
"watchexec-filterer-globset",
2023-03-18 09:32:24 +01:00
"watchexec-signals",
"which",
2022-06-15 05:25:05 +02:00
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "watchexec-events"
version = "1.0.0"
2023-03-18 09:32:24 +01:00
dependencies = [
"nix",
"notify",
"serde",
"serde_json",
"snapbox",
"watchexec-events",
"watchexec-signals",
]
2022-06-15 05:25:05 +02:00
[[package]]
name = "watchexec-filterer-globset"
version = "1.2.0"
2022-06-15 05:25:05 +02:00
dependencies = [
"ignore",
"ignore-files",
"project-origins",
"tokio",
"tracing",
"tracing-subscriber",
"watchexec",
"watchexec-filterer-ignore",
]
[[package]]
name = "watchexec-filterer-ignore"
version = "1.2.1"
2022-06-15 05:25:05 +02:00
dependencies = [
2023-05-09 00:13:04 +02:00
"dunce",
2022-06-15 05:25:05 +02:00
"ignore",
"ignore-files",
"project-origins",
"tokio",
"tracing",
"tracing-subscriber",
"watchexec",
2023-03-18 09:32:24 +01:00
"watchexec-signals",
2022-06-15 05:25:05 +02:00
]
[[package]]
name = "watchexec-filterer-tagged"
version = "0.3.0"
2022-06-15 05:25:05 +02:00
dependencies = [
2023-01-06 14:53:49 +01:00
"futures",
2022-06-15 05:25:05 +02:00
"globset",
"ignore",
"ignore-files",
"miette",
"nom",
2022-06-15 05:25:05 +02:00
"project-origins",
"regex",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"unicase",
"watchexec",
"watchexec-filterer-ignore",
2023-03-18 09:32:24 +01:00
"watchexec-signals",
]
[[package]]
2023-03-18 09:32:24 +01:00
name = "watchexec-signals"
version = "1.0.0"
dependencies = [
2023-03-18 09:32:24 +01:00
"miette",
"nix",
"serde",
"thiserror",
]
[[package]]
name = "which"
2023-03-03 16:21:38 +01:00
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
dependencies = [
"either",
"libc",
2022-09-07 03:15:38 +02:00
"once_cell",
]
[[package]]
name = "winapi"
2020-07-03 14:51:51 +02:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 19:51:33 +02:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2021-04-10 19:51:33 +02:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 19:51:33 +02:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-09-09 05:01:18 +02:00
[[package]]
name = "winapi-util"
2021-04-10 20:09:48 +02:00
version = "0.1.5"
2018-09-09 05:01:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 20:09:48 +02:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-09 05:01:18 +02:00
dependencies = [
"winapi",
2018-09-09 05:01:18 +02:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 19:51:33 +02:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
2021-10-16 06:25:21 +02:00
name = "windows"
2023-03-03 16:21:38 +01:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
dependencies = [
2023-03-03 16:21:38 +01:00
"windows_aarch64_msvc 0.39.0",
"windows_i686_gnu 0.39.0",
"windows_i686_msvc 0.39.0",
"windows_x86_64_gnu 0.39.0",
"windows_x86_64_msvc 0.39.0",
2022-03-14 00:58:02 +01:00
]
2023-03-22 02:47:26 +01:00
[[package]]
name = "windows"
2023-05-09 00:13:04 +02:00
version = "0.48.0"
2023-03-22 02:47:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-03-22 02:47:26 +01:00
dependencies = [
2023-05-09 00:13:04 +02:00
"windows-targets 0.48.0",
2023-03-22 02:47:26 +01:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows-sys"
2023-03-03 16:21:38 +01:00
version = "0.42.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-03-14 00:58:02 +01:00
dependencies = [
2023-05-09 00:13:04 +02:00
"windows_aarch64_gnullvm 0.42.2",
2023-03-18 09:32:24 +01:00
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
2023-05-09 00:13:04 +02:00
"windows_x86_64_gnullvm 0.42.2",
2023-03-18 09:32:24 +01:00
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-sys"
2023-03-03 16:21:38 +01:00
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-05-09 00:13:04 +02:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-03-03 16:21:38 +01:00
]
[[package]]
name = "windows-targets"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-05-09 00:13:04 +02:00
"windows_aarch64_gnullvm 0.42.2",
2023-03-18 09:32:24 +01:00
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
2023-05-09 00:13:04 +02:00
"windows_x86_64_gnullvm 0.42.2",
2023-03-18 09:32:24 +01:00
"windows_x86_64_msvc 0.42.2",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-03 16:21:38 +01:00
version = "0.39.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2021-10-16 06:25:21 +02:00
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_i686_gnu"
2023-03-03 16:21:38 +01:00
version = "0.39.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_i686_gnu"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2021-10-16 06:25:21 +02:00
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_i686_msvc"
2023-03-03 16:21:38 +01:00
version = "0.39.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_i686_msvc"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2021-10-16 06:25:21 +02:00
[[package]]
2021-12-23 14:35:26 +01:00
name = "windows_x86_64_gnu"
2023-03-03 16:21:38 +01:00
version = "0.39.0"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
2021-10-16 06:25:21 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2021-10-16 06:25:21 +02:00
[[package]]
2021-12-23 14:35:26 +01:00
name = "windows_x86_64_msvc"
2023-03-03 16:21:38 +01:00
version = "0.39.0"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
2021-10-16 06:25:21 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-18 09:32:24 +01:00
version = "0.42.2"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-03-14 00:58:02 +01:00
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
2023-03-03 16:21:38 +01:00
name = "winnow"
2023-05-14 07:17:14 +02:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2023-03-03 16:21:38 +01:00
dependencies = [
"memchr",
]
2021-10-16 06:25:21 +02:00
[[package]]
name = "winreg"
2023-05-09 00:13:04 +02:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189"
dependencies = [
2023-05-09 00:13:04 +02:00
"cfg-if",
"winapi",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix",
"winapi",
]
[[package]]
name = "zbus"
2023-05-14 07:17:14 +02:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "29242fa5ec5693629ae74d6eb1f69622a9511f600986d6d9779bccf36ac316e3"
dependencies = [
2022-03-14 00:58:02 +01:00
"async-broadcast",
"async-executor",
2023-03-18 09:32:24 +01:00
"async-fs",
"async-io",
2022-03-14 00:58:02 +01:00
"async-lock",
2023-03-03 16:21:38 +01:00
"async-recursion",
2022-03-14 00:58:02 +01:00
"async-task",
"async-trait",
"byteorder",
"derivative",
"enumflags2",
2022-03-14 00:58:02 +01:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2023-03-18 09:32:24 +01:00
"nix",
"once_cell",
2022-03-14 00:58:02 +01:00
"ordered-stream",
2023-03-03 16:21:38 +01:00
"rand",
"serde",
"serde_repr",
2022-03-14 00:58:02 +01:00
"sha1",
"static_assertions",
"tracing",
"uds_windows",
2022-03-14 00:58:02 +01:00
"winapi",
2023-05-14 07:17:14 +02:00
"xdg-home",
"zbus_macros",
2022-03-14 00:58:02 +01:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-05-14 07:17:14 +02:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "537793e26e9af85f774801dc52c6f6292352b2b517c5cf0449ffd3735732a53a"
dependencies = [
2022-03-14 00:58:02 +01:00
"proc-macro-crate",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2022-03-14 00:58:02 +01:00
"regex",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2023-03-18 09:32:24 +01:00
"zvariant_utils",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "zbus_names"
2023-05-14 07:17:14 +02:00
version = "2.5.1"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "82441e6033be0a741157a72951a3e4957d519698f3a824439cc131c5ba77ac2a"
2022-03-14 00:58:02 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
2023-05-14 07:17:14 +02:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "5cb36cd95352132911c9c99fdcc1635de5c2c139bd34cbcf6dfb8350ee8ff6a7"
dependencies = [
"byteorder",
"enumflags2",
2021-10-16 06:25:21 +02:00
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-05-14 07:17:14 +02:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "9b34951e1ac64f3a1443fe7181256b9ed6a811a1631917566c3d5ca718d8cf33"
dependencies = [
2022-03-14 00:58:02 +01:00
"proc-macro-crate",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2023-03-18 09:32:24 +01:00
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
dependencies = [
"proc-macro2",
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
]