watchexec/Cargo.lock

3084 lines
73 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
]
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
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "anyhow"
2023-03-03 16:21:38 +01:00
version = "1.0.69"
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 = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2021-05-10 13:02:31 +02:00
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",
]
[[package]]
name = "async-executor"
2023-03-03 16:21:38 +01:00
version = "1.5.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 = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
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",
]
[[package]]
name = "async-io"
2023-03-03 16:21:38 +01:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
2023-03-03 16:21:38 +01:00
"async-lock",
2022-09-02 11:12:47 +02:00
"autocfg",
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
2023-03-03 16:21:38 +01:00
"windows-sys 0.42.0",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-lock"
2023-03-03 16:21:38 +01:00
version = "2.6.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 = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
2022-03-14 00:58:02 +01:00
dependencies = [
"event-listener",
2023-03-03 16:21:38 +01:00
"futures-lite",
2022-03-14 00:58:02 +01:00
]
[[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-03 16:21:38 +01:00
version = "1.0.2"
2021-08-22 14:28:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796"
2021-08-22 14:28:20 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
2021-08-22 14:28:20 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "async-stream"
2023-03-03 16:21:38 +01:00
version = "0.3.4"
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 = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e"
2021-09-29 12:38:02 +02:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-03-03 16:21:38 +01:00
"pin-project-lite",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "async-stream-impl"
2023-03-03 16:21:38 +01:00
version = "0.3.4"
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 = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965"
2021-09-29 12:38:02 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
2021-09-29 12:38:02 +02:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-task"
2022-09-02 11:12:47 +02:00
version = "4.3.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
2022-03-14 00:58:02 +01:00
2021-08-16 17:09:22 +02:00
[[package]]
name = "async-trait"
2023-03-03 16:21:38 +01:00
version = "0.1.64"
2021-08-16 17:09:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
2021-08-16 17:09:22 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
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]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-03-03 16:21:38 +01:00
"hermit-abi 0.1.19",
2021-08-22 16:37:13 +02:00
"libc",
"winapi",
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-03-03 16:21:38 +01:00
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "6137c6234afb339e75e764c866e3594900f0211e1315d33779f269bbe2ec6967"
dependencies = [
"async-trait",
"axum-core",
"bitflags",
"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-http",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-03-03 16:21:38 +01:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34"
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",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[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"
[[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
[[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"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2019-10-28 00:16:05 +01:00
dependencies = [
2023-03-03 16:21:38 +01:00
"generic-array",
]
[[package]]
name = "bstr"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"
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 = "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"
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 = "clap"
2023-03-03 16:21:38 +01:00
version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"atty",
2021-10-16 06:25:21 +02:00
"bitflags",
"clap_lex",
"indexmap",
"once_cell",
"strsim",
"termcolor",
2023-03-03 16:21:38 +01:00
"terminal_size 0.2.5",
"textwrap 0.16.0",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clearscreen"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41aa24cc5e1d6b3fc49ad4cd540b522fedcbe88bc6f259ff16e20e7010b6f8c7"
dependencies = [
"nix 0.26.2",
"terminfo",
"thiserror",
"which",
"winapi",
]
[[package]]
name = "command-group"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "026c3922235f9f7d78f21251a026f3acdeb7cce3deba107fe09a4bfa63d850a2"
dependencies = [
2021-08-16 17:09:22 +02:00
"async-trait",
"nix 0.26.2",
2021-08-16 17:09:22 +02:00
"tokio",
"winapi",
]
[[package]]
name = "concurrent-queue"
2023-03-03 16:21:38 +01:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
dependencies = [
2023-03-03 16:21:38 +01:00
"crossbeam-utils",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "console-api"
2022-09-02 11:12:47 +02:00
version = "0.4.0"
2021-12-23 14:28:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "e57ff02e8ad8e06ab9731d5dc72dc23bef9200778eae1a89d555d8c42e5d4a86"
2021-09-29 12:38:02 +02:00
dependencies = [
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
name = "console-subscriber"
2022-09-07 03:15:38 +02:00
version = "0.1.8"
2021-12-23 14:28:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 03:15:38 +02:00
checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be"
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
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
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-03-03 16:21:38 +01:00
version = "0.5.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 = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
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",
"syn",
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 = [
"dirs-sys",
]
[[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",
]
[[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 = "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-03-03 16:21:38 +01:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "e62abb876c07e4754fae5c14cafa77937841f01740637e17d78dc04352f32a5e"
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",
]
[[package]]
name = "enumflags2"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[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-03-03 16:21:38 +01:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-04-10 19:51:33 +02:00
"libc",
"redox_syscall",
2023-03-03 16:21:38 +01:00
"windows-sys 0.45.0",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "flate2"
2023-03-03 16:21:38 +01:00
version = "1.0.25"
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 = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2021-09-29 12:38:02 +02:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[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"
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-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
[[package]]
name = "futures-executor"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
[[package]]
name = "futures-task"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
[[package]]
name = "futures-util"
2023-03-03 16:21:38 +01:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
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"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
2023-03-03 16:21:38 +01:00
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-03-03 16:21:38 +01:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
2023-03-03 16:21:38 +01:00
"wasi",
]
[[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 = "gix-actor"
2023-03-03 16:21:38 +01:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "1cc0696e9d47d6c407f98cefc0f462d2dc1361aa62e166fe15c1c8d989583e8c"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"btoi",
"gix-date",
"itoa",
2023-03-03 16:21:38 +01:00
"nom 7.1.3",
"thiserror",
]
[[package]]
name = "gix-config"
2023-03-03 16:21:38 +01:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "30c7c8a572aa639df072016aa03b740606815cf7ab64e4fc7e2e1c48f748497c"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"gix-config-value",
"gix-features",
"gix-glob",
"gix-path",
"gix-ref",
"gix-sec",
"memchr",
2023-03-03 16:21:38 +01:00
"nom 7.1.3",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
]
[[package]]
name = "gix-config-value"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d4a4ba0531e46fe558459557a5b29fb86c3e4b2666c1c0861d93c7c678331"
dependencies = [
"bitflags",
2023-03-03 16:21:38 +01:00
"bstr",
"gix-path",
"libc",
"thiserror",
]
[[package]]
name = "gix-date"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"itoa",
"thiserror",
"time",
]
[[package]]
name = "gix-features"
2023-03-03 16:21:38 +01:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "6e799c19245b6d19e371fc9c2981b8133e600611b59f6dc7df0293af2c7db50f"
dependencies = [
"gix-hash",
"libc",
"sha1_smol",
"walkdir",
]
[[package]]
name = "gix-glob"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993"
dependencies = [
"bitflags",
2023-03-03 16:21:38 +01:00
"bstr",
]
[[package]]
name = "gix-hash"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0c5a9f4d621d4f4ea046bb331df5c746ca735b8cae5b234cc2be70ee4dbef0"
dependencies = [
"hex",
2022-09-07 03:15:38 +02:00
"thiserror",
]
[[package]]
name = "gix-lock"
2023-03-03 16:21:38 +01:00
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "66119ff8a4a395d0ea033fef718bc85f8b4f0855874f4ce1e005fc16cfe1f66e"
dependencies = [
"fastrand",
"gix-tempfile",
2023-03-03 16:21:38 +01:00
"thiserror",
]
[[package]]
name = "gix-object"
2023-03-03 16:21:38 +01:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "cf7ac5d836f4f37073fe21ad4304a656a22e797394a55b3a589a180b293bbdcf"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"btoi",
"gix-actor",
"gix-features",
"gix-hash",
"gix-validate",
"hex",
"itoa",
2023-03-03 16:21:38 +01:00
"nom 7.1.3",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-path"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c104a66dec149cb8f7aaafc6ab797654cf82d67f050fd0cb7e7294e328354b"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"thiserror",
]
[[package]]
name = "gix-ref"
2023-03-03 16:21:38 +01:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "99708f74e03bd329d385937b52b851d063fd238ccbd84d9812c15e4a32b92332"
dependencies = [
"gix-actor",
"gix-features",
"gix-hash",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile",
"gix-validate",
"memmap2",
2023-03-03 16:21:38 +01:00
"nom 7.1.3",
"thiserror",
]
[[package]]
name = "gix-sec"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ffa5bf0772f9b01de501c035b6b084cf9b8bb07dec41e3afc6a17336a65f47"
dependencies = [
"bitflags",
2023-03-03 16:21:38 +01:00
"dirs",
"gix-path",
"libc",
"windows 0.43.0",
]
[[package]]
name = "gix-tempfile"
2023-03-03 16:21:38 +01:00
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a8e0227bd284cd16105e8479602bb8af6bddcb800427e881c1feee4806310a31"
dependencies = [
"libc",
"once_cell",
2023-03-03 16:21:38 +01:00
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-validate"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b69ddb780ea1465255e66818d75b7098371c58dbc9560da4488a44b9f5c7e443"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"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 = [
"aho-corasick",
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-03-03 16:21:38 +01:00
version = "0.3.16"
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 = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
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",
]
2021-08-22 16:37:13 +02:00
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 = [
"base64",
"byteorder",
"flate2",
2023-03-03 16:21:38 +01:00
"nom 7.1.3",
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",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
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",
]
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"
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 = "http-range-header"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
2021-09-29 12:38:02 +02:00
[[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-03-03 16:21:38 +01:00
version = "0.14.24"
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 = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
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",
]
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.1.0"
2022-06-15 05:25:05 +02:00
dependencies = [
"futures",
"gix-config",
2022-06-15 05:25:05 +02:00
"ignore",
"miette",
"project-origins",
"thiserror",
"tokio",
"tracing",
]
2021-08-22 16:37:13 +02:00
[[package]]
name = "indexmap"
2023-03-03 16:21:38 +01:00
version = "1.9.2"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2021-08-22 16:37:13 +02:00
dependencies = [
"autocfg",
"hashbrown",
]
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 = [
2021-10-16 06:25:21 +02:00
"bitflags",
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-lifetimes"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
[[package]]
name = "is_ci"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
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"
2023-03-03 16:21:38 +01:00
version = "1.0.5"
2021-12-23 14:35:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2021-12-23 14:35:26 +01:00
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 = [
2021-10-16 06:25:21 +02:00
"bitflags",
2021-08-16 11:49:12 +02:00
"libc",
]
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"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
[[package]]
name = "libmimalloc-sys"
2023-03-03 16:21:38 +01:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174"
dependencies = [
"cc",
2023-03-03 16:21:38 +01:00
"libc",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
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",
"time",
]
[[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"
2021-12-23 14:35:26 +01:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[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-03-03 16:21:38 +01:00
version = "5.5.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 = "4afd9b301defa984bbdbe112b4763e093ed191750a0d914a78c1106b2d0fe703"
2021-08-16 11:49:12 +02:00
dependencies = [
2021-08-22 16:37:13 +02:00
"atty",
"backtrace",
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 0.15.2",
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-03-03 16:21:38 +01:00
version = "5.5.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 = "97c2401ab7ac5282ca5c8b518a87635b1a93762b0b90b9990c509888eeccba29"
2021-08-16 11:49:12 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "mimalloc"
2023-03-03 16:21:38 +01:00
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1"
dependencies = [
"libmimalloc-sys",
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
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",
]
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",
2023-03-03 16:21:38 +01:00
"wasi",
"windows-sys 0.45.0",
]
[[package]]
name = "nix"
2023-03-03 16:21:38 +01:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
2023-03-03 16:21:38 +01:00
"autocfg",
2021-10-16 06:25:21 +02:00
"bitflags",
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
"memoffset 0.6.5",
2023-03-03 16:21:38 +01:00
"pin-utils",
]
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
]
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"memchr",
"version_check",
]
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-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 = [
2021-10-16 06:25:21 +02:00
"bitflags",
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",
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-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
[[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-03 16:21:38 +01:00
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[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"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
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",
"redox_syscall",
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"
2022-09-02 11:12:47 +02:00
version = "1.0.12"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2021-09-29 12:38:02 +02:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-09-02 11:12:47 +02:00
version = "1.0.12"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-02 11:12:47 +02:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2021-09-29 12:38:02 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
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 = "polling"
2023-03-03 16:21:38 +01:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
2022-09-02 11:12:47 +02:00
"autocfg",
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
"log",
"wepoll-ffi",
2023-03-03 16:21:38 +01:00
"windows-sys 0.42.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-03-03 16:21:38 +01:00
version = "1.0.51"
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 = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
2019-10-27 11:29:58 +01:00
dependencies = [
"unicode-ident",
2019-10-27 11:29:58 +01:00
]
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-03-03 16:21:38 +01:00
version = "0.11.8"
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 = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2023-03-03 16:21:38 +01:00
version = "0.11.8"
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 = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b"
2021-09-29 12:38:02 +02:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "prost-types"
2023-03-03 16:21:38 +01:00
version = "0.11.8"
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 = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88"
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"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
2023-03-03 16:21:38 +01:00
"proc-macro2",
]
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 = [
2021-10-16 06:25:21 +02:00
"bitflags",
]
[[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",
"redox_syscall",
2022-03-18 02:08:36 +01:00
"thiserror",
]
[[package]]
name = "regex"
2023-03-03 16:21:38 +01:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
dependencies = [
2021-09-13 09:51:07 +02:00
"aho-corasick",
"memchr",
2021-04-10 19:51:33 +02:00
"regex-syntax",
]
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 = [
"regex-syntax",
]
2021-05-10 13:02:31 +02:00
[[package]]
name = "regex-syntax"
2023-03-03 16:21:38 +01:00
version = "0.6.28"
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 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2021-09-29 12:38:02 +02:00
[[package]]
name = "rustc-demangle"
2021-09-28 14:47:18 +02:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 14:47:18 +02:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
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",
]
2021-05-10 13:02:31 +02:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "rustix"
version = "0.36.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.45.0",
]
[[package]]
name = "rustversion"
2022-09-02 11:12:47 +02:00
version = "1.0.11"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
[[package]]
name = "ryu"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
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-03 16:21:38 +01:00
version = "1.0.16"
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 = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-03-14 00:58:02 +01:00
2021-05-10 13:02:31 +02:00
[[package]]
name = "serde"
2023-03-03 16:21:38 +01:00
version = "1.0.152"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2021-05-10 13:02:31 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-03-03 16:21:38 +01:00
version = "1.0.152"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2021-05-10 13:02:31 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
2021-05-10 13:02:31 +02:00
]
[[package]]
name = "serde_json"
2023-03-03 16:21:38 +01:00
version = "1.0.93"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
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-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 = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
]
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 = "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",
]
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",
]
[[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"
[[package]]
name = "socket2"
2022-09-07 03:15:38 +02:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 03:15:38 +02:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
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 = [
2021-10-16 06:25:21 +02:00
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "supports-color"
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 = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f"
dependencies = [
"atty",
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
dependencies = [
"atty",
]
[[package]]
name = "supports-unicode"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
dependencies = [
"atty",
]
[[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
]
[[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-03-03 16:21:38 +01:00
version = "3.4.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 = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
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",
"redox_syscall",
2023-03-03 16:21:38 +01:00
"rustix",
"windows-sys 0.42.0",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "termcolor"
2023-03-03 16:21:38 +01:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
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"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
dependencies = [
"rustix",
"windows-sys 0.45.0",
]
[[package]]
name = "terminfo"
2023-03-03 16:21:38 +01:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585"
dependencies = [
2023-03-03 16:21:38 +01:00
"dirs",
"fnv",
2021-09-14 10:09:57 +02:00
"nom 5.1.2",
"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",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
dependencies = [
"terminal_size 0.2.5",
]
[[package]]
name = "thiserror"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
]
[[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"
2023-03-03 16:21:38 +01:00
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [
"itoa",
"libc",
"num_threads",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
2023-03-03 16:21:38 +01:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "tokio"
2023-03-03 16:21:38 +01:00
version = "1.26.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 = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
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",
"memchr",
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-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 = "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-03-03 16:21:38 +01:00
version = "1.8.2"
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 = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2021-08-16 11:49:12 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tokio-stream"
2023-03-03 16:21:38 +01:00
version = "0.1.12"
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 = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
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-03-03 16:21:38 +01:00
version = "0.7.7"
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 = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
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-03-03 16:21:38 +01:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
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"
[[package]]
name = "toml_edit"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tonic"
2023-03-03 16:21:38 +01:00
version = "0.8.3"
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 = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
2021-09-29 12:38:02 +02:00
dependencies = [
"async-stream",
"async-trait",
"axum",
2021-09-29 12:38:02 +02:00
"base64",
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"prost-derive",
"tokio",
"tokio-stream",
"tokio-util",
2021-09-29 12:38:02 +02:00
"tower",
"tower-layer",
"tower-service",
"tracing",
"tracing-futures",
]
[[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-http"
2023-03-03 16:21:38 +01:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
]
2021-09-29 12:38:02 +02:00
[[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-03-03 16:21:38 +01:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2023-03-03 16:21:38 +01:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
"once_cell",
2022-03-14 00:58:02 +01:00
"valuable",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
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-03-03 16:21:38 +01:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
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 = "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-bom"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32"
[[package]]
name = "unicode-ident"
2023-03-03 16:21:38 +01:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[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 = [
2023-03-03 16:21:38 +01:00
"hashbrown",
"regex",
]
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"
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 = "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"
2021-04-10 19:51:33 +02:00
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 19:51:33 +02:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
2021-04-10 19:51:33 +02:00
"same-file",
"winapi",
2021-04-10 19:51:33 +02:00
"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",
]
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 = "watchexec"
version = "2.1.1"
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",
"nix 0.26.2",
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",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "watchexec-cli"
version = "1.21.1"
dependencies = [
"clap",
2021-09-29 12:38:02 +02:00
"console-subscriber",
2023-03-03 16:21:38 +01:00
"dirs",
"embed-resource",
2021-12-29 06:39:31 +01:00
"futures",
2022-06-15 05:25:05 +02:00
"ignore-files",
"miette",
"mimalloc",
"notify-rust",
2022-06-15 05:25:05 +02:00
"project-origins",
"tokio",
"tracing",
2021-12-23 14:35:26 +01:00
"tracing-subscriber",
2022-01-31 07:15:20 +01:00
"watchexec",
2022-06-15 05:25:05 +02:00
"watchexec-filterer-globset",
"watchexec-filterer-tagged",
]
[[package]]
name = "watchexec-filterer-globset"
version = "1.1.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.1.0"
2022-06-15 05:25:05 +02:00
dependencies = [
"ignore",
"ignore-files",
"project-origins",
"tokio",
"tracing",
"tracing-subscriber",
"watchexec",
]
[[package]]
name = "watchexec-filterer-tagged"
version = "0.2.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",
2023-03-03 16:21:38 +01:00
"nom 7.1.3",
2022-06-15 05:25:05 +02:00
"project-origins",
"regex",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"unicase",
"watchexec",
"watchexec-filterer-ignore",
]
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
[[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
]
[[package]]
name = "windows"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
dependencies = [
"windows_aarch64_gnullvm",
2023-03-03 16:21:38 +01:00
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
2023-03-03 16:21:38 +01:00
"windows_x86_64_msvc 0.42.1",
]
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-03-03 16:21:38 +01:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.1",
]
[[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 = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
2023-03-03 16:21:38 +01:00
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
2023-03-03 16:21:38 +01:00
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-03 16:21:38 +01:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
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-03 16:21:38 +01:00
version = "0.42.1"
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 = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2021-10-16 06:25:21 +02:00
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-03 16:21:38 +01:00
version = "0.42.1"
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 = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2021-10-16 06:25:21 +02:00
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-03 16:21:38 +01:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
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-03 16:21:38 +01:00
version = "0.42.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 = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-03 16:21:38 +01:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
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-03 16:21:38 +01:00
version = "0.42.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 = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2022-03-14 00:58:02 +01:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "winnow"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658"
dependencies = [
"memchr",
]
2021-10-16 06:25:21 +02:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-16 06:25:21 +02:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "zbus"
2023-03-03 16:21:38 +01:00
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "f770930448dd412a4a7131dd968a8e6df0064db4d7916fbbd2d6c3f26b566938"
dependencies = [
2022-03-14 00:58:02 +01:00
"async-broadcast",
"async-executor",
"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",
2023-03-03 16:21:38 +01:00
"dirs",
"enumflags2",
2022-03-14 00:58:02 +01:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2023-03-03 16:21:38 +01:00
"nix 0.25.1",
"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",
"zbus_macros",
2022-03-14 00:58:02 +01:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-03-03 16:21:38 +01:00
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "4832059b438689017db7340580ebabba07f114eab91bf990c6e55052408b40d8"
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",
2021-10-16 06:25:21 +02:00
"syn",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "zbus_names"
2023-03-03 16:21:38 +01:00
version = "2.5.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 = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
2022-03-14 00:58:02 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
2023-03-03 16:21:38 +01:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "903169c05b9ab948ee93fefc9127d08930df4ce031d46c980784274439803e51"
dependencies = [
"byteorder",
"enumflags2",
2021-10-16 06:25:21 +02:00
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-03-03 16:21:38 +01:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "cce76636e8fab7911be67211cf378c252b115ee7f2bae14b18b84821b39260b5"
dependencies = [
2022-03-14 00:58:02 +01:00
"proc-macro-crate",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"syn",
]