pesde/Cargo.lock

5719 lines
134 KiB
Text
Raw Normal View History

2024-03-04 20:18:49 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-07-30 11:37:54 +01:00
[[package]]
name = "actix-codec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
dependencies = [
"bitflags 2.6.0",
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "actix-cors"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e772b3bcafe335042b5db010ab7c09013dad6eac4915c91d8d50902769f331"
dependencies = [
"actix-utils",
"actix-web",
"derive_more",
"futures-util",
"log",
"once_cell",
"smallvec",
]
[[package]]
name = "actix-governor"
2024-09-28 23:44:39 +01:00
version = "0.6.0"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:44:39 +01:00
checksum = "0954b0f27aabd8f56bb03f2a77b412ddf3f8c034a3c27b2086c1fc75415760df"
2024-07-30 11:37:54 +01:00
dependencies = [
"actix-http",
"actix-web",
"futures",
"governor",
]
[[package]]
name = "actix-http"
version = "3.9.0"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
2024-07-30 11:37:54 +01:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"ahash",
"base64 0.22.1",
"bitflags 2.6.0",
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2 0.3.26",
"http 0.2.12",
"httparse",
"httpdate",
"itoa",
"language-tags",
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite",
"rand",
"sha1",
"smallvec",
"tokio",
"tokio-util",
"tracing",
"zstd",
]
[[package]]
name = "actix-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
dependencies = [
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-07-30 11:37:54 +01:00
]
[[package]]
name = "actix-multipart"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53"
dependencies = [
"actix-multipart-derive",
"actix-utils",
"actix-web",
"derive_more",
"futures-core",
"futures-util",
"httparse",
"local-waker",
"log",
"memchr",
"mime",
"rand",
"serde",
"serde_json",
"serde_plain",
"tempfile",
"tokio",
]
[[package]]
name = "actix-multipart-derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e11eb847f49a700678ea2fa73daeb3208061afa2b9d1a8527c03390f4c4a1c6b"
dependencies = [
"darling",
"parse-size",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-07-30 11:37:54 +01:00
]
[[package]]
name = "actix-router"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
dependencies = [
"bytestring",
"cfg-if",
"http 0.2.12",
"regex",
"regex-lite",
"serde",
"tracing",
]
[[package]]
name = "actix-rt"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2024-08-08 16:59:59 +01:00
version = "2.5.0"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
2024-07-30 11:37:54 +01:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio 1.0.2",
2024-07-30 11:37:54 +01:00
"socket2",
"tokio",
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
[[package]]
name = "actix-utils"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2024-08-12 10:55:21 +01:00
version = "4.9.0"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-12 10:55:21 +01:00
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
2024-07-30 11:37:54 +01:00
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
"ahash",
"bytes",
"bytestring",
"cfg-if",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2024-08-12 10:55:21 +01:00
"impl-more",
2024-07-30 11:37:54 +01:00
"itoa",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
"regex",
"regex-lite",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
"time",
"url",
]
[[package]]
name = "actix-web-codegen"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
dependencies = [
"actix-router",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-07-30 11:37:54 +01:00
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "addr2line"
2024-09-28 23:04:35 +01:00
version = "0.24.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
2024-03-04 20:18:49 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "aes"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
dependencies = [
"cfg-if",
2024-07-12 23:09:37 +01:00
"cipher",
"cpufeatures",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
2024-07-30 11:37:54 +01:00
"getrandom",
2024-03-04 20:18:49 +00:00
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-03-04 20:18:49 +00:00
dependencies = [
"memchr",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "allocator-api2"
2024-05-12 12:00:36 +01:00
version = "0.2.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-03-04 20:18:49 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
2024-07-26 17:47:53 +01:00
version = "0.6.15"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2024-03-04 20:18:49 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-12 12:00:36 +01:00
"is_terminal_polyfill",
2024-03-04 20:18:49 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-07-26 17:47:53 +01:00
version = "1.0.8"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2024-03-04 20:18:49 +00:00
[[package]]
name = "anstyle-parse"
2024-07-26 17:47:53 +01:00
version = "0.2.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2024-03-04 20:18:49 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-07-26 17:47:53 +01:00
version = "1.1.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2024-03-04 20:18:49 +00:00
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
2024-07-26 17:47:53 +01:00
version = "3.0.4"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2024-03-04 20:18:49 +00:00
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
2024-09-28 23:04:35 +01:00
version = "1.0.89"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "arbitrary"
version = "1.3.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
dependencies = [
"derive_arbitrary",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "arc-swap"
version = "1.7.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2024-03-04 20:18:49 +00:00
[[package]]
name = "async-broadcast"
2024-07-12 23:09:37 +01:00
version = "0.7.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"event-listener",
"event-listener-strategy",
2024-03-04 20:18:49 +00:00
"futures-core",
2024-07-12 23:09:37 +01:00
"pin-project-lite",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "async-channel"
2024-07-12 23:09:37 +01:00
version = "2.3.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
2024-03-04 20:18:49 +00:00
dependencies = [
"concurrent-queue",
2024-07-12 23:09:37 +01:00
"event-listener-strategy",
2024-03-04 20:18:49 +00:00
"futures-core",
"pin-project-lite",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "async-io"
version = "2.3.4"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"async-lock",
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite",
"parking",
"polling",
"rustix",
"slab",
"tracing",
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "async-lock"
version = "3.4.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"event-listener",
"event-listener-strategy",
"pin-project-lite",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "async-process"
2024-09-28 23:04:35 +01:00
version = "2.3.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"async-channel",
"async-io",
"async-lock",
"async-signal",
"async-task",
2024-03-04 20:18:49 +00:00
"blocking",
2024-07-12 23:09:37 +01:00
"cfg-if",
"event-listener",
"futures-lite",
"rustix",
"tracing",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "async-recursion"
version = "1.1.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "async-signal"
version = "0.2.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"async-io",
"async-lock",
"atomic-waker",
2024-03-04 20:18:49 +00:00
"cfg-if",
2024-07-12 23:09:37 +01:00
"futures-core",
2024-03-04 20:18:49 +00:00
"futures-io",
2024-07-12 23:09:37 +01:00
"rustix",
"signal-hook-registry",
2024-03-04 20:18:49 +00:00
"slab",
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "async-task"
2024-05-12 12:00:36 +01:00
version = "4.7.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
2024-03-04 20:18:49 +00:00
[[package]]
name = "async-trait"
2024-09-28 23:04:35 +01:00
version = "0.1.83"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "autocfg"
2024-09-28 23:04:35 +01:00
version = "1.4.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-03-04 20:18:49 +00:00
[[package]]
name = "backtrace"
2024-09-28 23:04:35 +01:00
version = "0.3.74"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2024-03-04 20:18:49 +00:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
2024-09-28 23:04:35 +01:00
"miniz_oxide",
2024-03-04 20:18:49 +00:00
"object",
"rustc-demangle",
2024-09-28 23:04:35 +01:00
"windows-targets 0.52.6",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-05-12 12:00:36 +01:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-03-04 20:18:49 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-07-12 23:09:37 +01:00
version = "2.6.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "bitpacking"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92"
dependencies = [
"crunchy",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "block-padding"
version = "0.3.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"generic-array",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "blocking"
2024-07-12 23:09:37 +01:00
version = "1.6.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2024-03-04 20:18:49 +00:00
dependencies = [
"async-channel",
"async-task",
"futures-io",
2024-07-12 23:09:37 +01:00
"futures-lite",
2024-03-04 20:18:49 +00:00
"piper",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "brotli"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "bstr"
2024-07-26 17:47:53 +01:00
version = "1.10.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
2024-03-04 20:18:49 +00:00
dependencies = [
"memchr",
2024-07-12 23:09:37 +01:00
"regex-automata",
2024-03-04 20:18:49 +00:00
"serde",
]
[[package]]
name = "bumpalo"
2024-05-12 12:00:36 +01:00
version = "3.16.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2024-03-04 20:18:49 +00:00
[[package]]
name = "bytecount"
2024-05-12 12:00:36 +01:00
version = "0.6.8"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2024-03-04 20:18:49 +00:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2024-09-28 23:04:35 +01:00
version = "1.7.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "bytestring"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
dependencies = [
"bytes",
]
[[package]]
name = "bzip2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2024-07-12 23:09:37 +01:00
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
"cipher",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "cc"
2024-09-28 23:04:35 +01:00
version = "1.1.22"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
2024-03-04 20:18:49 +00:00
dependencies = [
"jobserver",
"libc",
"shlex",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "census"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
2024-03-04 20:18:49 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-03-16 16:31:27 +00:00
[[package]]
name = "cfg_aliases"
2024-07-12 23:09:37 +01:00
version = "0.2.1"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-03-16 16:31:27 +00:00
2024-03-04 20:18:49 +00:00
[[package]]
name = "chrono"
2024-07-12 23:09:37 +01:00
version = "0.4.38"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2024-03-04 20:18:49 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
2024-03-16 16:31:27 +00:00
"serde",
2024-03-04 20:18:49 +00:00
"wasm-bindgen",
2024-07-12 23:09:37 +01:00
"windows-targets 0.52.6",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "clap"
2024-09-28 23:04:35 +01:00
version = "4.5.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
2024-03-04 20:18:49 +00:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-09-28 23:04:35 +01:00
version = "4.5.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
2024-03-04 20:18:49 +00:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-07-12 23:09:37 +01:00
"strsim",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "clap_derive"
2024-09-28 23:04:35 +01:00
version = "4.5.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2024-03-04 20:18:49 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "clap_lex"
2024-07-26 17:47:53 +01:00
version = "0.7.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "clru"
version = "0.6.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2024-03-04 20:18:49 +00:00
[[package]]
name = "colorchoice"
2024-07-26 17:47:53 +01:00
version = "1.0.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2024-03-04 20:18:49 +00:00
2024-07-12 23:09:37 +01:00
[[package]]
name = "colored"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "concurrent-queue"
2024-05-12 12:00:36 +01:00
version = "2.5.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2024-03-04 20:18:49 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys 0.52.0",
]
[[package]]
name = "constant_time_eq"
2024-09-02 15:49:40 +01:00
version = "0.3.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2024-03-04 20:18:49 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2024-09-02 15:49:40 +01:00
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "cookie"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
dependencies = [
"percent-encoding",
"time",
"version_check",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-03-04 20:18:49 +00:00
[[package]]
name = "cpufeatures"
2024-09-28 23:04:35 +01:00
version = "0.2.14"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "crc"
version = "3.2.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"crc-catalog",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32fast"
version = "1.4.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"cfg-if",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "crossbeam-channel"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "crossbeam-utils"
2024-07-12 23:09:37 +01:00
version = "0.8.20"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2024-03-04 20:18:49 +00:00
[[package]]
name = "crossterm"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
"bitflags 1.3.2",
"crossterm_winapi",
"libc",
2024-07-26 17:47:53 +01:00
"mio 0.8.11",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2024-03-04 20:18:49 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "darling"
2024-07-12 23:09:37 +01:00
version = "0.20.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2024-03-04 20:18:49 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-07-12 23:09:37 +01:00
version = "0.20.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2024-03-04 20:18:49 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-07-12 23:09:37 +01:00
"strsim",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "darling_macro"
2024-07-12 23:09:37 +01:00
version = "0.20.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2024-03-04 20:18:49 +00:00
dependencies = [
"darling_core",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01: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.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "dbus"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
dependencies = [
2024-07-12 23:09:37 +01:00
"libc",
"libdbus-sys",
"winapi",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "dbus-secret-service"
2024-07-26 17:47:53 +01:00
version = "4.0.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "1caa0c241c01ad8d99a78d553567d38f873dd3ac16eca33a5370d650ab25584e"
2024-07-12 23:09:37 +01:00
dependencies = [
"aes",
"block-padding",
"cbc",
"dbus",
"futures-util",
"hkdf",
"num",
"once_cell",
"rand",
"sha2",
]
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "debugid"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
dependencies = [
"serde",
"uuid",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "deflate64"
2024-07-22 15:41:45 +01:00
version = "0.1.9"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 15:41:45 +01:00
checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
2024-03-04 20:18:49 +00:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "derive_arbitrary"
version = "1.3.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "derive_more"
2024-07-12 23:09:37 +01:00
version = "0.99.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-09-02 15:49:40 +01:00
"convert_case 0.4.0",
2024-03-04 20:18:49 +00:00
"proc-macro2",
"quote",
2024-07-12 23:09:37 +01:00
"rustc_version",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
2024-07-26 17:47:53 +01:00
name = "dirs"
2024-03-04 20:18:49 +00:00
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2024-03-04 20:18:49 +00:00
dependencies = [
"dirs-sys",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "dirs-sys"
version = "0.4.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
2024-07-12 23:09:37 +01:00
"redox_users",
2024-03-04 20:18:49 +00:00
"windows-sys 0.48.0",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "displaydoc"
version = "0.2.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-07-12 23:09:37 +01:00
]
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "downcast-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2024-03-04 20:18:49 +00:00
[[package]]
name = "dunce"
2024-08-08 16:59:59 +01:00
version = "1.0.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2024-03-04 20:18:49 +00:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
2024-07-30 11:37:54 +01:00
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-03-04 20:18:49 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2024-05-12 12:00:36 +01:00
version = "0.8.34"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "endi"
version = "1.1.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
2024-03-04 20:18:49 +00:00
[[package]]
name = "enumflags2"
2024-07-12 23:09:37 +01:00
version = "0.7.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
2024-03-04 20:18:49 +00:00
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2024-07-12 23:09:37 +01:00
version = "0.7.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-16 16:31:27 +00:00
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "env_logger"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-05-12 12:00:36 +01:00
version = "0.3.9"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "event-listener"
2024-07-12 23:09:37 +01:00
version = "5.3.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
2024-03-04 20:18:49 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2024-05-12 12:00:36 +01:00
version = "0.5.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"event-listener",
2024-03-04 20:18:49 +00:00
"pin-project-lite",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "fastdivide"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "faster-hex"
version = "0.9.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
2024-03-04 20:18:49 +00:00
[[package]]
name = "fastrand"
2024-09-02 15:49:40 +01:00
version = "2.1.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2024-03-04 20:18:49 +00:00
[[package]]
name = "filetime"
2024-09-02 15:49:40 +01:00
version = "0.2.25"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
"libc",
"libredox",
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "findshlibs"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
dependencies = [
"cc",
"lazy_static",
"libc",
"winapi",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "flate2"
2024-09-28 23:04:35 +01:00
version = "1.0.34"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
2024-03-04 20:18:49 +00:00
dependencies = [
"crc32fast",
2024-09-28 23:04:35 +01:00
"miniz_oxide",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-07-30 11:37:54 +01:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2024-03-04 20:18:49 +00:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "fs4"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8"
dependencies = [
"rustix",
"windows-sys 0.52.0",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "full_moon"
2024-07-12 23:09:37 +01:00
version = "1.0.0-rc.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "1c23cbff7830f7a5370221b5c073bafc74b5d9e8555873b1f153a41416837e4e"
2024-03-04 20:18:49 +00:00
dependencies = [
"bytecount",
"cfg-if",
"derive_more",
"full_moon_derive",
"paste",
"serde",
"smol_str",
]
[[package]]
name = "full_moon_derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b4bd12ce56927d1dc5478d21528ea8c4b93ca85ff8f8043b6a5351a2a3c6f7"
dependencies = [
"indexmap 1.9.3",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2024-07-30 11:37:54 +01:00
[[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",
]
2024-03-04 20:18:49 +00:00
[[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",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2024-07-30 11:37:54 +01:00
[[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",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-lite"
version = "2.3.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"fastrand",
2024-03-04 20:18:49 +00:00
"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",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[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"
2024-07-30 11:37:54 +01:00
[[package]]
name = "futures-timer"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2024-03-04 20:18:49 +00:00
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
2024-07-30 11:37:54 +01:00
"futures-channel",
2024-03-04 20:18:49 +00:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fuzzy-matcher"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
dependencies = [
"thread_local",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
2024-07-12 23:09:37 +01:00
"byteorder",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-07-12 23:09:37 +01:00
version = "0.2.15"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
"libc",
2024-07-12 23:09:37 +01:00
"wasi",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "gimli"
2024-09-28 23:04:35 +01:00
version = "0.31.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
2024-07-12 23:09:37 +01:00
2024-07-23 15:37:47 +01:00
[[package]]
name = "git2"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
dependencies = [
"bitflags 2.6.0",
"libc",
"libgit2-sys",
"log",
"openssl-probe",
"openssl-sys",
"url",
]
2024-07-12 23:09:37 +01:00
[[package]]
name = "gix"
version = "0.66.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb"
2024-07-12 23:09:37 +01:00
dependencies = [
"gix-actor",
"gix-attributes",
"gix-command",
"gix-commitgraph",
"gix-config",
"gix-credentials",
"gix-date",
"gix-diff",
"gix-discover",
"gix-features",
"gix-filter",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-ignore",
"gix-index",
"gix-lock",
"gix-negotiate",
"gix-object",
"gix-odb",
"gix-pack",
"gix-path",
"gix-pathspec",
"gix-prompt",
"gix-protocol",
"gix-ref",
"gix-refspec",
"gix-revision",
"gix-revwalk",
"gix-sec",
"gix-submodule",
"gix-tempfile",
"gix-trace",
"gix-transport",
"gix-traverse",
"gix-url",
"gix-utils",
"gix-validate",
"gix-worktree",
2024-07-22 15:41:45 +01:00
"gix-worktree-state",
2024-07-12 23:09:37 +01:00
"once_cell",
"regex",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-actor"
version = "0.32.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bstr",
"gix-date",
"gix-utils",
"itoa",
"thiserror",
2024-09-02 15:49:40 +01:00
"winnow",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-attributes"
version = "0.22.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-glob",
"gix-path",
"gix-quote",
"gix-trace",
"kstring",
"smallvec",
"thiserror",
"unicode-bom",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-bitmap"
version = "0.2.11"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"thiserror",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-chunk"
version = "0.4.8"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52"
dependencies = [
"thiserror",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-command"
version = "0.3.9"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff2e692b36bbcf09286c70803006ca3fd56551a311de450be317a0ab8ea92e7"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-path",
"gix-trace",
"shell-words",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-commitgraph"
2024-07-23 23:53:34 +01:00
version = "0.24.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-23 23:53:34 +01:00
checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78"
2024-03-04 20:18:49 +00:00
dependencies = [
"bstr",
2024-07-12 23:09:37 +01:00
"gix-chunk",
"gix-features",
"gix-hash",
"memmap2",
"thiserror",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-config"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0"
dependencies = [
2024-07-12 23:09:37 +01:00
"bstr",
"gix-config-value",
"gix-features",
"gix-glob",
"gix-path",
"gix-ref",
"gix-sec",
"memchr",
"once_cell",
"smallvec",
2024-07-12 23:09:37 +01:00
"thiserror",
"unicode-bom",
2024-09-02 15:49:40 +01:00
"winnow",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "gix-config-value"
version = "0.14.8"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"bstr",
"gix-path",
"libc",
"thiserror",
]
[[package]]
name = "gix-credentials"
version = "0.24.5"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce391d305968782f1ae301c4a3d42c5701df7ff1d8bc03740300f6fd12bce78"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-command",
"gix-config-value",
"gix-path",
"gix-prompt",
"gix-sec",
"gix-trace",
"gix-url",
"thiserror",
]
[[package]]
name = "gix-date"
version = "0.9.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"itoa",
"jiff",
2024-07-12 23:09:37 +01:00
"thiserror",
]
[[package]]
name = "gix-diff"
version = "0.46.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-hash",
"gix-object",
"thiserror",
]
[[package]]
name = "gix-discover"
version = "0.35.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"dunce",
"gix-fs",
"gix-hash",
"gix-path",
"gix-ref",
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-features"
version = "0.38.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69"
dependencies = [
"bytes",
"crc32fast",
"flate2",
"gix-hash",
"gix-trace",
"gix-utils",
"libc",
"once_cell",
"prodash",
"sha1_smol",
"thiserror",
"walkdir",
]
[[package]]
name = "gix-filter"
version = "0.13.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"encoding_rs",
"gix-attributes",
"gix-command",
"gix-hash",
"gix-object",
"gix-packetline-blocking",
"gix-path",
"gix-quote",
"gix-trace",
"gix-utils",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-fs"
version = "0.11.3"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575"
2024-07-12 23:09:37 +01:00
dependencies = [
"fastrand",
"gix-features",
"gix-utils",
]
[[package]]
name = "gix-glob"
version = "0.16.5"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"bstr",
"gix-features",
"gix-path",
]
[[package]]
name = "gix-hash"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e"
dependencies = [
"faster-hex",
"thiserror",
]
[[package]]
name = "gix-hashtable"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242"
dependencies = [
"gix-hash",
"hashbrown 0.14.5",
"parking_lot",
]
[[package]]
name = "gix-ignore"
version = "0.11.4"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-glob",
"gix-path",
"gix-trace",
"unicode-bom",
]
[[package]]
name = "gix-index"
version = "0.35.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"bstr",
"filetime",
"fnv",
"gix-bitmap",
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object",
"gix-traverse",
"gix-utils",
"gix-validate",
"hashbrown 0.14.5",
"itoa",
"libc",
"memmap2",
"rustix",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-lock"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d"
dependencies = [
"gix-tempfile",
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-negotiate"
version = "0.15.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4063bf329a191a9e24b6f948a17ccf6698c0380297f5e169cee4f1d2ab9475b"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-object"
version = "0.44.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-actor",
"gix-date",
"gix-features",
"gix-hash",
"gix-utils",
"gix-validate",
"itoa",
"smallvec",
"thiserror",
2024-09-02 15:49:40 +01:00
"winnow",
2024-07-12 23:09:37 +01:00
]
[[package]]
name = "gix-odb"
version = "0.63.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747"
2024-07-12 23:09:37 +01:00
dependencies = [
"arc-swap",
"gix-date",
"gix-features",
"gix-fs",
"gix-hash",
"gix-object",
"gix-pack",
"gix-path",
"gix-quote",
"parking_lot",
"tempfile",
"thiserror",
]
[[package]]
name = "gix-pack"
version = "0.53.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954"
2024-07-12 23:09:37 +01:00
dependencies = [
"clru",
"gix-chunk",
"gix-features",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-path",
"gix-tempfile",
"memmap2",
"parking_lot",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-packetline"
version = "0.17.6"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c43ef4d5fe2fa222c606731c8bdbf4481413ee4ef46d61340ec39e4df4c5e49"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"faster-hex",
"gix-trace",
"thiserror",
]
[[package]]
name = "gix-packetline-blocking"
version = "0.17.5"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"faster-hex",
"gix-trace",
"thiserror",
]
[[package]]
name = "gix-path"
2024-09-28 23:04:35 +01:00
version = "0.10.11"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "ebfc4febd088abdcbc9f1246896e57e37b7a34f6909840045a1767c6dafac7af"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-trace",
"home",
"once_cell",
"thiserror",
]
[[package]]
name = "gix-pathspec"
version = "0.7.7"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"bstr",
"gix-attributes",
"gix-config-value",
"gix-glob",
"gix-path",
"thiserror",
]
[[package]]
name = "gix-prompt"
version = "0.8.7"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74fde865cdb46b30d8dad1293385d9bcf998d3a39cbf41bee67d0dab026fe6b1"
2024-07-12 23:09:37 +01:00
dependencies = [
"gix-command",
"gix-config-value",
"parking_lot",
"rustix",
"thiserror",
]
[[package]]
name = "gix-protocol"
version = "0.45.3"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc43a1006f01b5efee22a003928c9eb83dde2f52779ded9d4c0732ad93164e3e"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-credentials",
"gix-date",
"gix-features",
"gix-hash",
"gix-transport",
"gix-utils",
"maybe-async",
"thiserror",
2024-09-02 15:49:40 +01:00
"winnow",
2024-07-12 23:09:37 +01:00
]
[[package]]
name = "gix-quote"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff"
dependencies = [
"bstr",
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-ref"
version = "0.47.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5"
2024-07-12 23:09:37 +01:00
dependencies = [
"gix-actor",
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile",
"gix-utils",
"gix-validate",
"memmap2",
"thiserror",
2024-09-02 15:49:40 +01:00
"winnow",
2024-07-12 23:09:37 +01:00
]
[[package]]
name = "gix-refspec"
version = "0.25.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-hash",
"gix-revision",
"gix-validate",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-revision"
version = "0.29.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"gix-trace",
"thiserror",
]
[[package]]
name = "gix-revwalk"
version = "0.15.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984"
2024-07-12 23:09:37 +01:00
dependencies = [
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-sec"
version = "0.10.8"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"gix-path",
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "gix-submodule"
version = "0.14.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-config",
"gix-path",
"gix-pathspec",
"gix-refspec",
"gix-url",
"thiserror",
]
[[package]]
name = "gix-tempfile"
version = "14.0.2"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa"
2024-07-12 23:09:37 +01:00
dependencies = [
"gix-fs",
"libc",
"once_cell",
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-trace"
2024-09-28 23:04:35 +01:00
version = "0.1.10"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "6cae0e8661c3ff92688ce1c8b8058b3efb312aba9492bbe93661a21705ab431b"
2024-07-12 23:09:37 +01:00
[[package]]
name = "gix-transport"
version = "0.42.3"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421dcccab01b41a15d97b226ad97a8f9262295044e34fbd37b10e493b0a6481f"
2024-07-12 23:09:37 +01:00
dependencies = [
2024-07-30 11:37:54 +01:00
"base64 0.22.1",
2024-07-12 23:09:37 +01:00
"bstr",
"gix-command",
"gix-credentials",
"gix-features",
"gix-packetline",
"gix-quote",
"gix-sec",
"gix-url",
"reqwest",
"thiserror",
]
[[package]]
name = "gix-traverse"
version = "0.41.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780"
2024-07-12 23:09:37 +01:00
dependencies = [
"bitflags 2.6.0",
"gix-commitgraph",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-url"
version = "0.27.5"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-features",
"gix-path",
"home",
"thiserror",
"url",
]
[[package]]
name = "gix-utils"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc"
dependencies = [
"fastrand",
"unicode-normalization",
]
[[package]]
name = "gix-validate"
version = "0.9.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"thiserror",
]
[[package]]
name = "gix-worktree"
version = "0.36.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a"
2024-07-12 23:09:37 +01:00
dependencies = [
"bstr",
"gix-attributes",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-ignore",
"gix-index",
"gix-object",
"gix-path",
"gix-validate",
]
[[package]]
2024-07-22 15:41:45 +01:00
name = "gix-worktree-state"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b05c4b313fa702c0bacd5068dd3e01671da73b938fade97676859fee286de43"
2024-03-16 16:31:27 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bstr",
2024-07-22 15:41:45 +01:00
"gix-features",
"gix-filter",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-index",
"gix-object",
"gix-path",
"gix-worktree",
"io-close",
"thiserror",
2024-03-16 16:31:27 +00:00
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2024-07-30 11:37:54 +01:00
[[package]]
name = "governor"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
dependencies = [
"cfg-if",
"dashmap",
"futures",
"futures-timer",
"no-std-compat",
"nonzero_ext",
"parking_lot",
"portable-atomic",
"quanta",
"rand",
"smallvec",
"spinning_top",
]
[[package]]
name = "h2"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
2024-09-28 23:04:35 +01:00
"indexmap 2.5.0",
2024-07-30 11:37:54 +01:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
2024-03-16 16:31:27 +00:00
[[package]]
name = "h2"
version = "0.4.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"atomic-waker",
2024-03-04 20:18:49 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-09-28 23:04:35 +01:00
"indexmap 2.5.0",
2024-03-04 20:18:49 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
2024-05-12 12:00:36 +01:00
version = "0.14.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-03-04 20:18:49 +00:00
dependencies = [
"ahash",
"allocator-api2",
]
[[package]]
name = "heck"
2024-03-16 16:31:27 +00:00
version = "0.5.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-16 16:31:27 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-03-04 20:18:49 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2024-07-12 23:09:37 +01:00
[[package]]
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
2024-03-04 20:18:49 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 11:37:54 +01:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "hostname"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
dependencies = [
"cfg-if",
"libc",
"windows",
]
[[package]]
name = "htmlescape"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-30 11:37:54 +01:00
"bytes",
"fnv",
"itoa",
2024-03-04 20:18:49 +00:00
]
2024-03-16 16:31:27 +00:00
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "http-body"
2024-07-12 23:09:37 +01:00
version = "1.0.1"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2024-03-16 16:31:27 +00:00
dependencies = [
"bytes",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-03-16 16:31:27 +00:00
]
[[package]]
name = "http-body-util"
2024-07-12 23:09:37 +01:00
version = "0.1.2"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2024-03-16 16:31:27 +00:00
dependencies = [
"bytes",
2024-07-12 23:09:37 +01:00
"futures-util",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-07-12 23:09:37 +01:00
"http-body",
2024-03-04 20:18:49 +00:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-07-12 23:09:37 +01:00
version = "1.9.4"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2024-03-04 20:18:49 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2024-07-12 23:09:37 +01:00
version = "1.4.1"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2024-03-16 16:31:27 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.6",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-07-12 23:09:37 +01:00
"http-body",
2024-03-16 16:31:27 +00:00
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "hyper-rustls"
2024-09-28 23:04:35 +01:00
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-07-12 23:09:37 +01:00
"hyper",
"hyper-util",
2024-07-12 23:09:37 +01:00
"rustls",
"rustls-pki-types",
"tokio",
2024-07-12 23:09:37 +01:00
"tokio-rustls",
"tower-service",
2024-07-12 23:09:37 +01:00
"webpki-roots",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
2024-03-16 16:31:27 +00:00
[[package]]
name = "hyper-util"
2024-09-28 23:04:35 +01:00
version = "0.1.9"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
2024-03-16 16:31:27 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-07-12 23:09:37 +01:00
"http-body",
"hyper",
2024-03-16 16:31:27 +00:00
"pin-project-lite",
2024-07-12 23:09:37 +01:00
"socket2",
2024-03-16 16:31:27 +00:00
"tokio",
"tower-service",
"tracing",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "iana-time-zone"
2024-09-28 23:04:35 +01:00
version = "0.1.61"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2024-03-04 20:18:49 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "impl-more"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
2024-03-04 20:18:49 +00:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2024-07-12 23:09:37 +01:00
"serde",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "indexmap"
2024-09-28 23:04:35 +01:00
version = "2.5.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
2024-03-04 20:18:49 +00:00
dependencies = [
"equivalent",
2024-05-12 12:00:36 +01:00
"hashbrown 0.14.5",
2024-07-12 23:09:37 +01:00
"serde",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "indicatif"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
[[package]]
name = "indicatif-log-bridge"
2024-09-02 15:49:40 +01:00
version = "0.2.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02"
2024-03-04 20:18:49 +00:00
dependencies = [
"indicatif",
"log",
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
2024-07-12 23:09:37 +01:00
"block-padding",
"generic-array",
]
[[package]]
name = "inquire"
2024-05-12 12:00:36 +01:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "0fddf93031af70e75410a2511ec04d49e758ed2f26dad3404a934e0fb45cc12a"
dependencies = [
2024-07-12 23:09:37 +01:00
"bitflags 2.6.0",
"crossterm",
"dyn-clone",
"fuzzy-matcher",
"fxhash",
"newline-converter",
"once_cell",
"unicode-segmentation",
"unicode-width",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "instant"
2024-07-12 23:09:37 +01:00
version = "0.1.13"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
2024-07-30 11:37:54 +01:00
"js-sys",
"wasm-bindgen",
"web-sys",
2024-03-04 20:18:49 +00:00
]
2024-07-22 15:41:45 +01:00
[[package]]
name = "io-close"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
dependencies = [
"libc",
"winapi",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "ipnet"
2024-09-28 23:04:35 +01:00
version = "2.10.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
2024-03-04 20:18:49 +00:00
2024-07-12 23:09:37 +01:00
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "is-terminal"
version = "0.4.13"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
2024-03-04 20:18:49 +00:00
dependencies = [
"hermit-abi 0.4.0",
2024-03-04 20:18:49 +00:00
"libc",
"windows-sys 0.52.0",
]
2024-05-12 12:00:36 +01:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "is-wsl"
version = "0.4.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"is-docker",
"once_cell",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "is_terminal_polyfill"
2024-07-26 17:47:53 +01:00
version = "1.70.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "itoa"
2024-03-27 19:57:19 +00:00
version = "1.0.11"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 19:57:19 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2024-03-04 20:18:49 +00:00
[[package]]
name = "jiff"
2024-09-28 23:04:35 +01:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "8a45489186a6123c128fdf6016183fcfab7113e1820eb813127e036e287233fb"
dependencies = [
"jiff-tzdb-platform",
"windows-sys 0.59.0",
]
[[package]]
name = "jiff-tzdb"
2024-09-28 23:04:35 +01:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653"
[[package]]
name = "jiff-tzdb-platform"
2024-09-28 23:04:35 +01:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329"
dependencies = [
"jiff-tzdb",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "jobserver"
2024-07-26 17:47:53 +01:00
version = "0.1.32"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "js-sys"
version = "0.3.70"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2024-07-12 23:09:37 +01:00
dependencies = [
"wasm-bindgen",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "keyring"
2024-09-28 23:04:35 +01:00
version = "3.3.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "5fa83d1ca02db069b5fbe94b23b584d588e989218310c9c15015bb5571ef1a94"
2024-07-12 23:09:37 +01:00
dependencies = [
"byteorder",
"dbus-secret-service",
"secret-service",
"security-framework",
"windows-sys 0.59.0",
2024-07-12 23:09:37 +01:00
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "kstring"
2024-07-26 17:47:53 +01:00
version = "2.0.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"static_assertions",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "lazy_static"
version = "1.5.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "levenshtein_automata"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "libc"
2024-09-28 23:04:35 +01:00
version = "0.2.159"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "libdbus-sys"
version = "0.2.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"pkg-config",
2024-03-04 20:18:49 +00:00
]
2024-07-23 15:37:47 +01:00
[[package]]
name = "libgit2-sys"
version = "0.17.0+1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "libredox"
version = "0.1.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bitflags 2.6.0",
2024-03-04 20:18:49 +00:00
"libc",
"redox_syscall",
2024-03-04 20:18:49 +00:00
]
2024-07-23 15:37:47 +01:00
[[package]]
name = "libssh2-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-sys"
2024-09-02 15:49:40 +01:00
version = "1.1.20"
2024-07-23 15:37:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
2024-07-23 15:37:47 +01:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "linux-raw-sys"
version = "0.4.14"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "local-channel"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "lock_api"
version = "0.4.12"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"autocfg",
"scopeguard",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "lockfree-object-pool"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-07-30 11:37:54 +01:00
[[package]]
name = "lru"
2024-08-08 16:59:59 +01:00
version = "0.12.4"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
2024-07-30 11:37:54 +01:00
dependencies = [
"hashbrown 0.14.5",
]
[[package]]
name = "lz4_flex"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
2024-07-12 23:09:37 +01:00
[[package]]
name = "lzma-rs"
version = "0.3.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"byteorder",
"crc",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "maybe-async"
version = "0.2.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
[[package]]
name = "measure_time"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbefd235b0aadd181626f281e1d684e116972988c14c264e42069d5e8a5775cc"
dependencies = [
"instant",
"log",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "memchr"
2024-07-12 23:09:37 +01:00
version = "2.7.4"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-03-04 20:18:49 +00:00
[[package]]
name = "memmap2"
2024-09-28 23:04:35 +01:00
version = "0.9.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2024-03-27 19:57:19 +00:00
version = "0.9.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 19:57:19 +00:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2024-03-04 20:18:49 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
2024-07-12 23:09:37 +01:00
version = "2.0.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2024-03-04 20:18:49 +00:00
dependencies = [
"mime",
"unicase",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
2024-07-12 23:09:37 +01:00
"wasi",
2024-03-04 20:18:49 +00:00
"windows-sys 0.48.0",
]
2024-07-26 17:47:53 +01:00
[[package]]
name = "mio"
version = "1.0.2"
2024-07-26 17:47:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2024-07-26 17:47:53 +01:00
dependencies = [
"hermit-abi 0.3.9",
"libc",
2024-08-08 16:59:59 +01:00
"log",
2024-07-26 17:47:53 +01:00
"wasi",
"windows-sys 0.52.0",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "murmurhash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
[[package]]
name = "native-tls"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "newline-converter"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f"
dependencies = [
"unicode-segmentation",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "nix"
2024-07-12 23:09:37 +01:00
version = "0.29.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bitflags 2.6.0",
2024-03-04 20:18:49 +00:00
"cfg-if",
2024-03-16 16:31:27 +00:00
"cfg_aliases",
2024-03-04 20:18:49 +00:00
"libc",
2024-07-12 23:09:37 +01:00
"memoffset",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nonzero_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
2024-03-04 20:18:49 +00:00
[[package]]
name = "num"
2024-05-12 12:00:36 +01:00
version = "0.4.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2024-03-04 20:18:49 +00:00
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
2024-07-12 23:09:37 +01:00
version = "0.4.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2024-03-04 20:18:49 +00:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
2024-05-12 12:00:36 +01:00
version = "0.4.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2024-03-04 20:18:49 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2024-05-12 12:00:36 +01:00
version = "0.1.45"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2024-03-04 20:18:49 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2024-05-12 12:00:36 +01:00
version = "0.4.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2024-03-04 20:18:49 +00:00
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-07-12 23:09:37 +01:00
version = "0.2.19"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"autocfg",
2024-07-30 11:37:54 +01:00
"libm",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "num_cpus"
version = "1.16.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi 0.3.9",
"libc",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "number_prefix"
version = "0.4.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
2024-09-28 23:04:35 +01:00
version = "0.36.4"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"memchr",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "once_cell"
version = "1.19.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "oneshot"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "open"
version = "5.3.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"is-wsl",
2024-03-04 20:18:49 +00:00
"libc",
2024-07-12 23:09:37 +01:00
"pathdiff",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "openssl"
version = "0.10.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
dependencies = [
"bitflags 2.6.0",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-07-30 11:37:54 +01:00
]
2024-07-23 15:37:47 +01:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "ordered-stream"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "os_info"
version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
dependencies = [
"log",
"serde",
"windows-sys 0.52.0",
]
[[package]]
name = "ownedbytes"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3a059efb063b8f425b948e042e6b9bd85edfe60e913630ed727b23e2dfcc558"
dependencies = [
"stable_deref_trait",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "parking"
2024-09-28 23:04:35 +01:00
version = "2.2.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2024-03-04 20:18:49 +00:00
[[package]]
name = "parking_lot"
2024-07-12 23:09:37 +01:00
version = "0.12.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-03-04 20:18:49 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-12 12:00:36 +01:00
version = "0.9.10"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2024-03-04 20:18:49 +00:00
"smallvec",
2024-07-12 23:09:37 +01:00
"windows-targets 0.52.6",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "parse-size"
2024-09-28 23:04:35 +01:00
version = "1.1.0"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b"
2024-07-30 11:37:54 +01:00
2024-03-04 20:18:49 +00:00
[[package]]
name = "paste"
2024-05-12 12:00:36 +01:00
version = "1.0.15"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-03-04 20:18:49 +00:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pbkdf2"
2024-07-12 23:09:37 +01:00
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
dependencies = [
"digest",
"hmac",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pesde"
version = "0.5.0-rc.5"
2024-03-04 20:18:49 +00:00
dependencies = [
"anyhow",
"chrono",
2024-03-04 20:18:49 +00:00
"clap",
2024-07-12 23:09:37 +01:00
"colored",
2024-07-26 17:47:53 +01:00
"dirs",
2024-03-04 20:18:49 +00:00
"flate2",
"full_moon",
2024-07-23 15:37:47 +01:00
"git2",
2024-07-12 23:09:37 +01:00
"gix",
"glob",
2024-03-04 20:18:49 +00:00
"indicatif",
"indicatif-log-bridge",
"inquire",
2024-03-04 20:18:49 +00:00
"keyring",
"log",
2024-07-12 23:09:37 +01:00
"open",
2024-03-04 20:18:49 +00:00
"pathdiff",
"pretty_env_logger",
"relative-path",
2024-07-12 23:09:37 +01:00
"reqwest",
"semver",
2024-03-04 20:18:49 +00:00
"serde",
"serde_json",
2024-07-12 23:09:37 +01:00
"serde_with",
2024-07-28 17:19:54 +01:00
"sha2",
2024-03-04 20:18:49 +00:00
"tar",
2024-08-08 16:59:59 +01:00
"tempfile",
2024-03-04 20:18:49 +00:00
"thiserror",
"threadpool",
"toml",
2024-09-02 15:49:40 +01:00
"toml_edit",
"url",
2024-07-26 17:47:53 +01:00
"winreg",
"zip",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "pesde-registry"
version = "0.7.0"
dependencies = [
"actix-cors",
"actix-governor",
"actix-multipart",
"actix-web",
"chrono",
"constant_time_eq",
2024-09-02 15:49:40 +01:00
"convert_case 0.6.0",
2024-07-30 11:37:54 +01:00
"dotenvy",
"flate2",
2024-08-12 10:55:21 +01:00
"futures",
2024-07-30 11:37:54 +01:00
"git2",
"gix",
"log",
"pesde",
"pretty_env_logger",
"reqwest",
"rusty-s3",
"semver",
"sentry",
"sentry-actix",
"sentry-log",
"serde",
"serde_json",
2024-09-02 15:49:40 +01:00
"serde_yaml",
"sha2",
2024-07-30 11:37:54 +01:00
"tantivy",
"tar",
2024-09-02 15:49:40 +01:00
"tempfile",
2024-07-30 11:37:54 +01:00
"thiserror",
"toml",
2024-08-12 10:55:21 +01:00
"url",
2024-07-30 11:37:54 +01:00
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "pin-project-lite"
2024-03-31 16:54:24 +01:00
version = "0.2.14"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-31 16:54:24 +01:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2024-03-04 20:18:49 +00:00
[[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.4"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2024-03-04 20:18:49 +00:00
dependencies = [
"atomic-waker",
2024-07-12 23:09:37 +01:00
"fastrand",
2024-03-04 20:18:49 +00:00
"futures-io",
]
[[package]]
name = "pkg-config"
2024-09-28 23:04:35 +01:00
version = "0.3.31"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2024-03-04 20:18:49 +00:00
[[package]]
name = "polling"
version = "3.7.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
"concurrent-queue",
2024-07-12 23:09:37 +01:00
"hermit-abi 0.4.0",
2024-03-04 20:18:49 +00:00
"pin-project-lite",
2024-07-12 23:09:37 +01:00
"rustix",
2024-03-04 20:18:49 +00:00
"tracing",
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "portable-atomic"
2024-09-28 23:04:35 +01:00
version = "1.9.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
2024-03-04 20:18:49 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
2024-08-08 16:59:59 +01:00
version = "0.2.20"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "pretty_env_logger"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
dependencies = [
2024-07-12 23:09:37 +01:00
"env_logger",
2024-03-04 20:18:49 +00:00
"log",
]
[[package]]
name = "proc-macro-crate"
2024-09-02 15:49:40 +01:00
version = "3.2.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-09-02 15:49:40 +01:00
"toml_edit",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "proc-macro2"
2024-07-12 23:09:37 +01:00
version = "1.0.86"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-03-04 20:18:49 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "prodash"
version = "28.0.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "quanta"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
dependencies = [
"crossbeam-utils",
"libc",
"once_cell",
"raw-cpuid",
"wasi",
"web-sys",
"winapi",
]
[[package]]
name = "quick-xml"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
dependencies = [
"memchr",
"serde",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "quinn"
2024-09-28 23:04:35 +01:00
version = "0.11.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
2024-08-08 16:59:59 +01:00
"rustc-hash 2.0.0",
2024-07-12 23:09:37 +01:00
"rustls",
2024-08-08 16:59:59 +01:00
"socket2",
2024-07-12 23:09:37 +01:00
"thiserror",
"tokio",
"tracing",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "quinn-proto"
2024-09-28 23:04:35 +01:00
version = "0.11.8"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bytes",
"rand",
"ring",
2024-08-08 16:59:59 +01:00
"rustc-hash 2.0.0",
2024-07-12 23:09:37 +01:00
"rustls",
"slab",
"thiserror",
"tinyvec",
"tracing",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "quinn-udp"
2024-09-28 23:04:35 +01:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
dependencies = [
"libc",
"once_cell",
2024-07-12 23:09:37 +01:00
"socket2",
2024-08-08 16:59:59 +01:00
"tracing",
2024-09-28 23:04:35 +01:00
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "quote"
version = "1.0.37"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2024-07-12 23:09:37 +01:00
"getrandom",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand",
]
[[package]]
name = "raw-cpuid"
version = "11.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d"
dependencies = [
"bitflags 2.6.0",
]
[[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",
]
2024-05-12 12:00:36 +01:00
[[package]]
name = "redox_syscall"
2024-09-28 23:04:35 +01:00
version = "0.5.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "355ae415ccd3a04315d3f8246e86d67689ea74d88d915576e1589a351062a13b"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bitflags 2.6.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "redox_users"
version = "0.4.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"getrandom",
2024-03-04 20:18:49 +00:00
"libredox",
"thiserror",
]
[[package]]
name = "regex"
2024-08-08 16:59:59 +01:00
version = "1.10.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2024-03-04 20:18:49 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-07-12 23:09:37 +01:00
"regex-automata",
"regex-syntax",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "regex-automata"
2024-07-12 23:09:37 +01:00
version = "0.4.7"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2024-03-04 20:18:49 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-07-12 23:09:37 +01:00
"regex-syntax",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "regex-lite"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
2024-03-04 20:18:49 +00:00
[[package]]
name = "regex-syntax"
2024-07-12 23:09:37 +01:00
version = "0.8.4"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2024-03-04 20:18:49 +00:00
[[package]]
name = "relative-path"
2024-05-12 12:00:36 +01:00
version = "1.9.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde",
]
[[package]]
name = "reqwest"
version = "0.12.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
dependencies = [
2024-07-30 11:37:54 +01:00
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.4.6",
2024-07-30 11:37:54 +01:00
"http 1.1.0",
2024-07-12 23:09:37 +01:00
"http-body",
"http-body-util",
2024-07-12 23:09:37 +01:00
"hyper",
"hyper-rustls",
2024-07-30 11:37:54 +01:00
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
2024-07-30 11:37:54 +01:00
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-07-12 23:09:37 +01:00
"quinn",
"rustls",
"rustls-pemfile",
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
"tokio",
2024-07-30 11:37:54 +01:00
"tokio-native-tls",
2024-07-12 23:09:37 +01:00
"tokio-rustls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-07-12 23:09:37 +01:00
"webpki-roots",
"windows-registry",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
2024-07-12 23:09:37 +01:00
"getrandom",
2024-03-04 20:18:49 +00:00
"libc",
"spin",
"untrusted",
"windows-sys 0.52.0",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "rust-stemmers"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
dependencies = [
"serde",
"serde_derive",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "rustc-demangle"
2024-05-12 12:00:36 +01:00
version = "0.1.24"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-03-04 20:18:49 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-08-08 16:59:59 +01:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2024-03-04 20:18:49 +00:00
[[package]]
name = "rustc_version"
2024-09-02 15:49:40 +01:00
version = "0.4.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 15:49:40 +01:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"semver",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "rustix"
2024-09-28 23:04:35 +01:00
version = "0.38.37"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bitflags 2.6.0",
2024-03-04 20:18:49 +00:00
"errno",
"libc",
2024-07-12 23:09:37 +01:00
"linux-raw-sys",
2024-03-04 20:18:49 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
2024-09-28 23:04:35 +01:00
version = "0.23.13"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
2024-03-16 16:31:27 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"once_cell",
2024-03-16 16:31:27 +00:00
"ring",
"rustls-pki-types",
2024-07-12 23:09:37 +01:00
"rustls-webpki",
2024-03-16 16:31:27 +00:00
"subtle",
"zeroize",
]
2024-05-12 12:00:36 +01:00
[[package]]
name = "rustls-pemfile"
2024-08-08 16:59:59 +01:00
version = "2.1.3"
2024-05-12 12:00:36 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
2024-05-12 12:00:36 +01:00
dependencies = [
2024-07-30 11:37:54 +01:00
"base64 0.22.1",
2024-05-12 12:00:36 +01:00
"rustls-pki-types",
]
2024-03-16 16:31:27 +00:00
[[package]]
name = "rustls-pki-types"
2024-09-28 23:04:35 +01:00
version = "1.9.0"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
2024-03-16 16:31:27 +00:00
2024-03-04 20:18:49 +00:00
[[package]]
name = "rustls-webpki"
2024-09-28 23:04:35 +01:00
version = "0.102.8"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
2024-03-16 16:31:27 +00:00
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "rusty-s3"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31aa883f1b986a5249641e574ca0e11ac4fb9970b009c6fbb96fedaf4fa78db8"
dependencies = [
"base64 0.21.7",
"hmac",
"md-5",
"percent-encoding",
"quick-xml",
"serde",
"serde_json",
"sha2",
"time",
"url",
"zeroize",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "ryu"
2024-05-12 12:00:36 +01:00
version = "1.0.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2024-03-04 20:18:49 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "schannel"
2024-09-28 23:04:35 +01:00
version = "0.1.24"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b"
2024-07-30 11:37:54 +01:00
dependencies = [
2024-09-28 23:04:35 +01:00
"windows-sys 0.59.0",
2024-07-30 11:37:54 +01:00
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "secret-service"
version = "4.0.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "e4d35ad99a181be0a60ffcbe85d680d98f87bdc4d7644ade319b87076b9dbfd4"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"aes",
"cbc",
"futures-util",
"generic-array",
"hkdf",
"num",
"once_cell",
"rand",
"serde",
"sha2",
"zbus",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "security-framework"
2024-07-22 15:41:45 +01:00
version = "2.11.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 15:41:45 +01:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bitflags 2.6.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "security-framework-sys"
2024-09-28 23:04:35 +01:00
version = "2.12.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"core-foundation-sys",
"libc",
2024-03-04 20:18:49 +00:00
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "semver"
version = "1.0.23"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "sentry"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5484316556650182f03b43d4c746ce0e3e48074a21e2f51244b648b6542e1066"
dependencies = [
"httpdate",
"native-tls",
"reqwest",
"sentry-backtrace",
"sentry-contexts",
"sentry-core",
"sentry-debug-images",
"sentry-panic",
"sentry-tracing",
"tokio",
"ureq",
]
[[package]]
name = "sentry-actix"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e461c7d3a46d298b5ffc66127c1f16454dd11d3d89fcfb21023cd499d82b9a78"
dependencies = [
"actix-web",
"futures-util",
"sentry-core",
]
[[package]]
name = "sentry-backtrace"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40aa225bb41e2ec9d7c90886834367f560efc1af028f1c5478a6cce6a59c463a"
dependencies = [
"backtrace",
"once_cell",
"regex",
"sentry-core",
]
[[package]]
name = "sentry-contexts"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a8dd746da3d16cb8c39751619cefd4fcdbd6df9610f3310fd646b55f6e39910"
dependencies = [
"hostname",
"libc",
"os_info",
"rustc_version",
"sentry-core",
"uname",
]
[[package]]
name = "sentry-core"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "161283cfe8e99c8f6f236a402b9ccf726b201f365988b5bb637ebca0abbd4a30"
dependencies = [
"once_cell",
"rand",
"sentry-types",
"serde",
"serde_json",
]
[[package]]
name = "sentry-debug-images"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc6b25e945fcaa5e97c43faee0267eebda9f18d4b09a251775d8fef1086238a"
dependencies = [
"findshlibs",
"once_cell",
"sentry-core",
]
[[package]]
name = "sentry-log"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75bbcc61886955045a1dd4bdb173412a80bb2571be3c5bfcf7eb8f55a442bbf5"
dependencies = [
"log",
"sentry-core",
]
[[package]]
name = "sentry-panic"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc74f229c7186dd971a9491ffcbe7883544aa064d1589bd30b83fb856cd22d63"
dependencies = [
"sentry-backtrace",
"sentry-core",
]
[[package]]
name = "sentry-tracing"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd3c5faf2103cd01eeda779ea439b68c4ee15adcdb16600836e97feafab362ec"
dependencies = [
"sentry-backtrace",
"sentry-core",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "sentry-types"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d68cdf6bc41b8ff3ae2a9c4671e97426dcdd154cc1d4b6b72813f285d6b163f"
dependencies = [
"debugid",
"hex",
"rand",
"serde",
"serde_json",
"thiserror",
"time",
"url",
"uuid",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "serde"
2024-09-28 23:04:35 +01:00
version = "1.0.210"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-09-28 23:04:35 +01:00
version = "1.0.210"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "serde_json"
2024-09-28 23:04:35 +01:00
version = "1.0.128"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
2024-03-04 20:18:49 +00:00
dependencies = [
"itoa",
2024-07-30 11:37:54 +01:00
"memchr",
2024-03-04 20:18:49 +00:00
"ryu",
"serde",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "serde_plain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
dependencies = [
"serde",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "serde_repr"
2024-05-12 12:00:36 +01:00
version = "0.1.19"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "serde_spanned"
2024-09-28 23:04:35 +01:00
version = "0.6.8"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2024-07-12 23:09:37 +01:00
[[package]]
name = "serde_with"
2024-07-22 15:41:45 +01:00
version = "3.9.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 15:41:45 +01:00
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
2024-07-12 23:09:37 +01:00
dependencies = [
2024-07-30 11:37:54 +01:00
"base64 0.22.1",
2024-07-12 23:09:37 +01:00
"chrono",
"hex",
"indexmap 1.9.3",
2024-09-28 23:04:35 +01:00
"indexmap 2.5.0",
2024-07-12 23:09:37 +01:00
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
2024-07-22 15:41:45 +01:00
version = "3.9.0"
2024-07-12 23:09:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 15:41:45 +01:00
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
2024-07-12 23:09:37 +01:00
dependencies = [
"darling",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-09-02 15:49:40 +01:00
]
[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
2024-09-28 23:04:35 +01:00
"indexmap 2.5.0",
2024-09-02 15:49:40 +01:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
2024-07-12 23:09:37 +01:00
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha1_smol"
2024-07-22 15:41:45 +01:00
version = "1.0.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 15:41:45 +01:00
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2024-03-04 20:18:49 +00:00
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
2024-08-08 16:59:59 +01:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
dependencies = [
"libc",
2024-07-26 17:47:53 +01:00
"mio 0.8.11",
"signal-hook",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "signal-hook-registry"
2024-05-12 12:00:36 +01:00
version = "1.4.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
]
[[package]]
2024-07-12 23:09:37 +01:00
name = "simd-adler32"
version = "0.3.7"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "sketches-ddsketch"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
dependencies = [
"serde",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-03-04 20:18:49 +00:00
[[package]]
name = "smol_str"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
dependencies = [
"serde",
]
[[package]]
name = "socket2"
2024-05-12 12:00:36 +01:00
version = "0.5.7"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2024-07-30 11:37:54 +01:00
[[package]]
name = "spinning_top"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
dependencies = [
"lock_api",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2024-03-04 20:18:49 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
2024-05-12 12:00:36 +01:00
version = "0.11.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-03-04 20:18:49 +00:00
[[package]]
name = "subtle"
2024-07-12 23:09:37 +01:00
version = "2.6.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-03-04 20:18:49 +00:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-09-28 23:04:35 +01:00
version = "2.0.79"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2024-07-12 23:09:37 +01:00
version = "1.0.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
dependencies = [
"futures-core",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "system-configuration"
version = "0.6.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2024-03-04 20:18:49 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-04 20:18:49 +00:00
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2024-03-04 20:18:49 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "tantivy"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8d0582f186c0a6d55655d24543f15e43607299425c5ad8352c242b914b31856"
dependencies = [
"aho-corasick",
"arc-swap",
"base64 0.22.1",
"bitpacking",
"byteorder",
"census",
"crc32fast",
"crossbeam-channel",
"downcast-rs",
"fastdivide",
"fnv",
"fs4",
"htmlescape",
2024-08-12 10:55:21 +01:00
"itertools",
2024-07-30 11:37:54 +01:00
"levenshtein_automata",
"log",
"lru",
"lz4_flex",
"measure_time",
"memmap2",
"num_cpus",
"once_cell",
"oneshot",
"rayon",
"regex",
"rust-stemmers",
2024-08-08 16:59:59 +01:00
"rustc-hash 1.1.0",
2024-07-30 11:37:54 +01:00
"serde",
"serde_json",
"sketches-ddsketch",
"smallvec",
"tantivy-bitpacker",
"tantivy-columnar",
"tantivy-common",
"tantivy-fst",
"tantivy-query-grammar",
"tantivy-stacker",
"tantivy-tokenizer-api",
"tempfile",
"thiserror",
"time",
"uuid",
"winapi",
]
[[package]]
name = "tantivy-bitpacker"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284899c2325d6832203ac6ff5891b297fc5239c3dc754c5bc1977855b23c10df"
dependencies = [
"bitpacking",
]
[[package]]
name = "tantivy-columnar"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e"
dependencies = [
"downcast-rs",
"fastdivide",
2024-08-12 10:55:21 +01:00
"itertools",
2024-07-30 11:37:54 +01:00
"serde",
"tantivy-bitpacker",
"tantivy-common",
"tantivy-sstable",
"tantivy-stacker",
]
[[package]]
name = "tantivy-common"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8019e3cabcfd20a1380b491e13ff42f57bb38bf97c3d5fa5c07e50816e0621f4"
dependencies = [
"async-trait",
"byteorder",
"ownedbytes",
"serde",
"time",
]
[[package]]
name = "tantivy-fst"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
dependencies = [
"byteorder",
"regex-syntax",
"utf8-ranges",
]
[[package]]
name = "tantivy-query-grammar"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82"
dependencies = [
"nom",
]
[[package]]
name = "tantivy-sstable"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c69578242e8e9fc989119f522ba5b49a38ac20f576fc778035b96cc94f41f98e"
dependencies = [
"tantivy-bitpacker",
"tantivy-common",
"tantivy-fst",
"zstd",
]
[[package]]
name = "tantivy-stacker"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c56d6ff5591fc332739b3ce7035b57995a3ce29a93ffd6012660e0949c956ea8"
dependencies = [
"murmurhash32",
"rand_distr",
"tantivy-common",
]
[[package]]
name = "tantivy-tokenizer-api"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0dcade25819a89cfe6f17d932c9cedff11989936bf6dd4f336d50392053b04"
dependencies = [
"serde",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "tar"
2024-09-28 23:04:35 +01:00
version = "0.4.42"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020"
2024-03-04 20:18:49 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
2024-09-28 23:04:35 +01:00
version = "3.13.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
2024-07-12 23:09:37 +01:00
"fastrand",
2024-08-08 16:59:59 +01:00
"once_cell",
2024-07-12 23:09:37 +01:00
"rustix",
2024-08-08 16:59:59 +01:00
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2024-09-28 23:04:35 +01:00
version = "1.0.64"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
2024-03-04 20:18:49 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-09-28 23:04:35 +01:00
version = "1.0.64"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
2024-07-12 23:09:37 +01:00
"num_cpus",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "time"
2024-05-12 12:00:36 +01:00
version = "0.3.36"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2024-03-04 20:18:49 +00:00
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"serde",
"time-core",
2024-07-12 23:09:37 +01:00
"time-macros",
2024-03-04 20:18:49 +00:00
]
[[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-05-12 12:00:36 +01:00
version = "0.2.18"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 12:00:36 +01:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2024-03-04 20:18:49 +00:00
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "tinyvec"
2024-07-12 23:09:37 +01:00
version = "1.8.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2024-03-04 20:18:49 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2024-09-28 23:04:35 +01:00
version = "1.40.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2024-03-04 20:18:49 +00:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio 1.0.2",
2024-07-30 11:37:54 +01:00
"parking_lot",
2024-03-04 20:18:49 +00:00
"pin-project-lite",
2024-07-30 11:37:54 +01:00
"signal-hook-registry",
2024-07-12 23:09:37 +01:00
"socket2",
2024-07-26 17:47:53 +01:00
"windows-sys 0.52.0",
2024-03-04 20:18:49 +00:00
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2024-03-16 16:31:27 +00:00
[[package]]
name = "tokio-rustls"
2024-07-12 23:09:37 +01:00
version = "0.26.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"rustls",
2024-03-16 16:31:27 +00:00
"rustls-pki-types",
2024-03-04 20:18:49 +00:00
"tokio",
]
[[package]]
name = "tokio-util"
2024-09-28 23:04:35 +01:00
version = "0.7.12"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2024-03-04 20:18:49 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-08-08 16:59:59 +01:00
version = "0.8.19"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-09-02 15:49:40 +01:00
"toml_edit",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "toml_datetime"
2024-08-08 16:59:59 +01:00
version = "0.6.8"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-09-28 23:04:35 +01:00
version = "0.22.22"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-09-28 23:04:35 +01:00
"indexmap 2.5.0",
2024-03-04 20:18:49 +00:00
"serde",
"serde_spanned",
"toml_datetime",
2024-09-02 15:49:40 +01:00
"winnow",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "tower-service"
version = "0.3.3"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2024-03-04 20:18:49 +00:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
2024-07-30 11:37:54 +01:00
"log",
2024-03-04 20:18:49 +00:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
2024-07-30 11:37:54 +01:00
"valuable",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"tracing-core",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "uds_windows"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
2024-07-12 23:09:37 +01:00
"memoffset",
2024-03-04 20:18:49 +00:00
"tempfile",
"winapi",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "uname"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8"
dependencies = [
"libc",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2024-07-12 23:09:37 +01:00
[[package]]
name = "unicode-bom"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2024-03-04 20:18:49 +00:00
[[package]]
name = "unicode-ident"
2024-09-28 23:04:35 +01:00
version = "1.0.13"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2024-03-04 20:18:49 +00:00
[[package]]
name = "unicode-normalization"
2024-09-28 23:04:35 +01:00
version = "0.1.24"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2024-03-04 20:18:49 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2024-09-28 23:04:35 +01:00
version = "1.12.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-03-04 20:18:49 +00:00
[[package]]
name = "unicode-width"
2024-09-28 23:04:35 +01:00
version = "0.1.14"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2024-03-04 20:18:49 +00:00
2024-09-02 15:49:40 +01:00
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2024-03-04 20:18:49 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-07-30 11:37:54 +01:00
[[package]]
name = "ureq"
version = "2.10.1"
2024-07-30 11:37:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
2024-07-30 11:37:54 +01:00
dependencies = [
"base64 0.22.1",
"log",
"native-tls",
"once_cell",
"url",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "url"
2024-07-12 23:09:37 +01:00
version = "2.5.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2024-03-04 20:18:49 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
2024-07-30 11:37:54 +01:00
[[package]]
name = "utf8-ranges"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
2024-03-04 20:18:49 +00:00
[[package]]
name = "utf8parse"
2024-07-12 23:09:37 +01:00
version = "0.2.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-03-04 20:18:49 +00:00
2024-07-30 11:37:54 +01:00
[[package]]
name = "uuid"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"getrandom",
"serde",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2024-07-23 15:37:47 +01:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2024-03-04 20:18:49 +00:00
[[package]]
name = "version_check"
2024-07-26 17:47:53 +01:00
version = "0.9.5"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-03-04 20:18:49 +00:00
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[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"
version = "0.2.93"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
"once_cell",
2024-03-04 20:18:49 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.93"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
2024-03-04 20:18:49 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.43"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
2024-03-04 20:18:49 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.93"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2024-03-04 20:18:49 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.93"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.93"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
2024-03-04 20:18:49 +00:00
[[package]]
name = "web-sys"
version = "0.3.70"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
2024-03-04 20:18:49 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2024-09-28 23:04:35 +01:00
version = "0.26.6"
2024-03-16 16:31:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
2024-03-16 16:31:27 +00:00
dependencies = [
"rustls-pki-types",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"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"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2024-08-08 16:59:59 +01:00
version = "0.1.9"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-08-08 16:59:59 +01:00
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-07-30 11:37:54 +01:00
[[package]]
name = "windows"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core",
"windows-targets 0.52.6",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-07-12 23:09:37 +01:00
"windows-targets 0.52.6",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-07-12 23:09:37 +01:00
"windows-targets 0.52.6",
2024-03-04 20:18:49 +00:00
]
2024-08-08 16:59:59 +01:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"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",
]
[[package]]
name = "windows-targets"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-05-12 12:00:36 +01:00
"windows_i686_gnullvm",
2024-07-12 23:09:37 +01:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-12 12:00:36 +01:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-05-12 12:00:36 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-03-04 20:18:49 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-07-12 23:09:37 +01:00
version = "0.52.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-03-04 20:18:49 +00:00
[[package]]
name = "winnow"
2024-09-28 23:04:35 +01:00
version = "0.6.20"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-28 23:04:35 +01:00
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2024-03-04 20:18:49 +00:00
dependencies = [
"memchr",
]
2024-05-12 12:00:36 +01:00
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "xattr"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
"libc",
2024-07-12 23:09:37 +01:00
"linux-raw-sys",
"rustix",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "xdg-home"
version = "1.3.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
2024-03-04 20:18:49 +00:00
dependencies = [
"libc",
"windows-sys 0.59.0",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "zbus"
2024-07-26 17:47:53 +01:00
version = "4.4.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
2024-03-04 20:18:49 +00:00
dependencies = [
"async-broadcast",
"async-process",
"async-recursion",
"async-trait",
"enumflags2",
2024-07-12 23:09:37 +01:00
"event-listener",
2024-03-04 20:18:49 +00:00
"futures-core",
"futures-sink",
"futures-util",
"hex",
2024-07-12 23:09:37 +01:00
"nix",
2024-03-04 20:18:49 +00:00
"ordered-stream",
"rand",
"serde",
"serde_repr",
2024-07-12 23:09:37 +01:00
"sha1",
2024-03-04 20:18:49 +00:00
"static_assertions",
"tracing",
"uds_windows",
2024-07-12 23:09:37 +01:00
"windows-sys 0.52.0",
2024-03-04 20:18:49 +00:00
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2024-07-26 17:47:53 +01:00
version = "4.4.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2024-07-12 23:09:37 +01:00
version = "3.0.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
2024-03-04 20:18:49 +00:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zerocopy"
2024-07-12 23:09:37 +01:00
version = "0.7.35"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-08-08 16:59:59 +01:00
"byteorder",
2024-03-04 20:18:49 +00:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-12 23:09:37 +01:00
version = "0.7.35"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "zeroize"
2024-07-12 23:09:37 +01:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-07-12 23:09:37 +01:00
]
2024-03-04 20:18:49 +00:00
[[package]]
name = "zip"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
dependencies = [
2024-07-12 23:09:37 +01:00
"aes",
"arbitrary",
"bzip2",
2024-07-12 23:09:37 +01:00
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
2024-07-12 23:09:37 +01:00
"deflate64",
"displaydoc",
"flate2",
"hmac",
2024-09-28 23:04:35 +01:00
"indexmap 2.5.0",
2024-07-12 23:09:37 +01:00
"lzma-rs",
"memchr",
"pbkdf2",
2024-07-12 23:09:37 +01:00
"rand",
"sha1",
"thiserror",
"time",
"zeroize",
"zopfli",
"zstd",
]
2024-03-04 20:18:49 +00:00
[[package]]
2024-07-12 23:09:37 +01:00
name = "zopfli"
version = "0.8.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"bumpalo",
"crc32fast",
"lockfree-object-pool",
"log",
"once_cell",
"simd-adler32",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "zstd"
2024-07-12 23:09:37 +01:00
version = "0.13.2"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:09:37 +01:00
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"zstd-safe",
2024-03-04 20:18:49 +00:00
]
[[package]]
name = "zstd-safe"
2024-08-08 16:59:59 +01:00
version = "7.2.1"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
2024-03-04 20:18:49 +00:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2024-08-08 16:59:59 +01:00
version = "2.0.13+zstd.1.5.6"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-08 16:59:59 +01:00
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
2024-03-04 20:18:49 +00:00
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "zvariant"
2024-07-26 17:47:53 +01:00
version = "4.2.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
2024-03-04 20:18:49 +00:00
dependencies = [
2024-07-12 23:09:37 +01:00
"endi",
2024-03-04 20:18:49 +00:00
"enumflags2",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2024-07-26 17:47:53 +01:00
version = "4.2.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2024-07-26 17:47:53 +01:00
version = "2.1.0"
2024-03-04 20:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-26 17:47:53 +01:00
checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
2024-03-04 20:18:49 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-28 23:04:35 +01:00
"syn 2.0.79",
2024-03-04 20:18:49 +00:00
]