2020-09-28 22:18:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-11-02 11:27:52 +00:00
|
|
|
version = 4
|
2021-05-27 14:02:02 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "ab_glyph_rasterizer"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.1.8"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
|
|
|
version = "3.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
|
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"ahash",
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"derive_more 0.99.18",
|
|
|
|
"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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
|
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"mio",
|
|
|
|
"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"
|
|
|
|
version = "4.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
|
|
|
|
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 0.99.18",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"impl-more",
|
|
|
|
"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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-lab"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.23.0"
|
2024-11-02 09:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "ee75923689132fc5fb57ccc5bb98d25bb214796a29cd505844eb3b42daf11df0"
|
2024-11-02 09:46:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-http",
|
|
|
|
"actix-router",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"actix-web-lab-derive",
|
|
|
|
"ahash",
|
|
|
|
"arc-swap",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"csv",
|
2024-11-02 11:27:52 +00:00
|
|
|
"derive_more 1.0.0",
|
|
|
|
"form_urlencoded",
|
2024-11-02 09:46:14 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"impl-more",
|
|
|
|
"itertools",
|
|
|
|
"local-channel",
|
|
|
|
"mediatype",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_html_form",
|
|
|
|
"serde_json",
|
2024-11-02 11:27:52 +00:00
|
|
|
"serde_path_to_error",
|
2024-11-02 09:46:14 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-lab-derive"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.23.0"
|
2024-11-02 09:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "4c221da13534b9352f3f79fcbbd6095f6d8aee63bdf1da8a73d36f9eeea17d5a"
|
2024-11-02 09:46:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.24.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.8.11"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"cfg-if",
|
2024-11-02 09:46:14 +00:00
|
|
|
"getrandom",
|
2023-11-26 20:32:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-04-16 05:14:10 +00:00
|
|
|
"zerocopy",
|
2023-11-26 20:32:26 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00: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-04-16 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
2024-08-07 02:14:37 +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",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "anyhow"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.92"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "1.7.1"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.7.6"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2020-10-04 15:03:52 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.4.17"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-05-26 14:51:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
2020-09-28 23:28:58 +00:00
|
|
|
name = "autocfg"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.4.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.74"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-11-02 11:27:52 +00:00
|
|
|
"miniz_oxide",
|
2023-07-29 19:37:22 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-11-02 11:27:52 +00:00
|
|
|
"windows-targets",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "badge"
|
2018-02-14 00:48:17 +00:00
|
|
|
version = "0.2.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"base64",
|
2020-09-28 22:48:26 +00:00
|
|
|
"once_cell",
|
|
|
|
"rusttype",
|
2022-01-24 15:18:19 +00:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-05 13:54:28 +00:00
|
|
|
version = "0.22.1"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-05 13:54:28 +00:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2023-01-31 19:37:42 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.6.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.10.4"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-11-02 11:27:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
|
|
|
|
dependencies = [
|
|
|
|
"cfg_aliases",
|
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00: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",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.10.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2024-11-02 11:27:52 +00:00
|
|
|
"regex-automata 0.4.8",
|
2023-07-29 19:37:22 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "3.16.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2021-01-06 11:24:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.8.0"
|
2021-01-06 11:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cadence"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.5.0"
|
2018-02-24 06:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "62fd689c825a93386a2ac05a46f88342c6df9ec3e79416f665650614e92e7475"
|
2018-02-24 06:37:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"crossbeam-channel",
|
2018-02-24 06:37:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.1.9"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "10.0.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "6469776d007022d505bbcc2be726f5f096174ae76d710ebc609eb3029a45b551"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2024-11-02 11:27:52 +00:00
|
|
|
"toml",
|
2020-09-28 23:55:02 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.1.33"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e3788d6ac30243803df38a3e9991cf37e41210232916d41a8222ae378f912624"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
2024-11-02 09:46:14 +00:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-08-31 15:57:25 +00:00
|
|
|
"shlex",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-11-02 11:27:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-targets",
|
2024-08-07 02:14:37 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clru"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.6.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codemap"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.4"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.8.7"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
2021-05-27 14:02:02 +00:00
|
|
|
name = "cpufeatures"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.14"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
2021-05-27 14:02:02 +00:00
|
|
|
"libc",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crates-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "3.2.0"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "45fbf3a2a2f3435363fb343f30ee31d9f63ea3862d6eab639446c1393d82cd32"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix 0.66.0",
|
2023-01-31 19:37:42 +00:00
|
|
|
"hex",
|
|
|
|
"home",
|
|
|
|
"memchr",
|
|
|
|
"rustc-hash",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2024-11-02 11:27:52 +00:00
|
|
|
"smol_str 0.2.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"toml",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "1.4.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2018-02-24 06:37:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "crossbeam-channel"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.5.13"
|
2018-03-22 08:47:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2018-03-22 08:47:32 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"crossbeam-utils",
|
2020-12-26 14:30:17 +00:00
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.8.5"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.9.18"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.8.20"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-08-15 20:04:48 +00:00
|
|
|
version = "0.1.6"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 20:04:48 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-29 07:30:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-03-07 18:51:57 +00:00
|
|
|
"typenum",
|
2021-12-29 07:30:53 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cvss"
|
2022-05-23 01:00:40 +00:00
|
|
|
version = "2.0.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-23 01:00:40 +00:00
|
|
|
checksum = "7ec6a2f799b0e3103192800872de17ee1d39fe0c598628277b9b012f09b4010f"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.20.10"
|
2024-08-07 02:14:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2024-08-07 02:14:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.20.10"
|
2024-08-07 02:14:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2024-08-07 02:14:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2024-08-07 02:14:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.20.10"
|
2024-08-07 02:14:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2024-08-07 02:14:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2024-08-07 02:14:37 +00:00
|
|
|
]
|
|
|
|
|
2023-08-20 10:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.3.11"
|
2023-08-20 10:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2023-11-26 20:13:03 +00:00
|
|
|
"powerfmt",
|
2023-10-08 09:13:30 +00:00
|
|
|
"serde",
|
|
|
|
]
|
2023-08-20 10:46:26 +00:00
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-09-28 23:01:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
|
|
|
dependencies = [
|
|
|
|
"derive_more-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more-impl"
|
|
|
|
version = "1.0.0"
|
2020-09-28 23:01:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
2020-09-28 23:01:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2020-09-28 23:01:14 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.10.7"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
2021-12-29 07:30:53 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-02-10 11:49:35 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
2024-05-29 10:35:34 +00:00
|
|
|
name = "dotenvy"
|
|
|
|
version = "0.15.7"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-29 10:35:34 +00:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2020-10-04 15:03:52 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.0.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.13.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-05-23 01:00:40 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.8.35"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.3.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error_reporter"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31ae425815400e5ed474178a7a22e275a9687086a12ca63ec793ff292d8fdae8"
|
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
|
|
|
|
|
2022-01-24 15:18:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.1.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.2.25"
|
2022-01-24 15:18:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2022-01-24 15:18:19 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-08-31 15:57:25 +00:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.34"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-11-02 11:27:52 +00:00
|
|
|
"miniz_oxide",
|
2022-01-24 15:18:19 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2021-02-10 15:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "font-awesome-as-a-crate"
|
2022-10-28 18:45:31 +00:00
|
|
|
version = "0.3.0"
|
2021-02-10 15:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-28 18:45:31 +00:00
|
|
|
checksum = "932dcfbd51320af5f27f1ba02d2e567dec332cac7d2c221ba45d8e767264c4dc"
|
2021-02-10 15:45:14 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"foreign-types-shared",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "1.2.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.11.0"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "futures-channel"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
2024-05-26 14:51:44 +00:00
|
|
|
"futures-sink",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-09-30 12:58:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-10-08 09:13:30 +00:00
|
|
|
"futures-io",
|
2024-05-26 14:51:44 +00:00
|
|
|
"futures-sink",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-task",
|
2023-10-08 09:13:30 +00:00
|
|
|
"memchr",
|
2021-02-14 15:40:37 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.14.7"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.2.15"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2024-05-26 14:51:44 +00:00
|
|
|
"js-sys",
|
2020-09-29 21:03:55 +00:00
|
|
|
"libc",
|
2022-07-15 12:36:07 +00:00
|
|
|
"wasi",
|
2024-05-26 14:51:44 +00:00
|
|
|
"wasm-bindgen",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.31.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2023-11-26 20:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.63.0"
|
2023-11-26 20:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06"
|
2023-11-26 20:13:03 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-actor 0.31.5",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
|
|
|
"gix-commitgraph",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-config 0.37.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-credentials",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-date 0.8.7",
|
|
|
|
"gix-diff 0.44.1",
|
|
|
|
"gix-discover 0.32.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-filter 0.11.3",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-ignore",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-index 0.33.1",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-lock",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-macros",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-negotiate 0.13.2",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-odb 0.61.1",
|
|
|
|
"gix-pack 0.51.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-path",
|
2024-05-26 14:51:44 +00:00
|
|
|
"gix-pathspec",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-prompt",
|
2024-05-26 14:51:44 +00:00
|
|
|
"gix-protocol",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-ref 0.44.1",
|
|
|
|
"gix-refspec 0.23.1",
|
|
|
|
"gix-revision 0.27.2",
|
|
|
|
"gix-revwalk 0.13.2",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-sec",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-submodule 0.11.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-tempfile",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-trace",
|
2024-05-26 14:51:44 +00:00
|
|
|
"gix-transport",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-traverse 0.39.2",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-url",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-utils",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-validate 0.8.5",
|
|
|
|
"gix-worktree 0.34.1",
|
2024-01-20 12:02:58 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix"
|
|
|
|
version = "0.66.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb"
|
|
|
|
dependencies = [
|
|
|
|
"gix-actor 0.32.0",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-config 0.40.0",
|
|
|
|
"gix-credentials",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-diff 0.46.0",
|
|
|
|
"gix-discover 0.35.0",
|
|
|
|
"gix-features",
|
|
|
|
"gix-filter 0.13.0",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-ignore",
|
|
|
|
"gix-index 0.35.0",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-negotiate 0.15.0",
|
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-odb 0.63.0",
|
|
|
|
"gix-pack 0.53.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec",
|
|
|
|
"gix-prompt",
|
|
|
|
"gix-protocol",
|
|
|
|
"gix-ref 0.47.0",
|
|
|
|
"gix-refspec 0.25.0",
|
|
|
|
"gix-revision 0.29.0",
|
|
|
|
"gix-revwalk 0.15.0",
|
|
|
|
"gix-sec",
|
|
|
|
"gix-submodule 0.14.0",
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-trace",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-transport",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-traverse 0.41.0",
|
|
|
|
"gix-url",
|
|
|
|
"gix-utils",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-validate 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-worktree 0.36.0",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-worktree-state",
|
2024-08-31 15:57:25 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
|
|
|
version = "0.31.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date 0.8.7",
|
|
|
|
"gix-utils",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.32.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-utils",
|
2023-10-08 09:13:30 +00:00
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-attributes"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.22.5"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-glob",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
2023-11-26 20:13:03 +00:00
|
|
|
"kstring",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-bitmap"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.12"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "10f78312288bd02052be5dbc2ecbc342c9f4eb791986d86c0a5c06b92dc72efa"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-chunk"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.4.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "6c28b58ba04f0c004722344390af9dbc85888fbb84be1981afb934da4114d4cf"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-command"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.10"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "c201d2b9e9cce2365a6638fd0a966f751ed92d74be5c0727ac331e6a29ef5846"
|
2024-01-20 12:02:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"gix-trace",
|
|
|
|
"shell-words",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.24.3"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-chunk",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"memmap2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.37.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "53fafe42957e11d98e354a66b6bd70aeea00faf2f62dd11164188224a507c840"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-glob",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-ref 0.44.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
|
|
|
version = "0.40.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-features",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref 0.47.0",
|
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config-value"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.14.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f3de3fdca9c75fa4b83a76583d265fa49b1de6b088ebcd210749c24ceeb74660"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-credentials"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.24.5"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "8ce391d305968782f1ae301c4a3d42c5701df7ff1d8bc03740300f6fd12bce78"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-command",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-config-value",
|
|
|
|
"gix-path",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-prompt",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-sec",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-trace",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-url",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.8.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.9.1"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "d10d543ac13c97292a15e8e8b7889cd006faf739777437ed95362504b8fe81a0"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"jiff",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.44.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1996d5c8a305b59709467d80617c9fde48d9d75fd1f4179ea970912630886c9d"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
|
|
|
version = "0.46.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.32.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-ref 0.44.1",
|
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
|
|
|
version = "0.35.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref 0.47.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.38.2"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
2023-11-26 20:13:03 +00:00
|
|
|
"crossbeam-channel",
|
2023-10-08 09:13:30 +00:00
|
|
|
"flate2",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-trace",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-utils",
|
2023-07-29 19:37:22 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2024-04-16 05:14:10 +00:00
|
|
|
"prodash",
|
2023-07-29 19:37:22 +00:00
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.11.3"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "e6547738da28275f4dff4e9f3a0f28509f53f94dd6bd822733c91cb306bca61a"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
|
|
|
"gix-hash",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-packetline-blocking",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
|
|
|
"gix-utils",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-filter"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"encoding_rs",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-command",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.44.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-packetline-blocking",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"gix-trace",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-utils",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.11.3"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"fastrand",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-utils",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.16.5"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.14.2"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e"
|
2024-01-20 12:02:58 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"faster-hex",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.5.2"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242"
|
2024-01-20 12:02:58 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
2024-05-26 14:51:44 +00:00
|
|
|
"hashbrown 0.14.5",
|
2023-07-29 19:37:22 +00:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ignore"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.11.4"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-glob",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"unicode-bom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.33.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bstr",
|
|
|
|
"filetime",
|
|
|
|
"fnv",
|
|
|
|
"gix-bitmap",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-traverse 0.39.2",
|
|
|
|
"gix-utils",
|
|
|
|
"gix-validate 0.8.5",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"memmap2",
|
|
|
|
"rustix",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
|
|
|
version = "0.35.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
|
|
|
"filetime",
|
2024-04-16 05:14:10 +00:00
|
|
|
"fnv",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-bitmap",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-traverse 0.41.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-utils",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-validate 0.9.1",
|
2024-05-26 14:51:44 +00:00
|
|
|
"hashbrown 0.14.5",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2024-01-20 12:02:58 +00:00
|
|
|
"libc",
|
2024-04-16 05:14:10 +00:00
|
|
|
"memmap2",
|
2024-01-20 12:02:58 +00:00
|
|
|
"rustix",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-lock"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "14.0.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-tempfile",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-utils",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-macros"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.1.5"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ec879fb6307bb63519ba89be0024c6f61b4b9d61f1a91fd2ce572d89fe9c224"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date 0.8.7",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-revwalk 0.13.2",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-negotiate"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.15.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "b4063bf329a191a9e24b6f948a17ccf6698c0380297f5e169cee4f1d2ab9475b"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-commitgraph",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-revwalk 0.15.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.42.3"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-actor 0.31.5",
|
|
|
|
"gix-date 0.8.7",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-utils",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-validate 0.8.5",
|
2023-10-08 09:13:30 +00:00
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
|
|
|
version = "0.44.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-actor 0.32.0",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-utils",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-validate 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
|
|
|
version = "0.61.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20d384fe541d93d8a3bb7d5d5ef210780d6df4f50c4e684ccba32665a5e3bc9b"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"gix-date 0.8.7",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-pack 0.51.1",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.63.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-pack 0.53.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.51.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e0594491fffe55df94ba1c111a6566b7f56b3f8d2e1efc750e77d572f5f5229"
|
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"memmap2",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
|
|
|
version = "0.53.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-tempfile",
|
|
|
|
"memmap2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"uluru",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.17.6"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "8c43ef4d5fe2fa222c606731c8bdbf4481413ee4ef46d61340ec39e4df4c5e49"
|
2024-01-20 12:02:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"faster-hex",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-packetline-blocking"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.17.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"faster-hex",
|
2024-01-20 12:02:58 +00:00
|
|
|
"gix-trace",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-path"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.10.12"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "c04e5a94fdb56b1e91eb7df2658ad16832428b8eeda24ff1a0f0288de2bce554"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-trace",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-pathspec"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.7.7"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-10-08 09:13:30 +00:00
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-attributes",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-config-value",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-glob",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-prompt"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.8.8"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "57944bbdb87f7a9893907032276e99ff4eba3640d8db1bdfb1eba8c07edfd006"
|
2024-01-20 12:02:58 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-command",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-config-value",
|
|
|
|
"parking_lot",
|
|
|
|
"rustix",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-protocol"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.45.3"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "cc43a1006f01b5efee22a003928c9eb83dde2f52779ded9d4c0732ad93164e3e"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-credentials",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
2024-05-26 14:51:44 +00:00
|
|
|
"gix-transport",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-utils",
|
2023-10-08 09:13:30 +00:00
|
|
|
"maybe-async",
|
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-quote"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.4.13"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f89f9a1525dcfd9639e282ea939f5ab0d09d93cf2b90c1fc6104f1b9582a8e49"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-utils",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.44.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-actor 0.31.5",
|
|
|
|
"gix-date 0.8.7",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.42.3",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-tempfile",
|
|
|
|
"gix-utils",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-validate 0.8.5",
|
2024-04-16 05:14:10 +00:00
|
|
|
"memmap2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
|
|
|
version = "0.47.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5"
|
|
|
|
dependencies = [
|
|
|
|
"gix-actor 0.32.0",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-utils",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-validate 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6868f8cd2e62555d1f7c78b784bece43ace40dd2a462daf3b588d5416e603f37"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-revision 0.27.2",
|
|
|
|
"gix-validate 0.8.5",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.25.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-revision 0.29.0",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-validate 0.9.1",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.27.2"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "01b13e43c2118c4b0537ddac7d0821ae0dfa90b7b8dbf20c711e153fb749adce"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-date 0.8.7",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-revwalk 0.13.2",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
|
|
|
version = "0.29.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-hash",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-hashtable",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-revwalk 0.15.0",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-trace",
|
2024-08-31 15:57:25 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0"
|
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date 0.8.7",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.15.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-commitgraph",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.44.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-sec"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.10.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "a2007538eda296445c07949cf04f4a767307d887184d6b3e83e2d636533ddc6e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2023-01-31 19:37:42 +00:00
|
|
|
"libc",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.11.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "921cd49924ac14b6611b22e5fb7bbba74d8780dc7ad26153304b64d1272460ac"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-config 0.37.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"gix-path",
|
2024-05-26 14:51:44 +00:00
|
|
|
"gix-pathspec",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-refspec 0.23.1",
|
|
|
|
"gix-url",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-submodule"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config 0.40.0",
|
|
|
|
"gix-path",
|
|
|
|
"gix-pathspec",
|
|
|
|
"gix-refspec 0.25.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-url",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "14.0.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-fs",
|
2023-07-29 19:37:22 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.11"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "04bdde120c29f1fc23a24d3e115aeeea3d60d8e65bab92cc5f9d90d9302eb952"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-transport"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.42.3"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "421dcccab01b41a15d97b226ad97a8f9262295044e34fbd37b10e493b0a6481f"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"base64",
|
2023-07-29 19:37:22 +00:00
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-command",
|
|
|
|
"gix-credentials",
|
|
|
|
"gix-features",
|
|
|
|
"gix-packetline",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-quote",
|
|
|
|
"gix-sec",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-url",
|
2024-05-26 14:51:44 +00:00
|
|
|
"reqwest",
|
2023-07-29 19:37:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.39.2"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-commitgraph",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-date 0.8.7",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-revwalk 0.13.2",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-traverse"
|
|
|
|
version = "0.41.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gix-commitgraph",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-date 0.9.1",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object 0.44.0",
|
|
|
|
"gix-revwalk 0.15.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-url"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.27.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
|
|
|
"home",
|
|
|
|
"thiserror",
|
2023-01-31 19:37:42 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-utils"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.13"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "ba427e3e9599508ed98a6ddf8ed05493db114564e338e41f6a996d2e4790335f"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
2024-01-20 12:02:58 +00:00
|
|
|
"unicode-normalization",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-validate"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.8.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-08-31 15:57:25 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-validate"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.9.1"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e187b263461bc36cea17650141567753bc6207d036cedd1de6e81a52f277ff68"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
|
|
|
version = "0.34.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26f7326ebe0b9172220694ea69d344c536009a9b98fb0f9de092c440f3efe7a6"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-attributes",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ignore",
|
|
|
|
"gix-index 0.33.1",
|
|
|
|
"gix-object 0.42.3",
|
|
|
|
"gix-path",
|
|
|
|
"gix-validate 0.8.5",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.36.0"
|
2023-11-26 20:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a"
|
2023-11-26 20:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-attributes",
|
|
|
|
"gix-features",
|
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-ignore",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix-index 0.35.0",
|
|
|
|
"gix-object 0.44.0",
|
2023-11-26 20:13:03 +00:00
|
|
|
"gix-path",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-validate 0.9.1",
|
2023-11-26 20:13:03 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gix-worktree-state"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.13.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "7b05c4b313fa702c0bacd5068dd3e01671da73b938fade97676859fee286de43"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-features",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-filter 0.13.0",
|
2024-04-16 05:14:10 +00:00
|
|
|
"gix-fs",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-index 0.35.0",
|
|
|
|
"gix-object 0.44.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"gix-path",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix-worktree 0.36.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
"io-close",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "grass"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.13.4"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"getrandom",
|
2023-11-26 20:32:26 +00:00
|
|
|
"grass_compiler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.13.4"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2023-11-26 20:32:26 +00:00
|
|
|
"lasso",
|
|
|
|
"once_cell",
|
|
|
|
"phf",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-05 16:18:43 +00:00
|
|
|
version = "0.3.26"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 16:18:43 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"fnv",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-05-18 20:16:54 +00:00
|
|
|
"http 0.2.12",
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2024-05-18 20:16:54 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.4.6"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"atomic-waker",
|
2024-05-18 20:16:54 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http 1.1.0",
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2020-09-29 21:03:55 +00:00
|
|
|
"slab",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.14.5"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2024-11-02 11:27:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
|
|
|
|
2023-01-17 09:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.3.9"
|
2023-01-17 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-01-17 09:22:13 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "hex"
|
2021-05-27 14:02:02 +00:00
|
|
|
version = "0.4.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 14:02:02 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
2020-09-28 23:55:02 +00:00
|
|
|
name = "home"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.5.9"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.2.12"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-29 21:03:55 +00:00
|
|
|
"fnv",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2024-05-18 20:16:54 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.0.1"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.1.2"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-08-31 15:57:25 +00:00
|
|
|
"futures-util",
|
2024-05-18 20:16:54 +00:00
|
|
|
"http 1.1.0",
|
2024-11-02 09:46:14 +00:00
|
|
|
"http-body",
|
2021-05-27 14:02:02 +00:00
|
|
|
"pin-project-lite",
|
2020-09-29 21:03:55 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.9.5"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2020-09-30 12:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-20 10:46:26 +00:00
|
|
|
version = "1.0.3"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 10:46:26 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
2024-05-18 20:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.5.0"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-08-31 15:57:25 +00:00
|
|
|
"h2 0.4.6",
|
2024-05-18 20:16:54 +00:00
|
|
|
"http 1.1.0",
|
2024-11-02 09:46:14 +00:00
|
|
|
"http-body",
|
2024-05-18 20:16:54 +00:00
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.27.3"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-05-26 14:51:44 +00:00
|
|
|
"http 1.1.0",
|
2024-11-02 09:46:14 +00:00
|
|
|
"hyper",
|
2024-05-26 14:51:44 +00:00
|
|
|
"hyper-util",
|
2023-10-08 09:13:30 +00:00
|
|
|
"rustls",
|
2024-08-31 15:57:25 +00:00
|
|
|
"rustls-native-certs",
|
2024-05-26 14:51:44 +00:00
|
|
|
"rustls-pki-types",
|
2023-10-08 09:13:30 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2024-05-26 14:51:44 +00:00
|
|
|
"tower-service",
|
2024-08-31 15:57:25 +00:00
|
|
|
"webpki-roots",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2024-05-18 20:16:54 +00:00
|
|
|
version = "0.6.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 20:16:54 +00:00
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2024-05-18 20:16:54 +00:00
|
|
|
"http-body-util",
|
2024-11-02 09:46:14 +00:00
|
|
|
"hyper",
|
2024-05-18 20:16:54 +00:00
|
|
|
"hyper-util",
|
2020-09-28 22:48:26 +00:00
|
|
|
"native-tls",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2021-01-06 11:24:06 +00:00
|
|
|
"tokio-native-tls",
|
2024-05-18 20:16:54 +00:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.10"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-11-02 09:46:14 +00:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2024-05-18 20:16:54 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.61"
|
2024-08-07 02:14:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2024-08-07 02:14:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.5.0"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "impl-more"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.8"
|
2024-11-02 09:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "aae21c3177a27788957044151cc2800043d127acaa460a47ebb9b84dfa2c6aa0"
|
2024-11-02 09:46:14 +00:00
|
|
|
|
2024-08-07 02:14:37 +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",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "2.6.0"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-11-02 11:27:52 +00:00
|
|
|
"hashbrown 0.15.0",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-16 22:31:38 +00:00
|
|
|
]
|
|
|
|
|
2022-01-24 15:18:19 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "io-close"
|
|
|
|
version = "0.3.7"
|
2022-01-24 15:18:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
|
2022-01-24 15:18:19 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2022-01-24 15:18:19 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "2.10.1"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.13.0"
|
2024-11-02 09:46:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2024-11-02 09:46:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-29 07:30:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "1.0.11"
|
2021-12-29 07:30:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-12-29 07:30:53 +00:00
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jiff"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.14"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "b9d9d414fc817d3e3d62b2598616733f76c4cc74fbac96069674739b881295c8"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"jiff-tzdb-platform",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jiff-tzdb"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.1"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653"
|
2024-08-31 15:57:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jiff-tzdb-platform"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.1"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"jiff-tzdb",
|
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.72"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.0.2"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.7.3"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"hashbrown 0.14.5",
|
2023-11-26 20:32:26 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.5.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.161"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2024-08-31 15:57:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
2023-11-26 20:13:03 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "linux-raw-sys"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.4.14"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2024-11-02 09:46:14 +00: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"
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.4.12"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.4.22"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-10-05 11:47:24 +00:00
|
|
|
name = "lru_time_cache"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.11.11"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maud"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud_macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud_macros"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.26.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-11-04 13:42:42 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-async"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.2.10"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mediatype"
|
|
|
|
version = "0.19.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8878cd8d1b3c8c8ae4b2ba0a36652b7cf192f618a599a7fbdfa25cffd4ea72dd"
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "memchr"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.7.4"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2018-03-12 10:10:27 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "memmap2"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.9.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
2024-01-20 12:02:58 +00:00
|
|
|
"libc",
|
2022-05-23 01:00:40 +00:00
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.0.2"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"hermit-abi",
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2024-11-02 09:46:14 +00:00
|
|
|
"log",
|
2022-07-15 12:36:07 +00:00
|
|
|
"wasi",
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.2.12"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2020-09-29 21:03:55 +00:00
|
|
|
"log",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl",
|
2020-09-29 21:03:55 +00:00
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
2020-09-28 22:48:26 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
2020-09-29 21:03:55 +00:00
|
|
|
"tempfile",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-04-16 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2022-03-07 18:51:57 +00:00
|
|
|
name = "num_threads"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.1.7"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.36.5"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "once_cell"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.20.2"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.10.68"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-09-28 22:48:26 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-05-27 14:02:02 +00:00
|
|
|
"once_cell",
|
2022-05-19 17:17:10 +00:00
|
|
|
"openssl-macros",
|
2020-09-28 22:48:26 +00:00
|
|
|
"openssl-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.1.1"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-05-19 17:17:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2022-05-19 17:17:10 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-24 15:18:19 +00:00
|
|
|
version = "0.1.5"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 15:18:19 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.9.104"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2018-02-14 00:48:17 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "owned_ttf_parser"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.2"
|
2018-02-14 00:48:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb"
|
2018-02-14 00:48:17 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"ttf-parser",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.12.3"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.9.10"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-08-31 15:57:25 +00:00
|
|
|
"redox_syscall",
|
2023-07-29 19:37:22 +00:00
|
|
|
"smallvec",
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-targets",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.3.1"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-09-28 23:55:02 +00:00
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.11.2"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.11.2"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.11.2"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2023-11-26 20:32:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.11.2"
|
2023-11-26 20:32:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2023-11-26 20:32:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.15"
|
2020-09-30 12:58:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2020-09-30 12:58:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.31"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "3.5.0"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "d43467300237085a4f9e864b937cf0bc012cef7740be12be1a48b10d2c8a3701"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2020-11-04 13:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.89"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2018-03-12 10:10:27 +00:00
|
|
|
dependencies = [
|
2022-05-19 17:17:10 +00:00
|
|
|
"unicode-ident",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
|
|
|
version = "28.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.12.2"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
2021-02-01 18:46:26 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2021-02-01 18:46:26 +00:00
|
|
|
"getopts",
|
|
|
|
"memchr",
|
2024-04-16 05:14:10 +00:00
|
|
|
"pulldown-cmark-escape",
|
2021-02-01 18:46:26 +00:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2024-04-16 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark-escape"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.11.0"
|
2024-04-16 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
|
2024-04-16 05:14:10 +00:00
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.11.5"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"socket2",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
2024-09-04 20:34:39 +00:00
|
|
|
version = "0.11.8"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 20:34:39 +00:00
|
|
|
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.5.6"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e346e016eacfff12233c243718197ca12f148c84e1e84268a896699b41c71780"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
2024-11-02 11:27:52 +00:00
|
|
|
"cfg_aliases",
|
2024-08-31 15:57:25 +00:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
2024-11-02 11:27:52 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-08-31 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.0.37"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"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",
|
2023-11-26 20:32:26 +00:00
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2024-08-31 15:57:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2023-11-26 20:32:26 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "1.10.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "1.12.1"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-05-23 01:00:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.5.7"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2024-05-26 14:51:44 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
2024-05-29 10:35:34 +00:00
|
|
|
name = "regex"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.11.1"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2024-05-29 10:35:34 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-11-02 11:27:52 +00:00
|
|
|
"regex-automata 0.4.8",
|
|
|
|
"regex-syntax 0.8.5",
|
2024-05-29 10:35:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "regex-automata"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.4.8"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2024-05-29 10:35:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-11-02 11:27:52 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2024-05-29 10:35:34 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.8.5"
|
2024-05-29 10:35:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "relative-path"
|
2024-05-18 20:16:54 +00:00
|
|
|
version = "1.9.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 20:16:54 +00:00
|
|
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"serde",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-05-18 20:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.12.9"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
2024-05-26 14:51:44 +00:00
|
|
|
"async-compression",
|
|
|
|
"base64",
|
2024-05-18 20:16:54 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
2024-05-26 14:51:44 +00:00
|
|
|
"futures-channel",
|
2024-05-18 20:16:54 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-31 15:57:25 +00:00
|
|
|
"h2 0.4.6",
|
2024-05-18 20:16:54 +00:00
|
|
|
"http 1.1.0",
|
2024-11-02 09:46:14 +00:00
|
|
|
"http-body",
|
2024-05-18 20:16:54 +00:00
|
|
|
"http-body-util",
|
2024-11-02 09:46:14 +00:00
|
|
|
"hyper",
|
2024-05-26 14:51:44 +00:00
|
|
|
"hyper-rustls",
|
2024-05-18 20:16:54 +00:00
|
|
|
"hyper-tls",
|
|
|
|
"hyper-util",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-08-31 15:57:25 +00:00
|
|
|
"quinn",
|
2024-05-26 14:51:44 +00:00
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"rustls-pki-types",
|
2024-05-18 20:16:54 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"system-configuration",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2024-05-26 14:51:44 +00:00
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-util",
|
2024-05-18 20:16:54 +00:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-05-26 14:51:44 +00:00
|
|
|
"webpki-roots",
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-registry",
|
2020-10-03 12:08:16 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.17.8"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-04-16 05:14:10 +00:00
|
|
|
"cfg-if",
|
2023-11-26 20:13:03 +00:00
|
|
|
"getrandom",
|
2023-10-08 09:13:30 +00:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-04-16 05:14:10 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.1.24"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.0.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.38.38"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-07-29 19:37:22 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-01-20 12:02:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.23.16"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"once_cell",
|
2023-10-08 09:13:30 +00:00
|
|
|
"ring",
|
2024-05-26 14:51:44 +00:00
|
|
|
"rustls-pki-types",
|
2023-10-08 09:13:30 +00:00
|
|
|
"rustls-webpki",
|
2024-05-26 14:51:44 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2023-10-08 09:13:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.8.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2024-05-26 14:51:44 +00:00
|
|
|
"rustls-pemfile",
|
|
|
|
"rustls-pki-types",
|
2023-10-08 09:13:30 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2024-05-18 20:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "2.2.0"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2024-05-18 20:16:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.10.0"
|
2024-05-18 20:16:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
2024-05-18 20:16:54 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.102.8"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
2024-05-26 14:51:44 +00:00
|
|
|
"rustls-pki-types",
|
2023-10-08 09:13:30 +00:00
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustsec"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.30.0"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "8e732c03323b9964936512ce0928259492e669b31f622bfa97e1fc71521c4464"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"cargo-lock",
|
|
|
|
"cvss",
|
2020-12-26 14:30:17 +00:00
|
|
|
"fs-err",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix 0.66.0",
|
2020-09-28 23:55:02 +00:00
|
|
|
"home",
|
|
|
|
"platforms",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2023-10-08 09:13:30 +00:00
|
|
|
"tame-index",
|
2020-09-28 23:55:02 +00:00
|
|
|
"thiserror",
|
2023-10-08 09:13:30 +00:00
|
|
|
"time",
|
2024-11-02 11:27:52 +00:00
|
|
|
"toml",
|
2021-02-01 18:46:26 +00:00
|
|
|
"url",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusttype"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.9.3"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "3ff8374aa04134254b7995b63ad3dc41c7f7236f69528b28553da7d72efaa967"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "1.0.18"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.26"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-11-02 11:27:52 +00:00
|
|
|
"windows-sys 0.59.0",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-23 01:00:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "1.2.0"
|
2022-05-23 01:00:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-05-23 01:00:40 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.11.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "2.12.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2021-11-25 09:35:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-18 20:16:54 +00:00
|
|
|
version = "1.0.23"
|
2021-11-25 09:35:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 20:16:54 +00:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "serde"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.214"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
2020-09-28 22:53:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "serde_derive"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.214"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_html_form"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2024-11-02 09:46:14 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.132"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2024-08-31 15:57:25 +00:00
|
|
|
"memchr",
|
2020-09-28 22:48:26 +00:00
|
|
|
"ryu",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2024-11-02 11:27:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.6.8"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-07 18:51:57 +00:00
|
|
|
version = "0.7.1"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:51:57 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-12-26 14:30:17 +00:00
|
|
|
"ryu",
|
2020-10-03 12:08:16 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "3.11.0"
|
2024-08-07 02:14:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
|
2024-08-07 02:14:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap 1.9.3",
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2024-08-07 02:14:37 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "3.11.0"
|
2024-08-07 02:14:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
|
2024-08-07 02:14:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2024-08-07 02:14:37 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2023-01-17 09:22:13 +00:00
|
|
|
version = "0.10.1"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 09:22:13 +00:00
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
2021-02-10 11:49:35 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2021-05-27 14:02:02 +00:00
|
|
|
"cpufeatures",
|
2021-02-10 11:49:35 +00:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +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",
|
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.0.1"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shiny-robots"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-11-02 09:46:14 +00:00
|
|
|
"actix-web",
|
|
|
|
"actix-web-lab",
|
2020-09-28 23:28:58 +00:00
|
|
|
"anyhow",
|
2020-09-28 22:48:26 +00:00
|
|
|
"badge",
|
|
|
|
"cadence",
|
2023-10-08 09:13:30 +00:00
|
|
|
"crates-index",
|
2024-11-02 09:46:14 +00:00
|
|
|
"derive_more 1.0.0",
|
2024-05-29 10:35:34 +00:00
|
|
|
"dotenvy",
|
2024-08-07 02:14:37 +00:00
|
|
|
"either",
|
2024-05-29 10:35:34 +00:00
|
|
|
"error_reporter",
|
2021-02-10 15:45:14 +00:00
|
|
|
"font-awesome-as-a-crate",
|
2022-01-16 16:48:08 +00:00
|
|
|
"futures-util",
|
2024-08-31 15:57:25 +00:00
|
|
|
"gix 0.63.0",
|
2023-11-26 20:32:26 +00:00
|
|
|
"grass",
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2020-10-05 11:47:24 +00:00
|
|
|
"lru_time_cache",
|
2020-09-28 22:48:26 +00:00
|
|
|
"maud",
|
2024-11-02 09:46:14 +00:00
|
|
|
"mime",
|
2020-09-28 22:48:26 +00:00
|
|
|
"once_cell",
|
2024-05-29 10:35:34 +00:00
|
|
|
"parking_lot",
|
2021-02-01 18:46:26 +00:00
|
|
|
"pulldown-cmark",
|
2020-09-28 22:48:26 +00:00
|
|
|
"relative-path",
|
2024-05-26 14:51:44 +00:00
|
|
|
"reqwest",
|
2020-09-28 22:48:26 +00:00
|
|
|
"rustsec",
|
2021-12-29 07:30:53 +00:00
|
|
|
"semver",
|
2020-09-28 23:55:02 +00:00
|
|
|
"serde",
|
2022-01-24 15:18:19 +00:00
|
|
|
"serde_urlencoded",
|
2024-08-07 02:14:37 +00:00
|
|
|
"serde_with",
|
2021-02-10 11:49:35 +00:00
|
|
|
"sha-1",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2024-11-02 11:27:52 +00:00
|
|
|
"toml",
|
2024-05-29 10:35:34 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2020-09-30 12:58:18 +00:00
|
|
|
]
|
|
|
|
|
2024-08-31 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-11-26 20:32:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.4.9"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-15 20:04:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
2023-07-29 19:37:22 +00:00
|
|
|
name = "smallvec"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "1.13.2"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.2.2"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-11-02 11:27:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
|
|
|
|
dependencies = [
|
|
|
|
"borsh",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-29 21:03:55 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "socket2"
|
2024-05-26 14:51:44 +00:00
|
|
|
version = "0.5.7"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-26 14:51:44 +00:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"libc",
|
2024-04-16 05:14:10 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-20 10:46:26 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.9.8"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
2020-12-26 14:30:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
2024-05-26 14:51:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.6.1"
|
2024-05-26 14:51:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-05-26 14:51:44 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "2.0.86"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"futures-core",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.6.1"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"bitflags",
|
2023-10-08 09:13:30 +00:00
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.6.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tame-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.14.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "c46e79ebf09a3740c583fc8df63b1b8b5844bf756074c6bf5d392d5a2b708269"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"crossbeam-channel",
|
2024-11-02 11:27:52 +00:00
|
|
|
"gix 0.66.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"home",
|
2024-05-26 14:51:44 +00:00
|
|
|
"http 1.1.0",
|
2023-11-26 20:13:03 +00:00
|
|
|
"libc",
|
2023-10-08 09:13:30 +00:00
|
|
|
"memchr",
|
|
|
|
"rayon",
|
2024-05-26 14:51:44 +00:00
|
|
|
"reqwest",
|
2023-10-08 09:13:30 +00:00
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-11-02 11:27:52 +00:00
|
|
|
"smol_str 0.3.2",
|
2023-10-08 09:13:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2024-04-16 05:14:10 +00:00
|
|
|
"toml-span",
|
2023-10-08 09:13:30 +00:00
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-29 21:03:55 +00:00
|
|
|
name = "tempfile"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "3.13.0"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2022-01-24 15:18:19 +00:00
|
|
|
"fastrand",
|
2024-08-31 15:57:25 +00:00
|
|
|
"once_cell",
|
2023-07-29 19:37:22 +00:00
|
|
|
"rustix",
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-sys 0.59.0",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 23:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.66"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.66"
|
2020-09-28 23:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5"
|
2020-09-28 23:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2020-09-28 23:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-10-04 15:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "1.1.8"
|
2020-10-04 15:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2020-10-04 15:03:52 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"cfg-if",
|
2021-02-14 15:40:37 +00:00
|
|
|
"once_cell",
|
2020-10-04 15:03:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "time"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.3.36"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2023-08-20 10:46:26 +00:00
|
|
|
"deranged",
|
2023-07-29 19:37:22 +00:00
|
|
|
"itoa",
|
2020-09-28 22:48:26 +00:00
|
|
|
"libc",
|
2024-04-16 05:14:10 +00:00
|
|
|
"num-conv",
|
2022-03-07 18:51:57 +00:00
|
|
|
"num_threads",
|
2023-11-26 20:13:03 +00:00
|
|
|
"powerfmt",
|
2022-10-28 18:45:31 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-03-07 18:51:57 +00:00
|
|
|
"time-macros",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "0.1.2"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2022-03-07 18:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "0.2.18"
|
2022-03-07 18:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-10-28 18:45:31 +00:00
|
|
|
dependencies = [
|
2024-04-16 05:14:10 +00:00
|
|
|
"num-conv",
|
2022-10-28 18:45:31 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
2022-03-07 18:51:57 +00:00
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tinyvec"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "1.8.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2020-12-26 14:30:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.1.1"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-28 22:18:06 +00:00
|
|
|
name = "tokio"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.41.0"
|
2020-09-29 21:03:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
2020-09-29 21:03:55 +00:00
|
|
|
dependencies = [
|
2023-07-29 19:37:22 +00:00
|
|
|
"backtrace",
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"libc",
|
2020-09-28 22:48:26 +00:00
|
|
|
"mio",
|
2024-11-02 09:46:14 +00:00
|
|
|
"parking_lot",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2024-11-02 09:46:14 +00:00
|
|
|
"signal-hook-registry",
|
2024-04-16 05:14:10 +00:00
|
|
|
"socket2",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio-macros",
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-sys 0.52.0",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tokio-macros"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.4.0"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-06 11:24:06 +00:00
|
|
|
name = "tokio-native-tls"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.1"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-30 12:58:18 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.26.0"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
2024-05-26 14:51:44 +00:00
|
|
|
"rustls-pki-types",
|
2023-10-08 09:13:30 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-11-02 09:46:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2018-03-12 10:10:27 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tokio-util"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.7.12"
|
2018-03-12 10:10:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2018-03-26 08:23:18 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"bytes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tokio",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.8.19"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-07-29 19:37:22 +00:00
|
|
|
"toml_datetime",
|
2024-11-02 11:27:52 +00:00
|
|
|
"toml_edit",
|
2024-04-16 05:14:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml-span"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.3.0"
|
2024-04-16 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "ce0e1be49e3b9bf33d1a8077c081a3b7afcfc94e4bc1002c80376784381bc106"
|
2024-04-16 05:14:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
2018-03-12 10:10:27 +00:00
|
|
|
]
|
|
|
|
|
2023-01-31 19:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.6.8"
|
2023-01-31 19:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-01-31 19:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.22.22"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2023-10-08 09:13:30 +00:00
|
|
|
dependencies = [
|
2024-11-02 11:27:52 +00:00
|
|
|
"indexmap 2.6.0",
|
2023-10-08 09:13:30 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-11-02 11:27:52 +00:00
|
|
|
"winnow",
|
2024-05-18 20:16:54 +00:00
|
|
|
]
|
|
|
|
|
2018-03-26 08:23:18 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tower-service"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.3.3"
|
2018-03-26 08:23:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.1.40"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2024-11-02 09:46:14 +00:00
|
|
|
"log",
|
2021-01-06 11:24:06 +00:00
|
|
|
"pin-project-lite",
|
2024-05-29 10:35:34 +00:00
|
|
|
"tracing-attributes",
|
2020-09-30 12:58:18 +00:00
|
|
|
"tracing-core",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[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-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2024-05-29 10:35:34 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
2020-09-30 12:58:18 +00:00
|
|
|
name = "tracing-core"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.1.32"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2022-07-15 12:36:07 +00:00
|
|
|
"once_cell",
|
2024-05-29 10:35:34 +00:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-01-20 12:02:58 +00:00
|
|
|
version = "0.2.5"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 12:02:58 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-11-08 08:30:55 +00:00
|
|
|
version = "0.15.2"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 08:30:55 +00:00
|
|
|
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
|
2020-09-28 22:18:06 +00:00
|
|
|
|
2023-10-08 09:13:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-02-10 11:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-08 09:13:30 +00:00
|
|
|
version = "1.17.0"
|
2021-02-10 11:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 09:13:30 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-02-10 11:49:35 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uluru"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "3.1.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
]
|
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "2.8.0"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
2021-02-01 18:46:26 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.17"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "2.0.3"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "1.0.13"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2018-02-18 04:11:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.24"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"tinyvec",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2021-02-01 18:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.1.14"
|
2024-08-31 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2024-08-31 15:57:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.6"
|
2023-10-08 09:13:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
2023-10-08 09:13:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-11-26 20:13:03 +00:00
|
|
|
version = "0.9.0"
|
2021-02-01 18:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:13:03 +00:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2021-02-01 18:46:26 +00:00
|
|
|
|
2018-02-18 04:11:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "2.5.2"
|
2018-02-18 04:11:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2018-02-18 04:11:48 +00:00
|
|
|
dependencies = [
|
2020-12-26 14:30:17 +00:00
|
|
|
"form_urlencoded",
|
2020-09-28 22:48:26 +00:00
|
|
|
"idna",
|
2020-09-29 21:03:55 +00:00
|
|
|
"percent-encoding",
|
2021-02-01 18:46:26 +00:00
|
|
|
"serde",
|
2018-02-18 04:11:48 +00:00
|
|
|
]
|
|
|
|
|
2024-05-29 10:35:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-11-25 09:35:28 +00:00
|
|
|
version = "0.2.15"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-25 09:35:28 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.9.5"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2020-10-03 12:08:16 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-04-16 05:14:10 +00:00
|
|
|
version = "2.5.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 05:14:10 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-09-28 22:18:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-29 19:37:22 +00:00
|
|
|
version = "0.3.1"
|
2020-09-28 22:18:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 19:37:22 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-09-28 22:18:06 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"try-lock",
|
2020-09-28 22:18:06 +00:00
|
|
|
]
|
|
|
|
|
2022-03-18 13:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.95"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2024-08-31 15:57:25 +00:00
|
|
|
"once_cell",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.95"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-15 20:04:48 +00:00
|
|
|
"once_cell",
|
2020-10-03 12:08:16 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.4.45"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
2021-02-14 15:40:37 +00:00
|
|
|
"cfg-if",
|
2020-10-03 12:08:16 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.95"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.95"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2020-10-03 12:08:16 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.2.95"
|
2020-12-26 14:30:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2020-12-26 14:30:17 +00:00
|
|
|
|
2020-10-03 12:08:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.3.72"
|
2020-10-03 12:08:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2020-10-03 12:08:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-05-26 14:51:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.26.6"
|
2024-05-26 14:51:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
|
2024-05-26 14:51:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-28 22:18:06 +00:00
|
|
|
version = "0.3.9"
|
2018-02-14 00:23:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-14 00:23:42 +00:00
|
|
|
dependencies = [
|
2020-09-28 22:48:26 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-14 00:23:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.1.9"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 00:23:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-28 22:48:26 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-14 00:23:42 +00:00
|
|
|
|
2024-08-07 02:14:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-targets",
|
2024-08-07 02:14:37 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
2023-07-29 19:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-targets",
|
2023-07-29 19:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
2022-10-28 18:45:31 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-result",
|
|
|
|
"windows-targets",
|
2024-01-20 12:02:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2024-01-20 12:02:58 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"windows-targets",
|
2022-10-28 18:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
2024-01-20 12:02:58 +00:00
|
|
|
|
2022-05-19 17:17:10 +00:00
|
|
|
[[package]]
|
2024-08-31 15:57:25 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2022-05-19 17:17:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2022-05-19 17:17:10 +00:00
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2024-04-16 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-16 05:14:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-01-20 12:02:58 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-01-20 12:02:58 +00:00
|
|
|
|
2022-10-28 18:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2022-10-28 18:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-07-29 19:37:22 +00:00
|
|
|
|
2024-01-20 12:02:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.52.6"
|
2024-01-20 12:02:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-01-20 12:02:58 +00:00
|
|
|
|
2023-07-29 19:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-11-02 11:27:52 +00:00
|
|
|
version = "0.6.20"
|
2024-04-16 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-02 11:27:52 +00:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
2023-07-29 19:37:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-10-28 18:45:31 +00:00
|
|
|
|
2024-04-16 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.7.35"
|
2024-04-16 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-04-16 05:14:10 +00:00
|
|
|
dependencies = [
|
2024-08-31 15:57:25 +00:00
|
|
|
"byteorder",
|
2024-04-16 05:14:10 +00:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-08-31 15:57:25 +00:00
|
|
|
version = "0.7.35"
|
2024-04-16 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-31 15:57:25 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-04-16 05:14:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-31 15:57:25 +00:00
|
|
|
"syn",
|
2024-04-16 05:14:10 +00:00
|
|
|
]
|
2024-05-26 14:51:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-11-02 09:46:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "7.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.13+zstd.1.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|