watchexec/Cargo.lock

4570 lines
108 KiB
Plaintext
Raw Permalink 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-08-30 05:43:57 +02:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-04-20 12:06:53 +02:00
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
"zerocopy",
]
2021-08-16 15:15:17 +02:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "aho-corasick"
2024-04-20 07:45:50 +02:00
version = "1.1.3"
2021-08-16 15:15:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
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
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-05-14 07:17:14 +02:00
[[package]]
2023-08-30 05:43:57 +02:00
name = "android-tzdata"
version = "0.1.1"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-05-14 07:17:14 +02:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "anstream"
2024-04-20 07:45:50 +02:00
version = "0.6.13"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-05-14 07:17:14 +02:00
"anstyle-query",
2023-03-18 09:32:24 +01:00
"anstyle-wincon",
2023-05-14 07:17:14 +02:00
"colorchoice",
2023-03-18 09:32:24 +01:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-04-20 07:45:50 +02:00
version = "1.0.6"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
2023-03-18 09:32:24 +01:00
[[package]]
name = "anstyle-parse"
2023-12-19 23:34:29 +01:00
version = "0.2.3"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-03-18 09:32:24 +01:00
dependencies = [
"utf8parse",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "anstyle-query"
2023-12-19 23:34:29 +01:00
version = "1.0.2"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-05-14 07:17:14 +02:00
dependencies = [
2023-12-19 23:34:29 +01:00
"windows-sys 0.52.0",
2023-05-14 07:17:14 +02:00
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "anstyle-wincon"
2023-12-19 23:34:29 +01:00
version = "3.0.2"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstyle",
2023-12-19 23:34:29 +01:00
"windows-sys 0.52.0",
2023-03-18 09:32:24 +01:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "anyhow"
2024-04-20 07:45:50 +02:00
version = "1.0.82"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
2021-05-10 13:02:31 +02:00
[[package]]
name = "arc-swap"
2024-04-20 07:45:50 +02:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "argfile"
2024-04-20 07:45:50 +02:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b7c5c8e418080ef8aa932039d12eda7b6f5043baf48f1523c166fbc32d004534"
dependencies = [
"fs-err",
"os_str_bytes",
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-broadcast"
2024-04-20 07:45:50 +02:00
version = "0.7.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
2022-03-14 00:58:02 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"event-listener 5.3.0",
"event-listener-strategy 0.5.1",
2022-03-14 00:58:02 +01:00
"futures-core",
2024-04-20 07:45:50 +02:00
"pin-project-lite",
2022-03-14 00:58:02 +01:00
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "async-channel"
2024-04-20 07:45:50 +02:00
version = "2.2.1"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928"
2023-03-18 09:32:24 +01:00
dependencies = [
"concurrent-queue",
2024-04-20 07:45:50 +02:00
"event-listener 5.3.0",
"event-listener-strategy 0.5.1",
2023-03-18 09:32:24 +01:00
"futures-core",
"pin-project-lite",
2023-03-18 09:32:24 +01:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-executor"
2024-04-20 07:45:50 +02:00
version = "1.11.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a"
2022-03-14 00:58:02 +01:00
dependencies = [
"async-task",
"concurrent-queue",
2024-04-20 07:45:50 +02:00
"fastrand",
"futures-lite",
2022-03-14 00:58:02 +01:00
"slab",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "async-fs"
2024-04-20 07:45:50 +02:00
version = "2.1.1"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
2023-03-18 09:32:24 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"async-lock 3.3.0",
2023-03-18 09:32:24 +01:00
"blocking",
2024-04-20 07:45:50 +02:00
"futures-lite",
2023-03-18 09:32:24 +01:00
]
[[package]]
name = "async-io"
2024-04-20 07:45:50 +02:00
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
dependencies = [
2024-04-20 07:45:50 +02:00
"async-lock 3.3.0",
"cfg-if",
"concurrent-queue",
"futures-io",
2024-04-20 07:45:50 +02:00
"futures-lite",
"parking",
2024-04-20 07:45:50 +02:00
"polling",
"rustix",
"slab",
"tracing",
"windows-sys 0.52.0",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-lock"
2023-08-30 05:43:57 +02:00
version = "2.8.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
2022-03-14 00:58:02 +01:00
dependencies = [
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
2024-04-20 07:45:50 +02:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
dependencies = [
2024-04-20 07:45:50 +02:00
"event-listener 4.0.3",
"event-listener-strategy 0.4.0",
"pin-project-lite",
2022-03-14 00:58:02 +01:00
]
[[package]]
name = "async-priority-channel"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758"
dependencies = [
2024-04-20 07:45:50 +02:00
"event-listener 4.0.3",
]
2023-08-30 05:43:57 +02:00
[[package]]
name = "async-process"
2024-04-20 07:45:50 +02:00
version = "2.2.1"
2023-08-30 05:43:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "cad07b3443bfa10dcddf86a452ec48949e8e7fedf7392d82de3969fda99e90ed"
2023-08-30 05:43:57 +02:00
dependencies = [
2024-04-20 07:45:50 +02:00
"async-channel",
"async-io",
"async-lock 3.3.0",
"async-signal",
2024-04-20 07:45:50 +02:00
"async-task",
2023-08-30 05:43:57 +02:00
"blocking",
"cfg-if",
2024-04-20 07:45:50 +02:00
"event-listener 5.3.0",
"futures-lite",
"rustix",
"tracing",
"windows-sys 0.52.0",
2023-08-30 05:43:57 +02:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-recursion"
2024-04-20 07:45:50 +02:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
dependencies = [
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "async-signal"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
dependencies = [
2024-04-20 07:45:50 +02:00
"async-io",
"async-lock 2.8.0",
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2024-04-20 07:45:50 +02:00
"rustix",
"signal-hook-registry",
"slab",
"windows-sys 0.48.0",
]
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
2021-08-22 14:28:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2021-08-22 14:28:20 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-09-29 12:38:02 +02:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "async-task"
version = "4.7.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
2022-03-14 00:58:02 +01:00
2021-08-16 17:09:22 +02:00
[[package]]
name = "async-trait"
2024-04-20 07:45:50 +02:00
version = "0.1.80"
2021-08-16 17:09:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2021-08-16 17:09:22 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-08-16 17:09:22 +02:00
]
[[package]]
name = "atomic-take"
2023-03-03 16:21:38 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
2021-08-22 16:37:13 +02:00
[[package]]
2023-03-18 09:32:24 +01:00
name = "atomic-waker"
version = "1.1.2"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2021-08-22 16:37:13 +02:00
[[package]]
name = "autocfg"
2024-04-20 07:45:50 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
[[package]]
name = "axum"
2023-08-30 05:43:57 +02:00
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
"async-trait",
"axum-core",
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
2023-03-03 16:21:38 +01:00
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-05-14 07:17:14 +02:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
2023-03-03 16:21:38 +01:00
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "backtrace"
2024-04-20 07:45:50 +02:00
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
2023-08-30 05:43:57 +02:00
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "backtrace-ext"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
dependencies = [
"backtrace",
]
[[package]]
name = "base64"
2024-04-20 07:45:50 +02:00
version = "0.21.7"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-05-14 07:17:14 +02:00
2024-04-20 12:06:53 +02:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
2022-03-14 00:58:02 +01:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-10-28 00:16:05 +01:00
2023-03-22 02:47:26 +01:00
[[package]]
name = "bitflags"
2024-04-20 07:45:50 +02:00
version = "2.5.0"
2023-03-22 02:47:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-03-22 02:47:26 +01:00
2024-04-20 12:06:53 +02:00
[[package]]
name = "blake3"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
"rayon",
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-10-28 00:16:05 +01:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "block-buffer"
2023-03-18 09:32:24 +01:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 09:32:24 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2019-10-28 00:16:05 +01:00
dependencies = [
2023-03-03 16:21:38 +01:00
"generic-array",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "blocking"
version = "1.5.1"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
2023-03-18 09:32:24 +01:00
dependencies = [
"async-channel",
2024-04-20 07:45:50 +02:00
"async-lock 3.3.0",
2023-03-18 09:32:24 +01:00
"async-task",
2024-04-20 07:45:50 +02:00
"fastrand",
"futures-io",
2024-04-20 07:45:50 +02:00
"futures-lite",
"piper",
"tracing",
2023-03-18 09:32:24 +01:00
]
[[package]]
name = "bosion"
2024-04-20 14:12:21 +02:00
version = "1.0.3"
dependencies = [
"gix",
"time",
]
[[package]]
name = "boxcar"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e516014975db8769c0dcd1aba681c21079475fcddf77118bf54f9e2e013f6b29"
[[package]]
name = "bstr"
2024-04-20 07:45:50 +02:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
2024-04-20 07:45:50 +02:00
"regex-automata 0.4.6",
"serde",
]
[[package]]
name = "bumpalo"
2024-04-20 07:45:50 +02:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-08-16 11:49:12 +02:00
[[package]]
name = "bytes"
2024-04-20 07:45:50 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-12-13 02:08:03 +01:00
[[package]]
name = "c-gull"
2024-04-20 07:45:50 +02:00
version = "0.15.43"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "385bc833594f61577f01d8ffcde03b3eb68ea5297b1feef091eb74ed7df940ab"
2023-12-13 02:08:03 +01:00
dependencies = [
"c-scape",
"errno",
"libc",
2024-04-20 07:45:50 +02:00
"rustix",
2023-12-13 02:08:03 +01:00
"tz-rs",
]
[[package]]
name = "c-scape"
2024-04-20 07:45:50 +02:00
version = "0.15.43"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "cb71b1da2162569594b724d0354d266a4b2a63e906ff8a47bb03f5af284e0556"
2023-12-13 02:08:03 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
2023-12-13 02:08:03 +01:00
"errno",
"libc",
"libm",
2024-04-20 07:45:50 +02:00
"memoffset",
2023-12-13 02:08:03 +01:00
"num-complex",
"origin",
"posix-regex",
"printf-compat",
"rand",
"rand_core",
"rand_pcg",
"realpath-ext",
2024-04-20 07:45:50 +02:00
"rustix",
2023-12-13 02:08:03 +01:00
"rustix-dlmalloc",
"rustix-futex-sync",
"rustix-openpty",
"unwinding",
]
[[package]]
name = "cc"
2024-04-20 07:45:50 +02:00
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b"
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 = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "chrono"
2024-04-20 07:45:50 +02:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
2023-08-30 05:43:57 +02:00
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2024-04-20 07:45:50 +02:00
"windows-targets 0.52.5",
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "chumsky"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
dependencies = [
"hashbrown 0.14.3",
]
[[package]]
name = "clap"
2024-04-20 07:45:50 +02:00
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
2023-05-14 07:17:14 +02:00
"clap_builder",
"clap_derive",
2023-05-14 07:17:14 +02:00
]
[[package]]
name = "clap_builder"
2024-04-20 07:45:50 +02:00
version = "4.5.2"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-05-14 07:17:14 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
2024-04-20 07:45:50 +02:00
"terminal_size",
]
[[package]]
name = "clap_complete"
2024-04-20 07:45:50 +02:00
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
dependencies = [
"clap",
]
[[package]]
name = "clap_complete_nushell"
2024-04-20 07:45:50 +02:00
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "80d0e48e026ce7df2040239117d25e4e79714907420c70294a5ce4b6bbe6a7b6"
dependencies = [
"clap",
"clap_complete",
]
[[package]]
name = "clap_derive"
2024-04-20 07:45:50 +02:00
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [
2023-08-30 05:43:57 +02:00
"heck",
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "clap_lex"
2024-04-20 07:45:50 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "clap_mangen"
2024-04-20 07:45:50 +02:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e1dd95b5ebb5c1c54581dd6346f3ed6a79a3eef95dd372fc2ac13d535535300e"
dependencies = [
"clap",
"roff",
]
[[package]]
name = "clearscreen"
2024-04-20 07:45:50 +02:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "2f8c93eb5f77c9050c7750e14f13ef1033a40a0aac70c6371535b6763a01438c"
dependencies = [
2024-04-20 07:45:50 +02:00
"nix 0.28.0",
"terminfo",
"thiserror",
2024-04-20 07:45:50 +02:00
"which",
"winapi",
]
[[package]]
name = "clru"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
[[package]]
2023-05-14 07:17:14 +02:00
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2024-04-20 12:06:53 +02:00
[[package]]
name = "command-group"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
dependencies = [
"async-trait",
"nix 0.26.4",
"tokio",
"winapi",
]
[[package]]
name = "concurrent-queue"
2023-12-19 23:34:29 +01:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
dependencies = [
2023-03-03 16:21:38 +01:00
"crossbeam-utils",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "console-api"
version = "0.6.0"
2021-12-23 14:28:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
2021-09-29 12:38:02 +02:00
dependencies = [
"futures-core",
2021-09-29 12:38:02 +02:00
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
name = "console-subscriber"
version = "0.2.0"
2021-12-23 14:28:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
2021-09-29 12:38:02 +02:00
dependencies = [
"console-api",
2022-03-14 00:58:02 +01:00
"crossbeam-channel",
"crossbeam-utils",
"futures-task",
2021-09-29 12:38:02 +02:00
"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",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
2021-09-29 12:38:02 +02:00
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "core-foundation-sys"
2023-12-19 23:34:29 +01:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-03-03 16:21:38 +01:00
[[package]]
name = "cpufeatures"
2024-04-20 07:45:50 +02:00
version = "0.2.12"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-03-03 16:21:38 +01:00
dependencies = [
"libc",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "crc32fast"
2024-04-20 07:45:50 +02:00
version = "1.4.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
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"
2024-04-20 07:45:50 +02:00
version = "0.5.12"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
2021-08-16 11:49:12 +02:00
dependencies = [
"crossbeam-utils",
]
2023-12-19 23:34:29 +01:00
[[package]]
name = "crossbeam-deque"
2024-04-20 07:45:50 +02:00
version = "0.8.5"
2023-12-19 23:34:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2023-12-19 23:34:29 +01:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-04-20 07:45:50 +02:00
version = "0.9.18"
2023-12-19 23:34:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-12-19 23:34:29 +01:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-04-20 07:45:50 +02:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[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",
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "cstr_core"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd98742e4fdca832d40cab219dc2e3048de17d873248f83f17df47c1bea70956"
dependencies = [
"cty",
"memchr",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2024-04-20 12:06:53 +02:00
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.3",
"lock_api",
"once_cell",
"parking_lot_core",
]
2023-08-30 05:43:57 +02:00
[[package]]
name = "deranged"
version = "0.3.11"
2023-08-30 05:43:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2023-08-30 05:43:57 +02:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2019-10-27 11:29:58 +01:00
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "digest"
2023-08-30 05:43:57 +02:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2023-03-03 16:21:38 +01:00
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2023-03-22 02:23:00 +01:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
2023-05-14 07:17:14 +02:00
version = "5.0.1"
2023-03-22 02:23:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-03-22 02:23:00 +01:00
dependencies = [
2023-05-14 07:17:14 +02:00
"dirs-sys 0.4.1",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys"
2022-03-18 02:08:36 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-18 02:08:36 +01:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-03-22 02:23:00 +01:00
[[package]]
name = "dirs-sys"
2023-05-14 07:17:14 +02:00
version = "0.4.1"
2023-03-22 02:23:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-03-22 02:23:00 +01:00
dependencies = [
"libc",
2023-05-14 07:17:14 +02:00
"option-ext",
2023-03-22 02:23:00 +01:00
"redox_users",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
2023-03-22 02:23:00 +01:00
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "dunce"
2023-05-09 00:13:04 +02:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-09 00:13:04 +02:00
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
2024-04-20 12:06:53 +02:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "either"
2024-04-20 07:45:50 +02:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
[[package]]
name = "embed-resource"
2024-04-20 07:45:50 +02:00
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
dependencies = [
2021-04-10 19:51:33 +02:00
"cc",
2024-04-20 07:45:50 +02:00
"memchr",
2022-03-14 00:58:02 +01:00
"rustc_version",
"toml",
2021-04-10 19:51:33 +02:00
"vswhom",
"winreg",
]
2024-04-20 07:45:50 +02:00
[[package]]
name = "endi"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
2023-05-09 00:13:04 +02:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "enumflags2"
2024-04-20 07:45:50 +02:00
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2024-04-20 07:45:50 +02:00
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2023-03-03 16:21:38 +01:00
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "env_logger"
2024-04-20 07:45:50 +02:00
version = "0.10.2"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2023-12-13 02:08:03 +01:00
dependencies = [
"log",
]
2023-08-30 05:43:57 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-05-09 00:13:04 +02:00
[[package]]
name = "errno"
2023-12-13 02:08:03 +01:00
version = "0.3.8"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-13 02:08:03 +01:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-05-09 00:13:04 +02:00
dependencies = [
"libc",
2023-12-13 02:08:03 +01:00
"windows-sys 0.52.0",
2023-05-09 00:13:04 +02:00
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "event-listener"
version = "2.5.3"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
2024-04-20 07:45:50 +02:00
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
2023-03-03 16:21:38 +01:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
2023-03-03 16:21:38 +01:00
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "event-listener"
2024-04-20 07:45:50 +02:00
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
dependencies = [
2024-04-20 07:45:50 +02:00
"event-listener 4.0.3",
"pin-project-lite",
]
2023-12-13 02:08:03 +01:00
[[package]]
2024-04-20 07:45:50 +02:00
name = "event-listener-strategy"
version = "0.5.1"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3"
2023-12-13 02:08:03 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"event-listener 5.3.0",
"pin-project-lite",
2023-12-13 02:08:03 +01:00
]
[[package]]
2024-04-20 07:45:50 +02:00
name = "eyra"
version = "0.16.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a69663f02ebbf36c27cf430bd249d6ace85b2aaf548bda6790c4549bd89658c5"
dependencies = [
2024-04-20 07:45:50 +02:00
"c-gull",
]
[[package]]
2024-04-20 07:45:50 +02:00
name = "faster-hex"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
[[package]]
name = "fastrand"
2024-04-20 07:45:50 +02:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
[[package]]
name = "filetime"
2023-12-19 23:34:29 +01:00
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-04-10 19:51:33 +02:00
"libc",
2023-12-19 23:34:29 +01:00
"redox_syscall",
"windows-sys 0.52.0",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "flate2"
version = "1.0.28"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2021-09-29 12:38:02 +02:00
dependencies = [
"crc32fast",
2023-08-30 05:43:57 +02:00
"miniz_oxide",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "fnv"
2021-04-10 20:09:48 +02:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 20:09:48 +02:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-err"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
dependencies = [
"autocfg",
]
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"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-lite"
2024-04-20 07:45:50 +02:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [
2024-04-20 07:45:50 +02:00
"fastrand",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "generic-array"
2023-05-14 07:17:14 +02:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
2023-03-03 16:21:38 +01:00
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-04-20 07:45:50 +02:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "gix"
2024-04-20 07:45:50 +02:00
version = "0.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "5631c64fb4cd48eee767bf98a3cbc5c9318ef3bb71074d4c099a2371510282b6"
dependencies = [
"gix-actor",
"gix-commitgraph",
"gix-config",
"gix-date",
"gix-diff",
"gix-discover",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-lock",
"gix-macros",
"gix-object",
"gix-odb",
"gix-pack",
"gix-path",
"gix-ref",
"gix-refspec",
"gix-revision",
"gix-revwalk",
"gix-sec",
"gix-tempfile",
"gix-trace",
"gix-traverse",
"gix-url",
2023-05-09 00:13:04 +02:00
"gix-utils",
"gix-validate",
"once_cell",
"parking_lot",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-actor"
2024-04-20 07:45:50 +02:00
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "45c3a3bde455ad2ee8ba8a195745241ce0b770a8a26faae59fcf409d01b28c46"
dependencies = [
"bstr",
"gix-date",
2024-04-20 07:45:50 +02:00
"gix-utils",
"itoa",
"thiserror",
2024-04-20 07:45:50 +02:00
"winnow 0.6.6",
]
[[package]]
name = "gix-chunk"
2024-04-20 07:45:50 +02:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52"
dependencies = [
"thiserror",
]
[[package]]
name = "gix-commitgraph"
2024-04-20 07:45:50 +02:00
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f7b102311085da4af18823413b5176d7c500fb2272eaf391cfa8635d8bcb12c4"
dependencies = [
"bstr",
"gix-chunk",
"gix-features",
"gix-hash",
2024-04-20 07:45:50 +02:00
"memmap2",
"thiserror",
]
[[package]]
name = "gix-config"
2024-04-20 07:45:50 +02:00
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "7580e05996e893347ad04e1eaceb92e1c0e6a3ffe517171af99bf6b6df0ca6e5"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"gix-config-value",
"gix-features",
"gix-glob",
"gix-path",
"gix-ref",
"gix-sec",
"memchr",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
2024-04-20 07:45:50 +02:00
"winnow 0.6.6",
]
[[package]]
name = "gix-config-value"
2024-04-20 07:45:50 +02:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "fbd06203b1a9b33a78c88252a625031b094d9e1b647260070c25b09910c0a804"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
2023-03-03 16:21:38 +01:00
"bstr",
"gix-path",
"libc",
"thiserror",
]
[[package]]
name = "gix-date"
2024-04-20 07:45:50 +02:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "180b130a4a41870edfbd36ce4169c7090bca70e195da783dea088dd973daa59c"
dependencies = [
"bstr",
"itoa",
"thiserror",
"time",
]
[[package]]
name = "gix-diff"
2024-04-20 07:45:50 +02:00
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a5fbc24115b957346cd23fb0f47d830eb799c46c89cdcf2f5acc9bf2938c2d01"
dependencies = [
2024-04-20 07:45:50 +02:00
"bstr",
"gix-hash",
"gix-object",
"thiserror",
]
[[package]]
name = "gix-discover"
2024-04-20 07:45:50 +02:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "64bab49087ed3710caf77e473dc0efc54ca33d8ccc6441359725f121211482b1"
dependencies = [
"bstr",
"dunce",
2024-04-20 07:45:50 +02:00
"gix-fs",
"gix-hash",
"gix-path",
"gix-ref",
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-features"
2024-04-20 07:45:50 +02:00
version = "0.38.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "db4254037d20a247a0367aa79333750146a369719f0c6617fec4f5752cc62b37"
dependencies = [
"crc32fast",
"flate2",
"gix-hash",
"gix-trace",
2024-04-20 07:45:50 +02:00
"gix-utils",
"libc",
"once_cell",
"prodash",
"sha1_smol",
"thiserror",
"walkdir",
]
2023-08-30 05:43:57 +02:00
[[package]]
name = "gix-fs"
2024-04-20 07:45:50 +02:00
version = "0.10.2"
2023-08-30 05:43:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e2184c40e7910529677831c8b481acf788ffd92427ed21fad65b6aa637e631b8"
2023-08-30 05:43:57 +02:00
dependencies = [
"gix-features",
2024-04-20 07:45:50 +02:00
"gix-utils",
]
[[package]]
name = "gix-glob"
2024-04-20 07:45:50 +02:00
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "682bdc43cb3c00dbedfcc366de2a849b582efd8d886215dbad2ea662ec156bb5"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
"bstr",
"gix-features",
2023-05-09 00:13:04 +02:00
"gix-path",
]
[[package]]
name = "gix-hash"
2024-04-20 07:45:50 +02:00
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e"
dependencies = [
"faster-hex",
2022-09-07 03:15:38 +02:00
"thiserror",
]
[[package]]
name = "gix-hashtable"
2024-04-20 07:45:50 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242"
dependencies = [
"gix-hash",
2023-12-19 23:34:29 +01:00
"hashbrown 0.14.3",
"parking_lot",
]
[[package]]
name = "gix-lock"
2024-04-20 07:45:50 +02:00
version = "13.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e7c359f81f01b8352063319bcb39789b7ea0887b406406381106e38c4a34d049"
dependencies = [
"gix-tempfile",
2023-05-14 07:17:14 +02:00
"gix-utils",
2023-03-03 16:21:38 +01:00
"thiserror",
]
[[package]]
name = "gix-macros"
2024-04-20 07:45:50 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "1dff438f14e67e7713ab9332f5fd18c8f20eb7eb249494f6c2bf170522224032"
dependencies = [
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "gix-object"
2024-04-20 07:45:50 +02:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3d4f8efae72030df1c4a81d02dbe2348e748d9b9a11e108ed6efbd846326e051"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"gix-actor",
"gix-date",
"gix-features",
"gix-hash",
2024-04-20 07:45:50 +02:00
"gix-utils",
"gix-validate",
"itoa",
"smallvec",
"thiserror",
2024-04-20 07:45:50 +02:00
"winnow 0.6.6",
]
[[package]]
name = "gix-odb"
2024-04-20 07:45:50 +02:00
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e8bbb43d2fefdc4701ffdf9224844d05b136ae1b9a73c2f90710c8dd27a93503"
dependencies = [
"arc-swap",
"gix-date",
"gix-features",
2024-04-20 07:45:50 +02:00
"gix-fs",
"gix-hash",
"gix-object",
"gix-pack",
"gix-path",
"gix-quote",
"parking_lot",
"tempfile",
"thiserror",
]
[[package]]
name = "gix-pack"
2024-04-20 07:45:50 +02:00
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b58bad27c7677fa6b587aab3a1aca0b6c97373bd371a0a4290677c838c9bcaf1"
dependencies = [
"clru",
"gix-chunk",
"gix-features",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-path",
"gix-tempfile",
2024-04-20 07:45:50 +02:00
"memmap2",
"parking_lot",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-path"
2024-04-20 07:45:50 +02:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "23623cf0f475691a6d943f898c4d0b89f5c1a2a64d0f92bce0e0322ee6528783"
dependencies = [
2023-03-03 16:21:38 +01:00
"bstr",
"gix-trace",
2023-05-09 00:13:04 +02:00
"home",
"once_cell",
"thiserror",
]
[[package]]
name = "gix-quote"
2024-04-20 07:45:50 +02:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff"
dependencies = [
"bstr",
2024-04-20 07:45:50 +02:00
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-ref"
2024-04-20 07:45:50 +02:00
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "fd4aba68b925101cb45d6df328979af0681364579db889098a0de75b36c77b65"
dependencies = [
"gix-actor",
"gix-date",
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile",
2024-04-20 07:45:50 +02:00
"gix-utils",
"gix-validate",
2024-04-20 07:45:50 +02:00
"memmap2",
"thiserror",
2024-04-20 07:45:50 +02:00
"winnow 0.6.6",
]
[[package]]
name = "gix-refspec"
2024-04-20 07:45:50 +02:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "dde848865834a54fe4d9b4573f15d0e9a68eaf3d061b42d3ed52b4b8acf880b2"
dependencies = [
"bstr",
"gix-hash",
"gix-revision",
"gix-validate",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-revision"
2024-04-20 07:45:50 +02:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "9e34196e1969bd5d36e2fbc4467d893999132219d503e23474a8ad2b221cb1e8"
dependencies = [
"bstr",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"gix-trace",
"thiserror",
]
[[package]]
name = "gix-revwalk"
2024-04-20 07:45:50 +02:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e0a7d393ae814eeaae41a333c0ff684b243121cc61ccdc5bbe9897094588047d"
dependencies = [
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-sec"
2024-04-20 07:45:50 +02:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "fddc27984a643b20dd03e97790555804f98cf07404e0e552c0ad8133266a79a1"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
"gix-path",
"libc",
2024-04-20 07:45:50 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "gix-tempfile"
2024-04-20 07:45:50 +02:00
version = "13.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a761d76594f4443b675e85928e4902dec333273836bd386906f01e7e346a0d11"
dependencies = [
"gix-fs",
"libc",
"once_cell",
2023-03-03 16:21:38 +01:00
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-trace"
2024-04-20 07:45:50 +02:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e"
[[package]]
name = "gix-traverse"
2024-04-20 07:45:50 +02:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f4029ec209b0cc480d209da3837a42c63801dd8548f09c1f4502c60accb62aeb"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-url"
2024-04-20 07:45:50 +02:00
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "0db829ebdca6180fbe32be7aed393591df6db4a72dbbc0b8369162390954d1cf"
dependencies = [
"bstr",
"gix-features",
"gix-path",
"home",
"thiserror",
"url",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "gix-utils"
2024-04-20 07:45:50 +02:00
version = "0.1.12"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc"
2023-05-09 00:13:04 +02:00
dependencies = [
2024-04-20 07:45:50 +02:00
"fastrand",
"unicode-normalization",
2023-05-09 00:13:04 +02:00
]
[[package]]
name = "gix-validate"
2024-04-20 07:45:50 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e39fc6e06044985eac19dd34d474909e517307582e462b2eb4c8fa51b6241545"
dependencies = [
"bstr",
"thiserror",
]
2021-09-14 10:09:57 +02:00
[[package]]
name = "globset"
2023-12-19 23:34:29 +01:00
version = "0.4.14"
2021-09-14 10:09:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2021-09-14 10:09:57 +02:00
dependencies = [
2023-08-30 05:43:57 +02:00
"aho-corasick",
2023-03-03 16:21:38 +01:00
"bstr",
2021-09-14 10:09:57 +02:00
"log",
2024-04-20 07:45:50 +02:00
"regex-automata 0.4.6",
"regex-syntax 0.8.3",
2021-09-14 10:09:57 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "h2"
2024-04-20 07:45:50 +02:00
version = "0.3.26"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap 2.2.6",
2021-09-29 12:38:02 +02:00
"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"
2021-08-22 16:37:13 +02:00
[[package]]
name = "hashbrown"
2023-12-19 23:34:29 +01:00
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2024-04-20 12:06:53 +02:00
dependencies = [
"ahash",
"allocator-api2",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "hdrhistogram"
version = "7.5.4"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
2021-09-29 12:38:02 +02:00
dependencies = [
"base64",
2021-09-29 12:38:02 +02:00
"byteorder",
"flate2",
"nom",
2021-09-29 12:38:02 +02:00
"num-traits",
]
[[package]]
name = "heck"
2024-04-20 07:45:50 +02:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-03-03 16:21:38 +01:00
[[package]]
name = "hermit-abi"
2024-04-20 07:45:50 +02:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
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"
2024-04-20 12:06:53 +02:00
[[package]]
name = "hifijson"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18ae468bcb4dfecf0e4949ee28abbc99076b6a0077f51ddbc94dbfff8e6a870c"
[[package]]
name = "home"
2023-12-19 23:34:29 +01:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2023-12-19 23:34:29 +01:00
"windows-sys 0.52.0",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "http"
2024-04-20 07:45:50 +02:00
version = "0.2.12"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
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"
2023-12-19 23:34:29 +01:00
version = "0.4.6"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-09-07 03:15:38 +02:00
version = "1.8.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 03:15:38 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-09-29 12:38:02 +02:00
[[package]]
name = "httpdate"
2023-08-30 05:43:57 +02:00
version = "1.0.3"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
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-12-19 23:34:29 +01:00
version = "0.14.28"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
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",
2024-04-20 07:45:50 +02:00
"socket2",
2021-09-29 12:38:02 +02:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "iana-time-zone"
2024-04-20 07:45:50 +02:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-04-20 07:45:50 +02:00
"windows-core 0.52.0",
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-14 07:17:14 +02:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
2023-05-14 07:17:14 +02:00
"cc",
]
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-10-12 14:49:38 +02:00
[[package]]
name = "ignore"
2024-04-20 07:45:50 +02:00
version = "0.4.22"
2021-10-12 14:49:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2021-10-12 14:49:38 +02:00
dependencies = [
2023-12-19 23:34:29 +01:00
"crossbeam-deque",
2021-10-12 14:49:38 +02:00
"globset",
"log",
"memchr",
2024-04-20 07:45:50 +02:00
"regex-automata 0.4.6",
2021-10-12 14:49:38 +02:00
"same-file",
"walkdir",
"winapi-util",
]
2022-06-15 05:25:05 +02:00
[[package]]
name = "ignore-files"
2024-04-28 08:50:18 +02:00
version = "3.0.1"
2022-06-15 05:25:05 +02:00
dependencies = [
2023-05-09 00:13:04 +02:00
"dunce",
2022-06-15 05:25:05 +02:00
"futures",
"gix-config",
2022-06-15 05:25:05 +02:00
"ignore",
"miette",
"normalize-path",
2022-06-15 05:25:05 +02:00
"project-origins",
2023-05-09 00:13:04 +02:00
"radix_trie",
2022-06-15 05:25:05 +02:00
"thiserror",
"tokio",
"tracing",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
2022-06-15 05:25:05 +02:00
]
2021-08-22 16:37:13 +02:00
[[package]]
name = "indexmap"
2023-05-14 07:17:14 +02:00
version = "1.9.3"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-08-22 16:37:13 +02:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2021-08-22 16:37:13 +02:00
]
2023-08-30 05:43:57 +02:00
[[package]]
name = "indexmap"
version = "2.2.6"
2023-08-30 05:43:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-08-30 05:43:57 +02:00
dependencies = [
"equivalent",
2023-12-19 23:34:29 +01:00
"hashbrown 0.14.3",
2023-08-30 05:43:57 +02:00
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "inotify"
2021-12-23 14:35:26 +01:00
version = "0.9.6"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2021-08-16 11:49:12 +02:00
"inotify-sys",
"libc",
]
2018-09-09 05:01:18 +02:00
[[package]]
name = "inotify-sys"
2021-04-10 20:09:48 +02:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 20:09:48 +02:00
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
2021-04-10 19:51:33 +02:00
"libc",
]
[[package]]
name = "is-terminal"
2024-04-20 07:45:50 +02:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
dependencies = [
2023-08-30 05:43:57 +02:00
"hermit-abi",
2024-04-20 07:45:50 +02:00
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "is_ci"
2024-04-20 07:45:50 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
2023-12-13 02:08:03 +01:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2021-07-10 10:07:59 +02:00
[[package]]
name = "itertools"
2024-04-20 07:45:50 +02:00
version = "0.12.1"
2021-07-10 10:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2021-07-10 10:07:59 +02:00
dependencies = [
"either",
]
2021-12-23 14:35:26 +01:00
[[package]]
name = "itoa"
2024-04-20 07:45:50 +02:00
version = "1.0.11"
2021-12-23 14:35:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2021-12-23 14:35:26 +01:00
2024-04-20 12:06:53 +02:00
[[package]]
name = "jaq-core"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d6a5713b8f33675abfac79d1db0022a3f28764b2a6b96a185c199ad8dab86d"
dependencies = [
"aho-corasick",
"base64",
"hifijson",
"jaq-interpret",
"libm",
"log",
"regex",
"time",
"urlencoding",
]
[[package]]
name = "jaq-interpret"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f569e38e5fc677db8dfda89ee0b4c25b3f53e811b16434fd14bdc5b43fc362ac"
dependencies = [
"ahash",
"dyn-clone",
"hifijson",
"indexmap 2.2.6",
"jaq-syn",
"once_cell",
"serde_json",
]
[[package]]
name = "jaq-parse"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef6f8beb9f9922546419e774e24199e8a968f54c63a5a2323c8f3ef3321ace14"
dependencies = [
"chumsky",
"jaq-syn",
]
[[package]]
name = "jaq-std"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d7871c59297cbfdd18f6f1bbbafaad24e97fd555ee1e2a1be7a40a5a20f551a"
dependencies = [
"bincode",
"jaq-parse",
"jaq-syn",
]
[[package]]
name = "jaq-syn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4d60101fb791b20c982731d848ed6e7d25363656497647c2093b68bd88398d6"
dependencies = [
"serde",
]
[[package]]
name = "js-sys"
2024-04-20 07:45:50 +02:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "kqueue"
2023-08-30 05:43:57 +02:00
version = "1.0.8"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
2021-08-16 11:49:12 +02:00
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
2023-08-30 05:43:57 +02:00
version = "1.0.4"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-22 02:47:26 +01:00
"bitflags 1.3.2",
2021-08-16 11:49:12 +02:00
"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.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-12-13 02:08:03 +01:00
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libmimalloc-sys"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
dependencies = [
"cc",
2023-03-03 16:21:38 +01:00
"libc",
]
[[package]]
name = "libredox"
2024-04-20 07:45:50 +02:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
"libc",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "linux-raw-sys"
2024-04-20 07:45:50 +02:00
version = "0.4.13"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-05-09 00:13:04 +02:00
2021-08-16 11:49:12 +02:00
[[package]]
name = "lock_api"
version = "0.4.11"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2021-08-16 11:49:12 +02:00
dependencies = [
"autocfg",
2021-08-16 11:49:12 +02:00
"scopeguard",
]
[[package]]
name = "log"
2024-04-20 07:45:50 +02:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "mac-notification-sys"
2023-08-30 05:43:57 +02:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64"
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 = [
2023-08-30 05:43:57 +02:00
"regex-automata 0.1.10",
2021-08-16 15:15:17 +02:00
]
[[package]]
name = "matchit"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "memchr"
2024-04-20 07:45:50 +02:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-12-19 23:34:29 +01:00
[[package]]
name = "memmap2"
2024-04-20 07:45:50 +02:00
version = "0.9.4"
2023-12-19 23:34:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2023-12-19 23:34:29 +01:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2024-04-20 07:45:50 +02:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2023-12-13 02:08:03 +01:00
dependencies = [
"autocfg",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "miette"
2024-04-20 07:45:50 +02:00
version = "7.2.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
2021-08-16 11:49:12 +02:00
dependencies = [
"backtrace",
2023-05-14 07:17:14 +02:00
"backtrace-ext",
2024-04-20 07:45:50 +02:00
"cfg-if",
2021-08-16 11:49:12 +02:00
"miette-derive",
2021-10-10 10:04:40 +02:00
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
2024-04-20 07:45:50 +02:00
"terminal_size",
"textwrap",
2021-08-16 11:49:12 +02:00
"thiserror",
2022-06-11 09:55:43 +02:00
"unicode-width",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "miette-derive"
2024-04-20 07:45:50 +02:00
version = "7.2.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
2021-08-16 11:49:12 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "mimalloc"
version = "0.1.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
dependencies = [
"libmimalloc-sys",
]
[[package]]
name = "mime"
2023-03-22 02:47:26 +01:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-09-14 10:09:57 +02:00
[[package]]
name = "minimal-lexical"
2021-12-23 14:35:26 +01:00
version = "0.2.1"
2021-09-14 10:09:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 14:35:26 +01:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-14 10:09:57 +02:00
2023-05-14 07:17:14 +02:00
[[package]]
name = "miniz_oxide"
2024-04-20 07:45:50 +02:00
version = "0.7.2"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2023-05-14 07:17:14 +02:00
dependencies = [
"adler",
]
2022-03-14 00:57:49 +01:00
[[package]]
name = "mio"
version = "0.8.11"
2022-03-14 00:57:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-03-14 00:57:49 +01:00
dependencies = [
"libc",
"log",
"wasi",
2023-08-30 05:43:57 +02:00
"windows-sys 0.48.0",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
]
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
"cfg-if",
"libc",
]
[[package]]
name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
"cfg-if",
"cfg_aliases",
"libc",
2024-04-20 07:45:50 +02:00
"memoffset",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "nom"
2023-03-03 16:21:38 +01:00
version = "7.1.3"
2021-09-14 10:09:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-09-14 10:09:57 +02:00
dependencies = [
"memchr",
"minimal-lexical",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2023-01-06 14:53:49 +01:00
[[package]]
name = "normalize-path"
2023-08-30 05:43:57 +02:00
version = "0.2.1"
2023-01-06 14:53:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "f5438dd2b2ff4c6df6e1ce22d825ed2fa93ee2922235cc45186991717f0a892d"
2023-01-06 14:53:49 +01:00
2021-08-16 11:49:12 +02:00
[[package]]
name = "notify"
version = "6.1.1"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2021-08-16 11:49:12 +02:00
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
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",
"log",
2022-03-14 00:58:02 +01:00
"mio",
2023-03-18 09:32:24 +01:00
"serde",
2021-08-16 11:49:12 +02:00
"walkdir",
"windows-sys 0.48.0",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "notify-rust"
2024-04-20 07:45:50 +02:00
version = "4.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f"
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",
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "num-complex"
2024-04-20 07:45:50 +02:00
version = "0.4.5"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
2023-12-13 02:08:03 +01:00
dependencies = [
"num-traits",
]
2024-04-20 07:45:50 +02:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-traits"
2024-04-20 07:45:50 +02:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
"autocfg",
2023-12-13 02:08:03 +01:00
"libm",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "num_cpus"
2023-08-30 05:43:57 +02:00
version = "1.16.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-08-30 05:43:57 +02:00
"hermit-abi",
2021-08-16 11:49:12 +02:00
"libc",
]
[[package]]
name = "num_threads"
2024-04-20 07:45:50 +02:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
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"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-12-19 23:34:29 +01:00
version = "1.19.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-03-14 00:58:02 +01:00
2023-05-14 07:17:14 +02:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2022-03-14 00:58:02 +01:00
[[package]]
name = "ordered-stream"
2023-03-03 16:21:38 +01:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2022-03-14 00:58:02 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "origin"
2024-04-20 07:45:50 +02:00
version = "0.18.2"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "982fdc3bdeb535655b2019c54d9f242f327b0acdfdec41ce748e5abe206ff3eb"
2023-12-13 02:08:03 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
2023-12-13 02:08:03 +01:00
"env_logger",
2024-04-20 07:45:50 +02:00
"linux-raw-sys",
2023-12-13 02:08:03 +01:00
"log",
2024-04-20 07:45:50 +02:00
"memoffset",
"rustix",
2023-12-13 02:08:03 +01:00
"rustix-futex-sync",
"smallvec",
"unwinding",
]
[[package]]
name = "os_str_bytes"
version = "6.6.1"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
dependencies = [
"memchr",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2021-08-22 16:37:13 +02:00
[[package]]
name = "owo-colors"
2024-04-20 07:45:50 +02:00
version = "4.0.0"
2021-08-22 16:37:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
2021-08-22 16:37:13 +02:00
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
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"
version = "0.9.9"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2021-08-16 11:49:12 +02:00
"libc",
2023-12-19 23:34:29 +01:00
"redox_syscall",
2021-08-16 11:49:12 +02:00
"smallvec",
2023-08-30 05:43:57 +02:00
"windows-targets 0.48.5",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2021-09-29 12:38:02 +02:00
[[package]]
name = "phf"
2023-08-30 05:43:57 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
2023-08-30 05:43:57 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2023-08-30 05:43:57 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
2023-03-03 16:21:38 +01:00
"rand",
]
[[package]]
name = "phf_shared"
2023-08-30 05:43:57 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
[[package]]
name = "pid1"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d44f4ae25e184abe89b03033470ffe3b15fca221bf3feb090044fe16fff81474"
dependencies = [
"nix 0.27.1",
"signal-hook",
"thiserror",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "pin-project"
2024-04-20 07:45:50 +02:00
version = "1.1.5"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2021-09-29 12:38:02 +02:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-04-20 07:45:50 +02:00
version = "1.1.5"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2021-09-29 12:38:02 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "pin-project-lite"
2024-04-20 07:45:50 +02:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
2024-04-20 07:45:50 +02:00
"fastrand",
"futures-io",
]
[[package]]
name = "polling"
2024-04-20 07:45:50 +02:00
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6"
dependencies = [
"cfg-if",
"concurrent-queue",
2024-04-20 07:45:50 +02:00
"hermit-abi",
"pin-project-lite",
2024-04-20 07:45:50 +02:00
"rustix",
"tracing",
"windows-sys 0.52.0",
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "posix-regex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df8665cbe91ba9b18af9b0e7a36f02d00ce1123cf8d4b8a3a1104e932cdd341"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[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"
2023-12-13 02:08:03 +01:00
[[package]]
name = "printf-compat"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b002af28ffe3d3d67202ae717810a28125a494d5396debc43de01ee136ac404"
dependencies = [
"bitflags 1.3.2",
"cstr_core",
"cty",
"itertools 0.9.0",
]
[[package]]
name = "proc-macro-crate"
2024-04-20 07:45:50 +02:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
2024-04-20 07:45:50 +02:00
"toml_edit 0.21.1",
]
2019-10-27 11:29:58 +01:00
[[package]]
name = "proc-macro2"
2024-04-20 07:45:50 +02:00
version = "1.0.81"
2019-10-27 11:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2019-10-27 11:29:58 +01:00
dependencies = [
"unicode-ident",
2019-10-27 11:29:58 +01:00
]
[[package]]
name = "process-wrap"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df785e1a8a4f462ab97abb49e1718d8ee173f4fc37c29dde7d0487b6538c3a82"
dependencies = [
"futures",
"indexmap 2.2.6",
"nix 0.28.0",
"tokio",
"tracing",
2024-04-20 07:45:50 +02:00
"windows",
]
[[package]]
name = "prodash"
2024-04-20 07:45:50 +02:00
version = "28.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
2022-06-15 05:25:05 +02:00
[[package]]
name = "project-origins"
2024-04-28 08:45:52 +02:00
version = "1.4.0"
2022-06-15 05:25:05 +02:00
dependencies = [
"futures",
"miette",
"tokio",
"tokio-stream",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
2022-06-15 05:25:05 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "prost"
2024-04-20 07:45:50 +02:00
version = "0.12.4"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
2021-09-29 12:38:02 +02:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2024-04-20 07:45:50 +02:00
version = "0.12.4"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48"
2021-09-29 12:38:02 +02:00
dependencies = [
"anyhow",
2024-04-20 07:45:50 +02:00
"itertools 0.12.1",
2021-09-29 12:38:02 +02:00
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "prost-types"
2024-04-20 07:45:50 +02:00
version = "0.12.4"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
2021-09-29 12:38:02 +02:00
dependencies = [
"prost",
]
[[package]]
2023-03-03 16:21:38 +01:00
name = "quick-xml"
2024-04-20 07:45:50 +02:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
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"
2024-04-20 07:45:50 +02:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
2023-03-03 16:21:38 +01:00
"proc-macro2",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "rand"
2022-03-14 00:58:02 +01:00
version = "0.8.5"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 00:58:02 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-09-29 12:38:02 +02:00
dependencies = [
"libc",
2023-03-03 16:21:38 +01:00
"rand_chacha",
"rand_core",
2021-09-29 12:38:02 +02:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-03-03 16:21:38 +01:00
"rand_core",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "rand_core"
2023-03-03 16:21:38 +01:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2023-03-03 16:21:38 +01:00
"getrandom",
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "rand_pcg"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
dependencies = [
"rand_core",
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-12-13 02:08:03 +01:00
[[package]]
name = "realpath-ext"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692f72862a0d532b44a0f4965fb10f17e7659eaedf24d2ce3c989ca778bd092f"
dependencies = [
"bitflags 1.3.2",
"errno",
"libc",
]
2023-05-14 07:17:14 +02:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-05-14 07:17:14 +02:00
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
2024-04-20 07:45:50 +02:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
2023-03-03 16:21:38 +01:00
"getrandom",
"libredox",
2022-03-18 02:08:36 +01:00
"thiserror",
]
[[package]]
name = "regex"
2024-04-20 07:45:50 +02:00
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
2023-08-30 05:43:57 +02:00
"aho-corasick",
2021-09-13 09:51:07 +02:00
"memchr",
2024-04-20 07:45:50 +02:00
"regex-automata 0.4.6",
"regex-syntax 0.8.3",
]
2021-05-10 13:02:31 +02:00
[[package]]
name = "regex-automata"
2021-07-10 10:07:59 +02:00
version = "0.1.10"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-10 10:07:59 +02:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-08-16 15:15:17 +02:00
dependencies = [
2023-05-14 07:17:14 +02:00
"regex-syntax 0.6.29",
2021-08-16 15:15:17 +02:00
]
2021-05-10 13:02:31 +02:00
2023-08-30 05:43:57 +02:00
[[package]]
name = "regex-automata"
2024-04-20 07:45:50 +02:00
version = "0.4.6"
2023-08-30 05:43:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-08-30 05:43:57 +02:00
dependencies = [
"aho-corasick",
"memchr",
2024-04-20 07:45:50 +02:00
"regex-syntax 0.8.3",
2023-08-30 05:43:57 +02:00
]
[[package]]
name = "regex-syntax"
2023-03-22 02:47:26 +01:00
version = "0.6.29"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 02:47:26 +01:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2021-09-29 12:38:02 +02:00
2023-05-14 07:17:14 +02:00
[[package]]
name = "regex-syntax"
2024-04-20 07:45:50 +02:00
version = "0.8.3"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-05-14 07:17:14 +02:00
[[package]]
name = "roff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rustc-demangle"
2023-05-14 07:17:14 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 07:17:14 +02:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-03-14 00:58:02 +01:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "rustix"
2024-04-20 07:45:50 +02:00
version = "0.38.32"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
2023-05-09 00:13:04 +02:00
dependencies = [
2024-04-20 07:45:50 +02:00
"bitflags 2.5.0",
2023-08-30 05:43:57 +02:00
"errno",
2023-12-13 02:08:03 +01:00
"itoa",
2023-08-30 05:43:57 +02:00
"libc",
2024-04-20 07:45:50 +02:00
"linux-raw-sys",
2023-12-13 02:08:03 +01:00
"once_cell",
"windows-sys 0.52.0",
]
[[package]]
name = "rustix-dlmalloc"
2024-04-20 07:45:50 +02:00
version = "0.1.5"
2023-12-13 02:08:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "1c07fa2fc4aa1212073fc5202b37b5a22ceaf761b1046f38c42ca3e862ee26f4"
2023-12-13 02:08:03 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"cfg-if",
"rustix",
2023-12-13 02:08:03 +01:00
"rustix-futex-sync",
2024-04-20 07:45:50 +02:00
"windows-sys 0.52.0",
2023-12-13 02:08:03 +01:00
]
[[package]]
name = "rustix-futex-sync"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf5fb8d04cb2409733689b671078896d4a79ebb34cee0b9067fa4e82e072484"
dependencies = [
"lock_api",
2024-04-20 07:45:50 +02:00
"rustix",
2023-12-13 02:08:03 +01:00
]
[[package]]
name = "rustix-openpty"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
dependencies = [
"errno",
"libc",
2024-04-20 07:45:50 +02:00
"rustix",
2023-05-09 00:13:04 +02:00
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "rustversion"
2024-04-20 07:45:50 +02:00
version = "1.0.15"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
2023-03-03 16:21:38 +01:00
[[package]]
name = "ryu"
2024-04-20 07:45:50 +02:00
version = "1.0.17"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
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"
2023-08-30 05:43:57 +02:00
version = "1.2.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-08-16 11:49:12 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "semver"
2024-04-20 07:45:50 +02:00
version = "1.0.22"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2022-03-14 00:58:02 +01:00
2021-05-10 13:02:31 +02:00
[[package]]
name = "serde"
2024-04-20 07:45:50 +02:00
version = "1.0.198"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
2021-05-10 13:02:31 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-04-20 07:45:50 +02:00
version = "1.0.198"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
2021-05-10 13:02:31 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-05-10 13:02:31 +02:00
]
[[package]]
name = "serde_json"
2024-04-20 07:45:50 +02:00
version = "1.0.116"
2021-05-10 13:02:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
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"
2024-04-20 07:45:50 +02:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "serde_spanned"
2023-12-19 23:34:29 +01:00
version = "0.6.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2023-05-09 00:13:04 +02:00
dependencies = [
"serde",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "sha1"
version = "0.10.6"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
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"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook"
2023-08-30 05:43:57 +02:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
"libc",
"signal-hook-registry",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "signal-hook-registry"
2023-03-03 16:21:38 +01:00
version = "1.4.1"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-08-16 11:49:12 +02:00
dependencies = [
"libc",
]
2023-03-18 09:32:24 +01:00
[[package]]
name = "similar"
2024-04-20 07:45:50 +02:00
version = "2.5.0"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
2023-03-18 09:32:24 +01:00
[[package]]
name = "siphasher"
2023-08-30 05:43:57 +02:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "slab"
2023-08-30 05:43:57 +02:00
version = "0.4.9"
2018-09-09 05:01:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
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"
2024-04-20 07:45:50 +02:00
version = "1.13.2"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-08-16 11:49:12 +02:00
[[package]]
name = "smawk"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2023-03-18 09:32:24 +01:00
[[package]]
name = "snapbox"
2024-04-20 07:45:50 +02:00
version = "0.5.9"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "8ac441e1ecf678f68423d47f376d53fabce1afba92c8f68e31508eb27df8562a"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstream",
"anstyle",
"normalize-line-endings",
"similar",
"snapbox-macros",
]
[[package]]
name = "snapbox-macros"
2024-04-20 07:45:50 +02:00
version = "0.3.8"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e1c4b838b05d15ab22754068cb73500b2f3b07bf09d310e15b27f88160f1de40"
2023-03-18 09:32:24 +01:00
dependencies = [
"anstream",
]
[[package]]
name = "socket2"
2024-04-20 07:45:50 +02:00
version = "0.5.6"
2023-08-30 05:43:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
2023-08-30 05:43:57 +02:00
dependencies = [
"libc",
2024-04-20 07:45:50 +02:00
"windows-sys 0.52.0",
2023-08-30 05:43:57 +02:00
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
2024-04-20 07:45:50 +02:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "supports-color"
2024-04-20 07:45:50 +02:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "9829b314621dfc575df4e409e79f9d6a66a3bd707ab73f23cb4aa3a854ac854f"
dependencies = [
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
2024-04-20 07:45:50 +02:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee"
[[package]]
name = "supports-unicode"
2024-04-20 07:45:50 +02:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
[[package]]
name = "syn"
2023-03-03 16:21:38 +01:00
version = "1.0.109"
2019-10-27 11:29:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-10-27 11:29:58 +01:00
dependencies = [
2021-04-10 19:51:33 +02:00
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
"unicode-ident",
2019-10-27 11:29:58 +01:00
]
2023-03-22 02:47:26 +01:00
[[package]]
name = "syn"
2024-04-20 07:45:50 +02:00
version = "2.0.60"
2023-03-22 02:47:26 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2023-03-22 02:47:26 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2023-03-03 16:21:38 +01:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "tauri-winrt-notification"
2024-04-20 07:45:50 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871"
2023-03-03 16:21:38 +01:00
dependencies = [
"quick-xml",
2024-04-20 07:45:50 +02:00
"windows",
"windows-version",
2023-03-03 16:21:38 +01:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tempfile"
2024-04-20 07:45:50 +02:00
version = "3.10.1"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2021-09-29 12:38:02 +02:00
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
2024-04-20 07:45:50 +02:00
"fastrand",
"rustix",
"windows-sys 0.52.0",
]
[[package]]
name = "termcolor"
2024-04-20 07:45:50 +02:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "terminal_size"
version = "0.3.0"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2023-03-03 16:21:38 +01:00
dependencies = [
2024-04-20 07:45:50 +02:00
"rustix",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
2023-03-03 16:21:38 +01:00
]
[[package]]
name = "terminfo"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f"
dependencies = [
2023-03-22 02:23:00 +01:00
"dirs 4.0.0",
"fnv",
"nom",
"phf",
"phf_codegen",
]
[[package]]
name = "textwrap"
2024-04-20 07:45:50 +02:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
dependencies = [
2022-06-15 05:25:05 +02:00
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2024-04-20 07:45:50 +02:00
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-04-20 07:45:50 +02:00
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "thread_local"
2024-04-20 07:45:50 +02:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
2023-03-03 16:21:38 +01:00
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2024-04-20 07:45:50 +02:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2023-08-30 05:43:57 +02:00
"deranged",
"itoa",
"libc",
2024-04-20 07:45:50 +02:00
"num-conv",
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-04-20 07:45:50 +02:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-04-20 07:45:50 +02:00
"num-conv",
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-08-16 11:49:12 +02:00
[[package]]
name = "tokio"
version = "1.37.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2021-08-16 11:49:12 +02:00
dependencies = [
2023-08-30 05:43:57 +02:00
"backtrace",
2021-08-16 11:49:12 +02:00
"bytes",
"libc",
2022-03-14 00:58:02 +01:00
"mio",
2021-08-16 11:49:12 +02:00
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
2024-04-20 07:45:50 +02:00
"socket2",
2021-08-16 11:49:12 +02:00
"tokio-macros",
2021-09-29 12:38:02 +02:00
"tracing",
2023-05-14 07:17:14 +02:00
"windows-sys 0.48.0",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tokio-io-timeout"
2022-01-18 10:14:34 +01:00
version = "1.2.0"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 10:14:34 +01:00
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2021-09-29 12:38:02 +02:00
dependencies = [
"pin-project-lite",
"tokio",
]
2021-08-16 11:49:12 +02:00
[[package]]
name = "tokio-macros"
version = "2.2.0"
2021-08-16 11:49:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2021-08-16 11:49:12 +02:00
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
2021-08-16 11:49:12 +02:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tokio-stream"
2024-04-20 07:45:50 +02:00
version = "0.1.15"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
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"
version = "0.7.10"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
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"
2024-04-20 07:45:50 +02:00
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [
"serde",
2023-05-09 00:13:04 +02:00
"serde_spanned",
"toml_datetime",
2024-04-20 07:45:50 +02:00
"toml_edit 0.22.12",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "toml_datetime"
version = "0.6.5"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-05-09 00:13:04 +02:00
dependencies = [
"serde",
]
2023-03-03 16:21:38 +01:00
[[package]]
name = "toml_edit"
2024-04-20 07:45:50 +02:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.2.6",
"toml_datetime",
2024-04-20 07:45:50 +02:00
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
2024-04-20 07:45:50 +02:00
version = "0.22.12"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef"
2023-03-03 16:21:38 +01:00
dependencies = [
"indexmap 2.2.6",
2023-05-09 00:13:04 +02:00
"serde",
"serde_spanned",
2023-03-03 16:21:38 +01:00
"toml_datetime",
2024-04-20 07:45:50 +02:00
"winnow 0.6.6",
2023-03-03 16:21:38 +01:00
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "tonic"
version = "0.10.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
2021-09-29 12:38:02 +02:00
dependencies = [
"async-stream",
2021-09-29 12:38:02 +02:00
"async-trait",
"axum",
"base64",
2021-09-29 12:38:02 +02:00
"bytes",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2021-09-29 12:38:02 +02:00
dependencies = [
"futures-core",
"futures-util",
2023-08-30 05:43:57 +02:00
"indexmap 1.9.3",
2021-09-29 12:38:02 +02:00
"pin-project",
2021-10-16 06:25:21 +02:00
"pin-project-lite",
2023-03-03 16:21:38 +01:00
"rand",
2021-09-29 12:38:02 +02:00
"slab",
"tokio",
"tokio-util",
2021-09-29 12:38:02 +02:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2023-03-03 16:21:38 +01:00
version = "0.3.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 16:21:38 +01:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2021-09-29 12:38:02 +02:00
[[package]]
name = "tower-service"
version = "0.3.2"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-09-29 12:38:02 +02:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
2021-09-29 12:38:02 +02:00
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
"thiserror",
"time",
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
2022-03-14 00:58:02 +01:00
"valuable",
]
2021-08-16 15:15:17 +02:00
[[package]]
name = "tracing-log"
version = "0.2.0"
2021-08-16 15:15:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2021-08-16 15:15:17 +02:00
dependencies = [
"log",
"once_cell",
2021-08-16 15:15:17 +02:00
"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"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
2024-04-20 07:45:50 +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",
2024-04-20 07:45:50 +02:00
"tracing-log",
"tracing-serde",
2021-12-23 14:28:21 +01:00
]
[[package]]
name = "tracing-test"
2024-04-20 07:45:50 +02:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4"
dependencies = [
"lazy_static",
"tracing-core",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
"tracing-test-macro",
]
[[package]]
name = "tracing-test-macro"
2024-04-20 07:45:50 +02:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08"
dependencies = [
"lazy_static",
"quote",
"syn 1.0.109",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "try-lock"
2023-12-19 23:34:29 +01:00
version = "0.2.5"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-03-03 16:21:38 +01:00
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-12-13 02:08:03 +01:00
[[package]]
name = "tz-rs"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33851b15c848fad2cf4b105c6bb66eb9512b6f6c44a4b13f57c53c73c707e2b4"
[[package]]
name = "uds_windows"
2023-12-19 23:34:29 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 23:34:29 +01:00
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
2024-04-20 07:45:50 +02:00
"memoffset",
"tempfile",
"winapi",
]
[[package]]
name = "unicode-bidi"
2024-04-20 07:45:50 +02:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[package]]
name = "unicode-bom"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-linebreak"
2023-08-30 05:43:57 +02:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
[[package]]
name = "unicode-normalization"
2024-04-20 07:45:50 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2023-12-13 02:08:03 +01:00
[[package]]
name = "unwinding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
dependencies = [
"gimli",
"libc",
]
[[package]]
name = "url"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-03-18 09:32:24 +01:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
2024-04-20 07:45:50 +02:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
dependencies = [
"getrandom",
"rand",
]
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 = "walkdir"
2024-04-20 07:45:50 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
2021-04-10 19:51:33 +02:00
"same-file",
"winapi-util",
]
2021-09-29 12:38:02 +02:00
[[package]]
name = "want"
2023-08-30 05:43:57 +02:00
version = "0.3.1"
2021-09-29 12:38:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2021-09-29 12:38:02 +02:00
dependencies = [
"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 = "wasm-bindgen"
2024-04-20 07:45:50 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-04-20 07:45:50 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-04-20 07:45:50 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-04-20 07:45:50 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-04-20 07:45:50 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "watchexec"
2024-04-28 08:51:48 +02:00
version = "4.1.0"
2021-08-16 11:49:12 +02:00
dependencies = [
"async-priority-channel",
2023-03-03 16:21:38 +01:00
"async-recursion",
"atomic-take",
2021-08-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",
2024-04-20 07:45:50 +02:00
"nix 0.28.0",
2023-01-06 14:53:49 +01:00
"normalize-path",
"notify",
"once_cell",
"process-wrap",
2022-06-15 05:25:05 +02:00
"project-origins",
2021-08-16 11:49:12 +02:00
"thiserror",
"tokio",
"tracing",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
2024-04-20 14:36:59 +02:00
"watchexec-events",
"watchexec-signals",
"watchexec-supervisor",
2021-08-16 11:49:12 +02:00
]
[[package]]
name = "watchexec-cli"
2024-04-28 08:55:23 +02:00
version = "2.1.0"
dependencies = [
2024-04-20 12:06:53 +02:00
"ahash",
"argfile",
2024-04-20 12:06:53 +02:00
"blake3",
"bosion",
"chrono",
"clap",
"clap_complete",
"clap_complete_nushell",
"clap_mangen",
"clearscreen",
2024-04-20 12:06:53 +02:00
"command-group",
2021-09-29 12:38:02 +02:00
"console-subscriber",
2024-04-20 12:06:53 +02:00
"dashmap",
2023-05-14 07:17:14 +02:00
"dirs 5.0.1",
"embed-resource",
2023-12-13 02:08:03 +01:00
"eyra",
2021-12-29 06:39:31 +01:00
"futures",
"humantime",
2022-06-15 05:25:05 +02:00
"ignore-files",
2024-04-20 12:06:53 +02:00
"indexmap 2.2.6",
"is-terminal",
2024-04-20 12:06:53 +02:00
"jaq-core",
"jaq-interpret",
"jaq-parse",
"jaq-std",
"jaq-syn",
"miette",
"mimalloc",
"notify-rust",
2024-04-20 12:06:53 +02:00
"once_cell",
"pid1",
2022-06-15 05:25:05 +02:00
"project-origins",
"rand",
2023-03-18 09:32:24 +01:00
"serde_json",
"tempfile",
"termcolor",
"tokio",
"tracing",
"tracing-appender",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
"tracing-test",
"uuid",
2022-01-31 07:15:20 +01:00
"watchexec",
2024-04-20 14:36:59 +02:00
"watchexec-events",
2022-06-15 05:25:05 +02:00
"watchexec-filterer-globset",
2024-04-20 14:36:59 +02:00
"watchexec-signals",
2024-04-20 07:45:50 +02:00
"which",
2022-06-15 05:25:05 +02:00
]
2024-04-20 14:19:11 +02:00
[[package]]
name = "watchexec-events"
2024-04-20 14:21:04 +02:00
version = "3.0.0"
2024-04-20 14:19:11 +02:00
dependencies = [
2024-04-20 14:21:04 +02:00
"nix 0.28.0",
2024-04-20 14:19:11 +02:00
"notify",
"serde",
2024-04-20 14:21:04 +02:00
"serde_json",
"snapbox",
2024-04-20 14:36:59 +02:00
"watchexec-signals",
2023-03-18 09:32:24 +01:00
]
2022-06-15 05:25:05 +02:00
[[package]]
name = "watchexec-filterer-globset"
2024-04-28 08:53:42 +02:00
version = "4.0.1"
2022-06-15 05:25:05 +02:00
dependencies = [
"ignore",
"ignore-files",
"tokio",
"tracing",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
2022-06-15 05:25:05 +02:00
"watchexec",
2024-04-20 14:36:59 +02:00
"watchexec-events",
2022-06-15 05:25:05 +02:00
"watchexec-filterer-ignore",
]
[[package]]
name = "watchexec-filterer-ignore"
2024-04-28 08:52:50 +02:00
version = "4.0.1"
2022-06-15 05:25:05 +02:00
dependencies = [
2023-05-09 00:13:04 +02:00
"dunce",
2022-06-15 05:25:05 +02:00
"ignore",
"ignore-files",
"normalize-path",
2022-06-15 05:25:05 +02:00
"project-origins",
"tokio",
"tracing",
2024-04-20 07:45:50 +02:00
"tracing-subscriber",
2022-06-15 05:25:05 +02:00
"watchexec",
2024-04-20 14:36:59 +02:00
"watchexec-events",
"watchexec-signals",
]
[[package]]
2023-03-18 09:32:24 +01:00
name = "watchexec-signals"
2024-04-20 14:13:30 +02:00
version = "3.0.0"
dependencies = [
2023-03-18 09:32:24 +01:00
"miette",
2024-04-20 07:45:50 +02:00
"nix 0.28.0",
2023-03-18 09:32:24 +01:00
"serde",
"thiserror",
]
[[package]]
name = "watchexec-supervisor"
2024-04-20 14:56:27 +02:00
version = "2.0.0"
dependencies = [
"boxcar",
"futures",
2024-04-20 07:45:50 +02:00
"nix 0.28.0",
"process-wrap",
"tokio",
"tracing",
2024-04-20 14:36:59 +02:00
"watchexec-events",
"watchexec-signals",
]
[[package]]
name = "which"
2024-04-20 07:45:50 +02:00
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
dependencies = [
"either",
"home",
2024-04-20 07:45:50 +02:00
"rustix",
"winsafe",
]
[[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"
version = "0.1.6"
2018-09-09 05:01:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
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]]
name = "windows"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
dependencies = [
"windows-core 0.56.0",
"windows-targets 0.52.5",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.5",
]
[[package]]
name = "windows-core"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result",
"windows-targets 0.52.5",
]
[[package]]
name = "windows-implement"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
dependencies = [
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "windows-interface"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
dependencies = [
"proc-macro2",
"quote",
2024-04-20 07:45:50 +02:00
"syn 2.0.60",
]
[[package]]
name = "windows-result"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
dependencies = [
"windows-targets 0.52.5",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-08-30 05:43:57 +02:00
"windows-targets 0.48.5",
2023-03-03 16:21:38 +01:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
2023-03-03 16:21:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows-targets"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-05-09 00:13:04 +02:00
dependencies = [
2023-08-30 05:43:57 +02:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-05-09 00:13:04 +02:00
]
[[package]]
name = "windows-targets"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
]
2024-04-20 07:45:50 +02:00
[[package]]
name = "windows-version"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515"
dependencies = [
"windows-targets 0.52.5",
]
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-09 00:13:04 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2021-10-16 06:25:21 +02:00
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-09 00:13:04 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2021-10-16 06:25:21 +02:00
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_i686_gnu"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-09 00:13:04 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_i686_msvc"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-05-09 00:13:04 +02:00
2021-10-16 06:25:21 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-30 05:43:57 +02:00
version = "0.48.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-30 05:43:57 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-09 00:13:04 +02:00
2021-10-16 06:25:21 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2021-10-16 06:25:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2021-10-16 06:25:21 +02:00
2022-03-14 00:58:02 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-03-14 00:58:02 +01:00
2023-05-09 00:13:04 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
2023-05-09 00:13:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-05-09 00:13:04 +02:00
[[package]]
2023-03-03 16:21:38 +01:00
name = "winnow"
2024-04-20 07:45:50 +02:00
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352"
2023-03-03 16:21:38 +01:00
dependencies = [
"memchr",
]
2021-10-16 06:25:21 +02:00
[[package]]
name = "winreg"
2024-04-20 07:45:50 +02:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
2023-05-09 00:13:04 +02:00
"cfg-if",
2023-08-30 05:43:57 +02:00
"windows-sys 0.48.0",
]
2024-04-20 07:45:50 +02:00
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
2023-05-14 07:17:14 +02:00
[[package]]
name = "xdg-home"
2024-04-20 07:45:50 +02:00
version = "1.1.0"
2023-05-14 07:17:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
2023-05-14 07:17:14 +02:00
dependencies = [
2024-04-20 07:45:50 +02:00
"libc",
2023-05-14 07:17:14 +02:00
"winapi",
]
[[package]]
name = "zbus"
2024-04-20 07:45:50 +02:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "c9ff46f2a25abd690ed072054733e0bc3157e3d4c45f41bd183dce09c2ff8ab9"
dependencies = [
2022-03-14 00:58:02 +01:00
"async-broadcast",
"async-executor",
2023-03-18 09:32:24 +01:00
"async-fs",
2024-04-20 07:45:50 +02:00
"async-io",
"async-lock 3.3.0",
2023-08-30 05:43:57 +02:00
"async-process",
2023-03-03 16:21:38 +01:00
"async-recursion",
2022-03-14 00:58:02 +01:00
"async-task",
"async-trait",
2023-08-30 05:43:57 +02:00
"blocking",
"derivative",
"enumflags2",
2024-04-20 07:45:50 +02:00
"event-listener 5.3.0",
2022-03-14 00:58:02 +01:00
"futures-core",
"futures-sink",
"futures-util",
"hex",
2024-04-20 07:45:50 +02:00
"nix 0.28.0",
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",
2024-04-20 07:45:50 +02:00
"windows-sys 0.52.0",
2023-05-14 07:17:14 +02:00
"xdg-home",
"zbus_macros",
2022-03-14 00:58:02 +01:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2024-04-20 07:45:50 +02:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "4e0e3852c93dcdb49c9462afe67a2a468f7bd464150d866e861eaf06208633e0"
dependencies = [
2022-03-14 00:58:02 +01:00
"proc-macro-crate",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2022-03-14 00:58:02 +01:00
"regex",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2023-03-18 09:32:24 +01:00
"zvariant_utils",
]
2022-03-14 00:58:02 +01:00
[[package]]
name = "zbus_names"
2024-04-20 07:45:50 +02:00
version = "3.0.0"
2022-03-14 00:58:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
2022-03-14 00:58:02 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2024-04-20 12:06:53 +02:00
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.60",
]
[[package]]
name = "zvariant"
2024-04-20 07:45:50 +02:00
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
dependencies = [
2024-04-20 07:45:50 +02:00
"endi",
"enumflags2",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2024-04-20 07:45:50 +02:00
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
dependencies = [
2022-03-14 00:58:02 +01:00
"proc-macro-crate",
"proc-macro2",
2021-10-16 06:25:21 +02:00
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
2023-03-18 09:32:24 +01:00
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2024-04-20 07:45:50 +02:00
version = "1.1.0"
2023-03-18 09:32:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-20 07:45:50 +02:00
checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
2023-03-18 09:32:24 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-03-22 02:47:26 +01:00
"syn 1.0.109",
]