2019-04-16 16:57:06 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-09-03 13:13:03 +02:00
|
|
|
version = 3
|
|
|
|
|
2022-09-28 10:43:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.21"
|
2022-09-28 10:43:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39"
|
2022-09-28 10:43:49 +02:00
|
|
|
dependencies = [
|
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
|
|
|
]
|
|
|
|
|
2020-07-27 06:16:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.8"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2022-02-16 05:16:16 +01:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.5.1"
|
2022-02-16 05:16:16 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
|
2022-02-16 05:16:16 +01:00
|
|
|
dependencies = [
|
2023-04-28 18:09:20 +02:00
|
|
|
"bitflags 1.3.2",
|
2022-02-16 05:16:16 +01:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-06-16 13:34:20 +02:00
|
|
|
"tokio-util",
|
2023-07-04 10:00:22 +02:00
|
|
|
"tracing",
|
2020-09-12 14:01:59 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2023-08-29 06:48:56 +02:00
|
|
|
version = "3.4.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-29 06:48:56 +02:00
|
|
|
checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
|
2020-02-12 20:08:24 +01:00
|
|
|
dependencies = [
|
2022-02-28 05:22:28 +01:00
|
|
|
"actix-codec",
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-rt",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-service",
|
2021-02-26 16:28:04 +01:00
|
|
|
"actix-utils",
|
2023-04-13 11:55:52 +02:00
|
|
|
"ahash 0.8.3",
|
2023-07-04 10:00:22 +02:00
|
|
|
"base64 0.21.2",
|
2023-08-29 06:48:56 +02:00
|
|
|
"bitflags 2.3.3",
|
2022-01-29 21:18:50 +01:00
|
|
|
"brotli",
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2020-02-12 20:08:24 +01:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
2021-02-26 16:04:58 +01:00
|
|
|
"h2",
|
2020-02-12 20:08:24 +01:00
|
|
|
"http",
|
|
|
|
"httparse",
|
2021-10-21 06:17:30 +02:00
|
|
|
"httpdate",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2020-02-12 20:08:24 +01:00
|
|
|
"language-tags",
|
2021-09-03 13:13:03 +02:00
|
|
|
"local-channel",
|
2020-02-12 20:08:24 +01:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2022-06-16 13:34:20 +02:00
|
|
|
"sha1",
|
2021-09-03 13:13:03 +02:00
|
|
|
"smallvec",
|
2023-01-30 11:06:11 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-06-16 13:34:20 +02:00
|
|
|
"tracing",
|
2021-09-03 13:13:03 +02:00
|
|
|
"zstd",
|
2019-12-26 05:20:46 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2021-11-05 05:15:43 +01:00
|
|
|
version = "0.2.3"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-05 05:15:43 +01:00
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"quote",
|
2023-04-13 11:55:52 +02:00
|
|
|
"syn 1.0.109",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.5.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"bytestring",
|
|
|
|
"http",
|
|
|
|
"regex",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2023-04-13 11:55:52 +02:00
|
|
|
"tracing",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2023-08-27 14:40:46 +02:00
|
|
|
version = "2.9.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 14:40:46 +02:00
|
|
|
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-macros",
|
2021-09-03 13:13:03 +02:00
|
|
|
"futures-core",
|
2021-02-26 16:04:58 +01:00
|
|
|
"tokio",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "2.2.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-rt",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-service",
|
2021-02-26 16:28:04 +01:00
|
|
|
"actix-utils",
|
2021-09-03 13:13:03 +02:00
|
|
|
"futures-core",
|
2022-01-29 21:18:50 +01:00
|
|
|
"futures-util",
|
2022-02-17 05:17:06 +01:00
|
|
|
"mio",
|
2020-02-12 20:08:24 +01:00
|
|
|
"num_cpus",
|
2023-08-10 06:27:17 +02:00
|
|
|
"socket2 0.4.9",
|
2021-09-03 13:13:03 +02:00
|
|
|
"tokio",
|
2022-03-09 18:55:23 +01:00
|
|
|
"tracing",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "2.0.2"
|
2019-09-26 06:24:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2019-09-26 06:24:19 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
2019-09-26 06:24:19 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "actix-tls"
|
2023-08-30 09:50:10 +02:00
|
|
|
version = "3.1.1"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 09:50:10 +02:00
|
|
|
checksum = "72616e7fbec0aa99c6f3164677fa48ff5a60036d0799c98cab894a44f3e0efc3"
|
2020-09-12 14:01:59 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"actix-rt",
|
2020-09-12 14:01:59 +02:00
|
|
|
"actix-service",
|
2021-02-26 16:28:04 +01:00
|
|
|
"actix-utils",
|
2021-09-03 13:13:03 +02:00
|
|
|
"futures-core",
|
|
|
|
"http",
|
2023-08-30 09:50:10 +02:00
|
|
|
"impl-more",
|
2022-01-29 21:18:50 +01:00
|
|
|
"pin-project-lite",
|
2023-08-30 09:50:10 +02:00
|
|
|
"rustls",
|
|
|
|
"rustls-webpki",
|
|
|
|
"tokio",
|
2022-06-16 13:34:20 +02:00
|
|
|
"tokio-util",
|
2023-08-30 09:50:10 +02:00
|
|
|
"tracing",
|
2020-09-12 14:01:59 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "3.0.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2023-08-29 06:48:56 +02:00
|
|
|
version = "4.4.0"
|
2019-12-26 05:20:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-29 06:48:56 +02:00
|
|
|
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
|
2020-02-12 20:08:24 +01:00
|
|
|
dependencies = [
|
2022-02-28 05:22:28 +01:00
|
|
|
"actix-codec",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-http",
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-macros",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-router",
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-rt",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
2021-02-26 16:28:04 +01:00
|
|
|
"actix-utils",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-web-codegen",
|
2023-08-29 06:48:56 +02:00
|
|
|
"ahash 0.8.3",
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2022-02-28 05:22:28 +01:00
|
|
|
"bytestring",
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
2020-02-12 20:08:24 +01:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
2020-09-12 14:01:59 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2021-09-03 13:13:03 +02:00
|
|
|
"language-tags",
|
2020-02-12 20:08:24 +01:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-09-03 13:13:03 +02:00
|
|
|
"once_cell",
|
2022-01-29 21:18:50 +01:00
|
|
|
"pin-project-lite",
|
2020-02-12 20:08:24 +01:00
|
|
|
"regex",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2020-02-12 20:08:24 +01:00
|
|
|
"serde_json",
|
2020-11-30 05:17:12 +01:00
|
|
|
"serde_urlencoded",
|
2021-09-03 13:13:03 +02:00
|
|
|
"smallvec",
|
2023-08-29 06:48:56 +02:00
|
|
|
"socket2 0.5.3",
|
2022-03-10 05:16:17 +01:00
|
|
|
"time",
|
2020-02-12 20:08:24 +01:00
|
|
|
"url",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2023-02-27 06:03:34 +01:00
|
|
|
version = "4.2.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-27 06:03:34 +01:00
|
|
|
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-14 13:03:18 +02:00
|
|
|
"actix-router",
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-13 11:55:52 +02:00
|
|
|
"syn 1.0.109",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-06-28 07:00:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.20.0"
|
2023-06-28 07:00:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
2023-06-28 07:00:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-02-26 16:28:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2019-11-14 05:21:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-26 16:28:04 +01:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2019-11-14 05:21:38 +01:00
|
|
|
|
2021-09-03 13:13:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "0.7.6"
|
2021-09-03 13:13:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-09-03 13:13:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-01-13 12:15:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.8.3"
|
2023-01-13 12:15:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2023-01-13 12:15:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"memchr",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2022-01-29 21:18:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "2.0.4"
|
2022-01-29 21:18:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2022-01-29 21:18:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.2.2"
|
2022-01-29 21:18:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2022-01-29 21:18:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-03-29 12:12:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-17 06:36:11 +02:00
|
|
|
version = "1.0.75"
|
2021-03-29 12:12:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 06:36:11 +02:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-04-13 11:55:52 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2021-03-29 12:12:46 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2022-02-26 16:02:08 +01:00
|
|
|
name = "async-trait"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.1.69"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-17 12:01:16 +01:00
|
|
|
version = "1.1.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 12:01:16 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "awc"
|
2023-08-30 09:50:10 +02:00
|
|
|
version = "3.2.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 09:50:10 +02:00
|
|
|
checksum = "7fa3c705a9c7917ac0f41c0757a0a747b43bbc29b0b364b081bd7c5fc67fb223"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2022-02-28 05:22:28 +01:00
|
|
|
"actix-codec",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-http",
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-rt",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-service",
|
2021-11-16 05:15:07 +01:00
|
|
|
"actix-tls",
|
|
|
|
"actix-utils",
|
2023-07-04 10:00:22 +02:00
|
|
|
"base64 0.21.2",
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
2020-02-12 20:08:24 +01:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2021-11-16 05:15:07 +01:00
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2020-02-12 20:08:24 +01:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2020-02-12 20:08:24 +01:00
|
|
|
"serde_json",
|
2020-11-30 05:17:12 +01:00
|
|
|
"serde_urlencoded",
|
2021-11-16 05:15:07 +01:00
|
|
|
"tokio",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-06-28 07:00:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.3.68"
|
2023-06-28 07:00:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
2023-06-28 07:00:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2022-09-28 10:43:49 +02:00
|
|
|
name = "badgers"
|
2023-01-30 09:41:15 +01:00
|
|
|
version = "1.2.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 09:41:15 +01:00
|
|
|
checksum = "7954c1a712ad1b82f0f719bbeee7dc5ffd3d13a66c7dfb1e1df02f79e2729441"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2022-09-28 10:43:49 +02:00
|
|
|
"ab_glyph",
|
2023-07-04 10:00:22 +02:00
|
|
|
"base64 0.21.2",
|
2020-07-27 06:16:38 +02:00
|
|
|
"once_cell",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2020-10-30 21:02:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.13.1"
|
2020-10-30 21:02:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-10-30 21:02:12 +01:00
|
|
|
|
2023-01-20 05:05:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.21.2"
|
2023-01-20 05:05:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2023-01-20 05:05:02 +01:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-14 13:03:18 +02:00
|
|
|
version = "1.3.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-14 13:03:18 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2023-04-28 18:09:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.3.3"
|
2023-04-28 18:09:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
2023-04-28 18:09:20 +02:00
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.10.4"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"generic-array",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2020-09-12 14:01:59 +02:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.4"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2020-09-12 14:01:59 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "bstr"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.5.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "btoi"
|
|
|
|
version = "0.4.3"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"num-traits",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "bumpalo"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "3.13.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2019-04-23 18:19:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "0.6.3"
|
2019-04-23 18:19:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
2020-10-27 10:32:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-08 06:33:40 +02:00
|
|
|
version = "1.5.0"
|
2020-10-27 10:32:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 06:33:40 +02:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2020-10-27 10:32:39 +01:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "bytestring"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.3.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.0.79"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2020-02-12 20:17:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2020-11-24 05:17:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clru"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
|
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
2020-11-24 19:06:18 +01:00
|
|
|
name = "config"
|
2022-12-18 09:00:53 +01:00
|
|
|
version = "0.13.3"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-18 09:00:53 +01:00
|
|
|
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2022-02-26 16:02:08 +01:00
|
|
|
"async-trait",
|
|
|
|
"json5",
|
2020-11-24 19:06:18 +01:00
|
|
|
"lazy_static",
|
2022-02-26 16:02:08 +01:00
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
|
|
|
"ron",
|
2020-11-24 19:06:18 +01:00
|
|
|
"rust-ini",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2020-11-24 19:06:18 +01:00
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"yaml-rust",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2021-09-14 13:03:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-14 13:03:18 +02:00
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2020-09-12 14:01:59 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.16.2"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
2020-09-12 14:01:59 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
2022-03-10 05:16:17 +01:00
|
|
|
"time",
|
2021-02-26 16:28:04 +01:00
|
|
|
"version_check",
|
2020-09-12 14:01:59 +02:00
|
|
|
]
|
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-17 12:01:16 +01:00
|
|
|
version = "0.9.3"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 12:01:16 +01:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.8.4"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2019-04-21 20:44:29 +02:00
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
2021-09-14 13:03:18 +02:00
|
|
|
name = "cpufeatures"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.8"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
2021-09-14 13:03:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-09-12 14:01:59 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-17 12:01:16 +01:00
|
|
|
version = "1.3.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 12:01:16 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2022-01-29 21:18:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.6"
|
2022-01-29 21:18:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-01-29 21:18:50 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"generic-array",
|
2022-02-17 12:01:16 +01:00
|
|
|
"typenum",
|
2022-01-29 21:18:50 +01:00
|
|
|
]
|
|
|
|
|
2023-09-12 12:41:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "0.99.17"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-14 13:03:18 +02:00
|
|
|
"convert_case",
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-01-29 21:18:50 +01:00
|
|
|
"rustc_version",
|
2023-04-13 11:55:52 +02:00
|
|
|
"syn 1.0.109",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.10.7"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
2022-04-04 06:17:51 +02:00
|
|
|
version = "0.3.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-04 06:17:51 +02:00
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
2022-02-26 16:02:08 +01:00
|
|
|
|
2020-11-24 19:06:18 +01:00
|
|
|
[[package]]
|
2022-08-31 11:09:23 +02:00
|
|
|
name = "dotenvy"
|
2023-04-13 11:06:00 +02:00
|
|
|
version = "0.15.7"
|
2020-11-24 19:06:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:06:00 +02:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2020-11-24 19:06:18 +01:00
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.4"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2023-04-13 11:55:52 +02:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
2019-04-16 16:57:06 +02:00
|
|
|
name = "either"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.8.1"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2019-04-21 20:44:29 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.8.32"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-03-06 12:27:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-13 11:37:12 +02:00
|
|
|
version = "0.3.1"
|
2023-03-06 12:27:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:37:12 +02:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-03-06 12:27:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2023-03-06 12:27:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-12 12:41:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-04 09:49:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
2021-09-14 13:03:18 +02:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.21"
|
2021-09-14 13:03:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.2.16",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
2021-09-14 13:03:18 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.26"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2021-02-26 16:28:04 +01:00
|
|
|
version = "1.0.7"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-26 16:28:04 +01:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-12 20:08:24 +01:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"foreign-types-shared",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-04-21 20:44:29 +02:00
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-12 20:08:24 +01:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2020-11-23 11:57:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.2.0"
|
2020-11-23 11:57:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2020-11-23 11:57:41 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-11-25 17:41:24 +01:00
|
|
|
name = "futures"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-11-25 17:41:24 +01:00
|
|
|
name = "futures-channel"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-11-25 17:41:24 +01:00
|
|
|
name = "futures-core"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "futures-executor"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "futures-io"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2019-04-21 20:44:29 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "futures-macro"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2019-12-26 05:20:46 +01:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2019-12-26 05:20:46 +01:00
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "futures-sink"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "futures-task"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "futures-util"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.28"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2019-12-26 05:20:46 +01:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
2020-02-12 20:08:24 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-12-26 05:20:46 +01:00
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.10"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-06-28 07:00:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-09-26 17:52:00 +02:00
|
|
|
version = "0.18.1"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 17:52:00 +02:00
|
|
|
checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-08-30 09:36:16 +02:00
|
|
|
"bitflags 2.3.3",
|
2023-04-13 11:55:52 +02:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.53.1"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "06a8c9f9452078f474fecd2880de84819b8c77224ab62273275b646bf785f906"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-actor",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-commitgraph",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-config",
|
|
|
|
"gix-date",
|
|
|
|
"gix-diff",
|
|
|
|
"gix-discover",
|
|
|
|
"gix-features",
|
2023-04-28 18:09:20 +02:00
|
|
|
"gix-fs",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-glob",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-index",
|
|
|
|
"gix-lock",
|
2023-09-12 12:41:53 +02:00
|
|
|
"gix-macros",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-object",
|
|
|
|
"gix-odb",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-refspec",
|
|
|
|
"gix-revision",
|
2023-09-12 12:41:53 +02:00
|
|
|
"gix-revwalk",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-sec",
|
|
|
|
"gix-tempfile",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-trace",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-traverse",
|
|
|
|
"gix-url",
|
2023-04-28 18:09:20 +02:00
|
|
|
"gix-utils",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-validate",
|
|
|
|
"once_cell",
|
2023-09-12 12:41:53 +02:00
|
|
|
"parking_lot",
|
2023-04-13 11:55:52 +02:00
|
|
|
"signal-hook",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-actor"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.26.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "8e8c6778cc03bca978b2575a03e04e5ba6f430a9dd9b0f1259f0a8a9a5e5cc66"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-date",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
2023-09-12 12:41:53 +02:00
|
|
|
"winnow",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-bitmap"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.2.7"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "0ccab4bc576844ddb51b78d81b4a42d73e6229660fa614dfc3d3999c874d1959"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-chunk"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.4.4"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-04 09:49:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gix-commitgraph"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.20.0"
|
2023-07-04 09:49:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "4676ede3a7d37e7028e2889830349a6aca22efc1d2f2dd9fa3351c1a8ddb0c6a"
|
2023-07-04 09:49:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gix-config"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.29.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "1108c4ac88248dd25cc8ab0d0dae796e619fb72d92f88e30e00b29d61bb93cc4"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-config-value",
|
|
|
|
"gix-features",
|
|
|
|
"gix-glob",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-bom",
|
2023-09-12 12:41:53 +02:00
|
|
|
"winnow",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-config-value"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.14.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"bitflags 2.3.3",
|
2023-04-13 11:55:52 +02:00
|
|
|
"bstr",
|
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-date"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.8.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"itoa",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-diff"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.35.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "b45e342d148373bd9070d557e6fb1280aeae29a3e05e32506682d027278501eb"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-discover"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.24.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "da4cacda5ee9dd1b38b0e2506834e40e66c08cf050ef55c344334c76745f277b"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dunce",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-path",
|
|
|
|
"gix-ref",
|
|
|
|
"gix-sec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-features"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.34.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "f414c99e1a7abc69b21f3225a6539d203b0513f1d1d448607c4ea81cdcf9ee59"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"gix-hash",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-trace",
|
2023-04-13 11:55:52 +02:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"prodash",
|
|
|
|
"sha1_smol",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-04-28 18:09:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gix-fs"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.6.0"
|
2023-04-28 18:09:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "404795da3d4c660c9ab6c3b2ad76d459636d1e1e4b37b0c7ff68eee898c298d4"
|
2023-04-28 18:09:20 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-features",
|
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gix-glob"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.12.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "e3ac79c444193b0660fe0c0925d338bd338bd643e32138784dccfb12c628b892"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"bitflags 2.3.3",
|
2023-04-13 11:55:52 +02:00
|
|
|
"bstr",
|
2023-04-28 18:09:20 +02:00
|
|
|
"gix-features",
|
|
|
|
"gix-path",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hash"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.13.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "2ccf425543779cddaa4a7c62aba3fa9d90ea135b160be0a72dd93c063121ad4a"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-09-12 12:41:53 +02:00
|
|
|
"faster-hex",
|
2023-04-13 11:55:52 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-hashtable"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.4.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-hash",
|
2023-07-04 09:49:24 +02:00
|
|
|
"hashbrown 0.14.0",
|
2023-04-13 11:55:52 +02:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.24.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "0e9599fc30b3d6aad231687a403f85dfa36ae37ccf1b68ee1f621ad5b7fc7a0d"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"bitflags 2.3.3",
|
2023-04-13 11:55:52 +02:00
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"filetime",
|
|
|
|
"gix-bitmap",
|
|
|
|
"gix-features",
|
2023-09-12 12:41:53 +02:00
|
|
|
"gix-fs",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-traverse",
|
|
|
|
"itoa",
|
|
|
|
"memmap2",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-lock"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "9.0.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "1568c3d90594c60d52670f325f5db88c2d572e85c8dd45fabc23d91cadb0fd52"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-tempfile",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-utils",
|
2023-04-13 11:55:52 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-12 12:41:53 +02:00
|
|
|
name = "gix-macros"
|
|
|
|
version = "0.1.0"
|
2023-07-04 09:49:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6"
|
2023-07-04 09:49:24 +02:00
|
|
|
dependencies = [
|
2023-09-12 12:41:53 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.28",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-object"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.36.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "3e5528d5b2c984044d547e696e44a8c45fa122e83cd8c2ac1da69bd474336be8"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"gix-actor",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-date",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-validate",
|
|
|
|
"itoa",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2023-09-12 12:41:53 +02:00
|
|
|
"winnow",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-odb"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.52.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "d0446eca295459deb3d6dd6ed7d44a631479f1b7381d8087166605c7a9f717c6"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-date",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-object",
|
|
|
|
"gix-pack",
|
|
|
|
"gix-path",
|
|
|
|
"gix-quote",
|
|
|
|
"parking_lot",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-pack"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.42.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "be19ee650300d7cbac5829b637685ec44a8d921a7c2eaff8a245d8f2f008870c"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"clru",
|
|
|
|
"gix-chunk",
|
|
|
|
"gix-features",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"memmap2",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-path"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.10.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-trace",
|
2023-04-28 18:09:20 +02:00
|
|
|
"home",
|
|
|
|
"once_cell",
|
2023-04-13 11:55:52 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-quote"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.4.7"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"btoi",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-ref"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.36.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "3cccbfa8d5cd9b86465f27a521e0c017de54b92d9fd37c143e49c658a2f04f3a"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-actor",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-date",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-features",
|
2023-04-28 18:09:20 +02:00
|
|
|
"gix-fs",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-hash",
|
|
|
|
"gix-lock",
|
|
|
|
"gix-object",
|
|
|
|
"gix-path",
|
|
|
|
"gix-tempfile",
|
|
|
|
"gix-validate",
|
|
|
|
"memmap2",
|
|
|
|
"thiserror",
|
2023-09-12 12:41:53 +02:00
|
|
|
"winnow",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-refspec"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.17.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "678ba30d95baa5462df9875628ed40655d5f5b8aba7028de86ed57f36e762c6c"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-revision",
|
|
|
|
"gix-validate",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revision"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.21.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "b3e80a5992ae446fe1745dd26523b86084e3f1b6b3e35377fe09b4f35ac8f151"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-revwalk",
|
2023-09-12 12:41:53 +02:00
|
|
|
"gix-trace",
|
2023-07-04 09:49:24 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-revwalk"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.7.0"
|
2023-07-04 09:49:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "b806349bc1f668e09035800e07ac8045da4e39a8925a245d93142c4802224ec1"
|
2023-07-04 09:49:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
|
|
|
"smallvec",
|
2023-04-13 11:55:52 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-sec"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.10.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"bitflags 2.3.3",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-path",
|
|
|
|
"libc",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gix-tempfile"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "9.0.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "2762b91ff95e27ff3ea95758c0d4efacd7435a1be3629622928b8276de0f72a8"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-fs",
|
2023-04-13 11:55:52 +02:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"tempfile",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
2023-07-04 09:49:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gix-trace"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.1.3"
|
2023-07-04 09:49:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836"
|
2023-07-04 09:49:24 +02:00
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "gix-traverse"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.32.0"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "3ec6358f8373fb018af8fc96c9d2ec6a5b66999e2377dc40b7801351fec409ed"
|
2020-09-12 14:01:59 +02:00
|
|
|
dependencies = [
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-commitgraph",
|
|
|
|
"gix-date",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix-hash",
|
|
|
|
"gix-hashtable",
|
|
|
|
"gix-object",
|
2023-07-04 09:49:24 +02:00
|
|
|
"gix-revwalk",
|
|
|
|
"smallvec",
|
2023-04-13 11:55:52 +02:00
|
|
|
"thiserror",
|
2020-09-12 14:01:59 +02:00
|
|
|
]
|
|
|
|
|
2021-03-22 12:46:10 +01:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "gix-url"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.23.0"
|
2021-03-22 12:46:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "1c79d595b99a6c7ab274f3c991735a0c0f5a816a3da460f513c48edf1c7bf2cc"
|
2021-03-22 12:46:10 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"bstr",
|
|
|
|
"gix-features",
|
|
|
|
"gix-path",
|
|
|
|
"home",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
2019-07-18 17:13:53 +02:00
|
|
|
]
|
|
|
|
|
2023-04-28 18:09:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gix-utils"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.1.5"
|
2023-04-28 18:09:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f"
|
2023-04-28 18:09:20 +02:00
|
|
|
dependencies = [
|
2023-07-21 13:01:52 +02:00
|
|
|
"fastrand",
|
2023-04-28 18:09:20 +02:00
|
|
|
]
|
|
|
|
|
2021-02-10 18:04:57 +01:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "gix-validate"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.8.0"
|
2021-02-10 18:04:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5"
|
2021-02-10 18:04:57 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"bstr",
|
|
|
|
"thiserror",
|
2021-02-10 18:04:57 +01:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.3.20"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-02-26 16:04:58 +01:00
|
|
|
"tokio",
|
2022-06-16 13:34:20 +02:00
|
|
|
"tokio-util",
|
2021-02-26 16:28:04 +01:00
|
|
|
"tracing",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.12.3"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
2022-02-26 16:02:08 +01:00
|
|
|
|
2021-02-26 16:28:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-07-04 09:49:24 +02:00
|
|
|
version = "0.14.0"
|
2021-02-26 16:28:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 09:49:24 +02:00
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
2021-02-26 16:28:04 +01:00
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hoc"
|
2023-05-04 12:38:13 +02:00
|
|
|
version = "0.35.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-02-26 15:51:35 +01:00
|
|
|
"actix-rt",
|
2020-02-12 20:08:24 +01:00
|
|
|
"actix-web",
|
2023-04-13 11:55:52 +02:00
|
|
|
"anyhow",
|
2021-09-03 13:13:03 +02:00
|
|
|
"awc",
|
2022-09-28 10:43:49 +02:00
|
|
|
"badgers",
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-11-24 19:06:18 +01:00
|
|
|
"config",
|
2022-08-31 11:09:23 +02:00
|
|
|
"dotenvy",
|
2020-02-12 20:08:24 +01:00
|
|
|
"futures",
|
2023-02-09 05:04:37 +01:00
|
|
|
"git2",
|
2020-02-12 20:08:24 +01:00
|
|
|
"lazy_static",
|
2022-08-21 13:47:07 +02:00
|
|
|
"mime",
|
2020-02-12 20:08:24 +01:00
|
|
|
"number_prefix",
|
|
|
|
"openssl-probe",
|
|
|
|
"reqwest",
|
|
|
|
"ructe",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2020-02-12 20:08:24 +01:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2020-05-15 12:15:18 +02:00
|
|
|
"tempfile",
|
2021-03-22 12:46:10 +01:00
|
|
|
"tokio",
|
2020-10-30 16:40:35 +01:00
|
|
|
"tracing",
|
|
|
|
"tracing-actix-web",
|
2021-03-22 12:46:10 +01:00
|
|
|
"tracing-bunyan-formatter",
|
2020-10-30 16:40:35 +01:00
|
|
|
"tracing-futures",
|
2021-03-22 12:46:10 +01:00
|
|
|
"tracing-log",
|
2020-10-30 16:40:35 +01:00
|
|
|
"tracing-subscriber",
|
2020-02-12 20:08:24 +01:00
|
|
|
"vergen",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.5.5"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.2.9"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"fnv",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2019-05-19 13:56:23 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "0.4.5"
|
2019-05-19 13:56:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2019-05-19 13:56:23 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"http",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.8.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2021-02-11 11:10:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "1.0.2"
|
2021-02-11 11:10:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-02-11 11:10:09 +01:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.14.27"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-02-26 16:04:58 +01:00
|
|
|
"h2",
|
2020-02-12 20:08:24 +01:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2021-02-11 11:10:09 +01:00
|
|
|
"httpdate",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
2023-08-10 06:27:17 +02:00
|
|
|
"socket2 0.4.9",
|
2021-02-26 16:04:58 +01:00
|
|
|
"tokio",
|
2020-02-12 20:08:24 +01:00
|
|
|
"tower-service",
|
2021-02-11 11:10:09 +01:00
|
|
|
"tracing",
|
2020-02-12 20:08:24 +01:00
|
|
|
"want",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-04-21 20:44:29 +02:00
|
|
|
name = "hyper-tls"
|
2021-09-03 13:13:03 +02:00
|
|
|
version = "0.5.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 13:13:03 +02:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
2021-02-26 16:04:58 +01:00
|
|
|
"tokio",
|
2021-09-03 13:13:03 +02:00
|
|
|
"tokio-native-tls",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2019-08-29 06:26:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.4.0"
|
2019-08-29 06:26:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2019-08-29 06:26:47 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-29 06:26:47 +02:00
|
|
|
]
|
|
|
|
|
2023-08-30 09:50:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "impl-more"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.9.3"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2019-11-14 05:21:38 +01:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"autocfg",
|
2023-04-13 11:55:52 +02:00
|
|
|
"hashbrown 0.12.3",
|
2021-02-26 16:28:04 +01:00
|
|
|
]
|
|
|
|
|
2020-09-11 19:40:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.8.0"
|
2020-09-11 19:40:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2020-09-11 19:40:12 +02:00
|
|
|
|
2019-04-23 18:19:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-07-24 06:06:44 +02:00
|
|
|
version = "0.11.0"
|
2019-04-23 18:19:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:06:44 +02:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2019-04-23 18:19:35 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"either",
|
2019-04-23 18:19:35 +02:00
|
|
|
]
|
|
|
|
|
2021-12-14 05:14:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.8"
|
2021-12-14 05:14:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
|
2021-12-14 05:14:56 +01:00
|
|
|
|
2020-02-12 20:17:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.26"
|
2020-02-12 20:17:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2020-02-12 20:17:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-02-12 19:45:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.3.64"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2020-02-12 19:45:18 +01:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"wasm-bindgen",
|
2020-02-12 19:45:18 +01:00
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "json5"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2021-09-03 13:13:03 +02:00
|
|
|
version = "0.3.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 13:13:03 +02:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-28 20:18:32 +02:00
|
|
|
version = "1.4.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-12 20:08:24 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-28 07:00:35 +02:00
|
|
|
version = "0.2.147"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 07:00:35 +02:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-08-30 09:36:16 +02:00
|
|
|
version = "0.16.1+1.7.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-30 09:36:16 +02:00
|
|
|
checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2023-04-14 06:59:18 +02:00
|
|
|
version = "0.3.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 06:59:18 +02:00
|
|
|
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.1.9"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.5.6"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2023-07-21 13:01:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
|
|
|
|
2021-09-03 13:13:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "0.1.3"
|
2021-09-03 13:13:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
|
2021-09-03 13:13:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "0.1.3"
|
2021-09-03 13:13:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
|
2021-09-03 13:13:03 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.4.10"
|
2019-07-18 17:13:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2019-07-18 17:13:53 +02:00
|
|
|
dependencies = [
|
2022-06-16 13:34:20 +02:00
|
|
|
"autocfg",
|
2020-02-12 20:08:24 +01:00
|
|
|
"scopeguard",
|
2019-07-18 17:13:53 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.4.19"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2020-10-30 16:40:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-10-27 20:53:34 +02:00
|
|
|
version = "0.1.0"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 20:53:34 +02:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2019-04-23 18:19:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
2019-11-07 05:22:25 +01:00
|
|
|
version = "0.7.0"
|
2019-04-23 18:19:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-12 20:08:24 +01:00
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "2.5.0"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2019-04-21 20:44:29 +02:00
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-07-04 09:49:24 +02:00
|
|
|
version = "0.7.1"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 09:49:24 +02:00
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-21 06:02:57 +01:00
|
|
|
version = "0.3.17"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 06:02:57 +01:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2022-02-07 05:19:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.7.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-02-26 16:28:04 +01:00
|
|
|
"adler",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2022-01-29 21:18:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.8.8"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-16 13:34:20 +02:00
|
|
|
"wasi",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.2.11"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2021-03-29 12:56:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "7.1.3"
|
2021-03-29 12:56:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-03-29 12:56:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-02-07 05:19:19 +01:00
|
|
|
"minimal-lexical",
|
2021-09-03 13:13:03 +02:00
|
|
|
]
|
|
|
|
|
2022-10-07 09:11:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.16.0"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-04-13 11:55:52 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"hermit-abi",
|
2023-04-13 11:55:52 +02:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"libc",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2019-04-30 14:18:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2020-05-01 13:11:21 +02:00
|
|
|
version = "0.4.0"
|
2019-04-30 14:18:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-01 13:11:21 +02:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2019-05-01 13:38:57 +02:00
|
|
|
|
2023-06-28 07:00:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.31.1"
|
2023-06-28 07:00:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
2023-06-28 07:00:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-11 06:19:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.18.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-02-26 16:02:08 +01:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-06-22 00:56:31 +02:00
|
|
|
version = "0.10.55"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-22 00:56:31 +02:00
|
|
|
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2023-04-28 18:09:20 +02:00
|
|
|
"bitflags 1.3.2",
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2020-02-12 20:08:24 +01:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-09-14 13:03:18 +02:00
|
|
|
"once_cell",
|
2022-06-16 13:34:20 +02:00
|
|
|
"openssl-macros",
|
2020-02-12 20:08:24 +01:00
|
|
|
"openssl-sys",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2022-06-16 13:34:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.1"
|
2022-06-16 13:34:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-06-16 13:34:20 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2022-06-16 13:34:20 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-13 05:12:15 +01:00
|
|
|
version = "0.1.5"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 05:12:15 +01:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-06-22 00:56:31 +02:00
|
|
|
version = "0.9.90"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-22 00:56:31 +02:00
|
|
|
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
2022-04-04 06:17:51 +02:00
|
|
|
version = "0.4.3"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-04 06:17:51 +02:00
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
2023-04-13 11:55:52 +02:00
|
|
|
"hashbrown 0.12.3",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
2022-10-07 09:11:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2019-05-14 01:12:43 +02:00
|
|
|
[[package]]
|
2020-07-27 06:16:38 +02:00
|
|
|
name = "owned_ttf_parser"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.19.0"
|
2019-05-14 01:12:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4"
|
2019-05-14 01:12:43 +02:00
|
|
|
dependencies = [
|
2020-07-27 06:16:38 +02:00
|
|
|
"ttf-parser",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "0.12.1"
|
2019-05-19 13:56:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2019-05-19 13:56:23 +02:00
|
|
|
dependencies = [
|
2021-02-26 15:51:35 +01:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2019-05-19 13:56:23 +02:00
|
|
|
]
|
|
|
|
|
2019-07-18 17:13:53 +02:00
|
|
|
[[package]]
|
2019-05-19 13:56:23 +02:00
|
|
|
name = "parking_lot_core"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.9.8"
|
2019-07-18 17:13:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2019-07-18 17:13:53 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2020-02-12 20:08:24 +01:00
|
|
|
"libc",
|
2023-07-04 10:00:22 +02:00
|
|
|
"redox_syscall 0.3.5",
|
2020-02-12 20:08:24 +01:00
|
|
|
"smallvec",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-targets",
|
2019-07-18 17:13:53 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2021-09-03 13:13:03 +02:00
|
|
|
name = "paste"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.13"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
|
2019-05-19 13:56:23 +02:00
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2019-05-19 13:56:23 +02:00
|
|
|
[[package]]
|
2021-09-03 13:13:03 +02:00
|
|
|
name = "percent-encoding"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.3.0"
|
2019-05-19 13:56:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2020-10-26 05:17:33 +01:00
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.7.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"thiserror",
|
2022-02-26 16:02:08 +01:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.7.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.7.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.7.0"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"once_cell",
|
2022-02-26 16:02:08 +01:00
|
|
|
"pest",
|
2023-04-13 11:55:52 +02:00
|
|
|
"sha2",
|
2022-02-26 16:02:08 +01:00
|
|
|
]
|
|
|
|
|
2020-10-26 05:17:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.1.2"
|
2020-10-26 05:17:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
|
2020-10-26 05:17:33 +01:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-internal",
|
2019-07-18 17:13:53 +02:00
|
|
|
]
|
|
|
|
|
2020-10-26 05:17:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.1.2"
|
2020-10-26 05:17:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
|
2020-10-26 05:17:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2020-10-26 05:17:33 +01:00
|
|
|
]
|
|
|
|
|
2020-11-23 11:57:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-10 06:27:17 +02:00
|
|
|
version = "0.2.12"
|
2020-11-23 11:57:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-10 06:27:17 +02:00
|
|
|
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
|
2020-11-23 11:57:41 +01:00
|
|
|
|
2019-08-29 06:26:47 +02:00
|
|
|
[[package]]
|
2019-12-26 05:20:46 +01:00
|
|
|
name = "pin-utils"
|
2020-05-11 06:19:54 +02:00
|
|
|
version = "0.1.0"
|
2019-08-29 06:26:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-11 06:19:54 +02:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-08-29 06:26:47 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.3.27"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2019-07-18 17:13:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.2.17"
|
2019-07-18 17:13:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-07-18 17:13:53 +02:00
|
|
|
|
2019-08-28 09:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-04 06:19:15 +02:00
|
|
|
version = "1.0.63"
|
2019-08-28 09:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 06:19:15 +02:00
|
|
|
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
2019-08-28 09:23:42 +02:00
|
|
|
dependencies = [
|
2022-06-16 13:34:20 +02:00
|
|
|
"unicode-ident",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "prodash"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "26.2.2"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf"
|
2023-04-13 11:55:52 +02:00
|
|
|
|
2019-08-28 09:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-07-04 06:19:15 +02:00
|
|
|
version = "1.0.29"
|
2019-08-28 09:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 06:19:15 +02:00
|
|
|
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
2019-08-28 09:23:42 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
2019-08-28 09:23:42 +02:00
|
|
|
]
|
|
|
|
|
2021-02-10 18:04:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-17 12:01:16 +01:00
|
|
|
version = "0.8.5"
|
2021-02-10 18:04:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 12:01:16 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-02-10 18:04:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-09-03 13:13:03 +02:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-02-10 18:04:57 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-09-14 13:03:18 +02:00
|
|
|
version = "0.3.1"
|
2021-02-10 18:04:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-14 13:03:18 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-10 18:04:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-09-03 13:13:03 +02:00
|
|
|
"rand_core",
|
2021-02-10 18:04:57 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.6.4"
|
2021-02-10 18:04:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-02-10 18:04:57 +01:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"getrandom",
|
2021-02-10 18:04:57 +01:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.2.16"
|
2021-02-10 18:04:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-02-10 18:04:57 +01:00
|
|
|
dependencies = [
|
2023-04-28 18:09:20 +02:00
|
|
|
"bitflags 1.3.2",
|
2021-02-10 18:04:57 +01:00
|
|
|
]
|
|
|
|
|
2023-04-13 11:37:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-04-28 18:09:20 +02:00
|
|
|
"bitflags 1.3.2",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.8.4"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-07-04 10:00:22 +02:00
|
|
|
"regex-syntax 0.7.2",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2020-10-30 16:40:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-09-14 13:03:18 +02:00
|
|
|
version = "0.1.10"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-14 13:03:18 +02:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"regex-syntax 0.6.29",
|
2020-10-30 16:40:35 +01:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.6.29"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2023-07-04 10:00:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-07 12:31:04 +02:00
|
|
|
version = "0.11.22"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 12:31:04 +02:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2020-02-12 20:08:24 +01:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"base64 0.21.2",
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-11 12:10:15 +01:00
|
|
|
"h2",
|
2020-02-12 20:08:24 +01:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
2020-09-11 19:40:12 +02:00
|
|
|
"ipnet",
|
2020-02-12 20:08:24 +01:00
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-09-21 06:15:07 +02:00
|
|
|
"once_cell",
|
2020-02-12 20:08:24 +01:00
|
|
|
"percent-encoding",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2021-10-19 06:17:43 +02:00
|
|
|
"serde_json",
|
2020-11-30 05:17:12 +01:00
|
|
|
"serde_urlencoded",
|
2023-10-03 06:59:56 +02:00
|
|
|
"system-configuration",
|
2021-02-26 16:04:58 +01:00
|
|
|
"tokio",
|
2021-09-03 13:13:03 +02:00
|
|
|
"tokio-native-tls",
|
2022-06-14 06:22:08 +02:00
|
|
|
"tower-service",
|
2020-02-12 20:08:24 +01:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2021-09-03 13:13:03 +02:00
|
|
|
"winreg",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-08-30 09:50:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "0.7.1"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"base64 0.13.1",
|
2023-04-28 18:09:20 +02:00
|
|
|
"bitflags 1.3.2",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-04-23 18:19:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ructe"
|
2023-07-24 06:06:44 +02:00
|
|
|
version = "0.17.0"
|
2019-04-23 18:19:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:06:44 +02:00
|
|
|
checksum = "9b0a930679d54e46fa4e66be3d9a333026da04d2b659e42aab4dfd1586452815"
|
2019-04-23 18:19:35 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"base64 0.21.2",
|
2020-02-12 20:08:24 +01:00
|
|
|
"bytecount",
|
|
|
|
"itertools",
|
|
|
|
"md5",
|
2022-08-21 13:47:07 +02:00
|
|
|
"mime",
|
2022-02-26 16:02:08 +01:00
|
|
|
"nom",
|
2019-04-23 18:19:35 +02:00
|
|
|
]
|
|
|
|
|
2020-11-24 19:06:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
2022-04-04 06:17:51 +02:00
|
|
|
version = "0.18.0"
|
2020-11-24 19:06:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-04 06:17:51 +02:00
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"ordered-multimap",
|
|
|
|
]
|
2020-11-24 19:06:18 +01:00
|
|
|
|
2023-06-28 07:00:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "0.4.0"
|
2021-09-14 13:03:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-09-14 13:03:18 +02:00
|
|
|
dependencies = [
|
2022-01-29 21:18:50 +01:00
|
|
|
"semver",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-07-21 13:01:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.3.3",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-09-12 12:41:53 +02:00
|
|
|
"linux-raw-sys",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2023-03-06 12:27:47 +01:00
|
|
|
]
|
|
|
|
|
2023-08-30 09:50:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-03-29 12:12:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "1.0.14"
|
2021-03-29 12:12:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2021-03-29 12:12:46 +02:00
|
|
|
|
2019-07-19 16:40:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.14"
|
2023-04-13 11:55:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
|
2023-04-13 11:55:52 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.1.22"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-05-19 13:56:23 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-07-23 06:19:01 +02:00
|
|
|
version = "1.1.0"
|
2019-05-19 13:56:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-23 06:19:01 +02:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-05-19 13:56:23 +02:00
|
|
|
|
2023-08-30 09:50:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.9.1"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2023-04-28 18:09:20 +02:00
|
|
|
"bitflags 1.3.2",
|
2020-02-12 20:08:24 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.9.0"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"core-foundation-sys",
|
2021-02-26 16:28:04 +01:00
|
|
|
"libc",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.0.17"
|
2021-09-14 13:03:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2021-09-14 13:03:18 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-13 06:28:50 +02:00
|
|
|
version = "1.0.189"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 06:28:50 +02:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
2020-11-24 19:06:18 +01:00
|
|
|
dependencies = [
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde_derive",
|
2020-11-24 19:06:18 +01:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-13 06:28:50 +02:00
|
|
|
version = "1.0.189"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 06:28:50 +02:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-14 06:11:28 +02:00
|
|
|
version = "1.0.107"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 06:11:28 +02:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2020-02-12 20:08:24 +01:00
|
|
|
"ryu",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2020-11-24 19:06:18 +01:00
|
|
|
]
|
|
|
|
|
2020-11-23 11:57:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "0.7.1"
|
2020-11-23 11:57:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-11-23 11:57:41 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2020-11-23 11:57:41 +01:00
|
|
|
"ryu",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-02-26 16:02:08 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2020-11-23 11:57:41 +01:00
|
|
|
]
|
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.10.7"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2020-09-12 14:01:59 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2021-09-14 13:03:18 +02:00
|
|
|
"cpufeatures",
|
2023-04-13 11:55:52 +02:00
|
|
|
"digest",
|
2020-09-12 14:01:59 +02:00
|
|
|
]
|
|
|
|
|
2020-10-30 16:40:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "0.1.4"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2019-05-01 13:38:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.4.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"libc",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.4.8"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-10-07 09:11:06 +02:00
|
|
|
version = "1.10.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-07 09:11:06 +02:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-04-13 11:21:30 +02:00
|
|
|
version = "0.4.9"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:21:30 +02:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"libc",
|
2021-09-03 13:13:03 +02:00
|
|
|
"winapi",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-08-10 06:27:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-08-30 09:50:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.0.109"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-16 13:34:20 +02:00
|
|
|
"unicode-ident",
|
2019-08-28 09:23:42 +02:00
|
|
|
]
|
|
|
|
|
2023-03-20 13:19:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-08-01 07:01:26 +02:00
|
|
|
version = "2.0.28"
|
2023-03-20 13:19:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 07:01:26 +02:00
|
|
|
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
2023-03-20 13:19:56 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-10-03 06:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-08-21 06:07:26 +02:00
|
|
|
version = "3.8.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-21 06:07:26 +02:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2023-07-21 13:01:52 +02:00
|
|
|
"fastrand",
|
2023-04-13 11:37:12 +02:00
|
|
|
"redox_syscall 0.3.5",
|
2023-09-12 12:41:53 +02:00
|
|
|
"rustix",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2023-04-13 11:55:52 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.1.7"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"cfg-if",
|
2021-02-26 16:28:04 +01:00
|
|
|
"once_cell",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.3.28"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
|
2020-09-12 14:01:59 +02:00
|
|
|
dependencies = [
|
2023-09-12 12:41:53 +02:00
|
|
|
"deranged",
|
2022-02-17 12:01:16 +01:00
|
|
|
"itoa",
|
2023-04-13 11:55:52 +02:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-12-23 05:05:04 +01:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2020-09-12 14:01:59 +02:00
|
|
|
"time-macros",
|
2021-11-25 05:15:50 +01:00
|
|
|
]
|
|
|
|
|
2022-12-23 05:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.1.1"
|
2022-12-23 05:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2022-12-23 05:05:04 +01:00
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "0.2.14"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
|
2022-12-23 05:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2020-09-12 14:01:59 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-06-16 13:34:20 +02:00
|
|
|
version = "1.6.0"
|
2020-10-27 09:07:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 13:34:20 +02:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-10-27 09:07:18 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.1"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-09-12 14:01:59 +02:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-10-10 06:10:35 +02:00
|
|
|
version = "1.33.0"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 06:10:35 +02:00
|
|
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2023-06-28 07:00:35 +02:00
|
|
|
"backtrace",
|
2021-09-03 13:13:03 +02:00
|
|
|
"bytes",
|
2020-02-12 20:08:24 +01:00
|
|
|
"libc",
|
2022-02-17 05:17:06 +01:00
|
|
|
"mio",
|
2021-09-03 13:13:03 +02:00
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
2020-02-12 20:08:24 +01:00
|
|
|
"signal-hook-registry",
|
2023-08-10 06:27:17 +02:00
|
|
|
"socket2 0.5.3",
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-sys",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-05-19 13:56:23 +02:00
|
|
|
[[package]]
|
2021-09-03 13:13:03 +02:00
|
|
|
name = "tokio-native-tls"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.1"
|
2019-05-19 13:56:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2019-05-19 13:56:23 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"native-tls",
|
2021-02-26 16:04:58 +01:00
|
|
|
"tokio",
|
2019-05-19 13:56:23 +02:00
|
|
|
]
|
|
|
|
|
2020-04-04 13:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.7.8"
|
2022-02-16 05:16:16 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2022-02-16 05:16:16 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-06-16 13:34:20 +02:00
|
|
|
"tracing",
|
2022-02-16 05:16:16 +01:00
|
|
|
]
|
|
|
|
|
2020-11-24 19:06:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.5.11"
|
2020-11-24 19:06:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2020-11-24 19:06:18 +01:00
|
|
|
dependencies = [
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2020-11-24 19:06:18 +01:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "tower-service"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2020-10-30 16:40:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-19 06:56:26 +02:00
|
|
|
version = "0.1.40"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 06:56:26 +02:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
2021-02-26 16:04:58 +01:00
|
|
|
"log",
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project-lite",
|
2020-10-30 16:40:35 +01:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-actix-web"
|
2023-10-02 07:00:42 +02:00
|
|
|
version = "0.7.7"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 07:00:42 +02:00
|
|
|
checksum = "94982c2ad939d5d0bfd71c2f9b7ed273c72348485c72bb87bb4db6bd69df10cb"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
2021-10-11 06:24:00 +02:00
|
|
|
"pin-project",
|
2020-10-30 16:40:35 +01:00
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-16 06:16:06 +02:00
|
|
|
version = "0.1.27"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 06:16:06 +02:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2020-10-30 16:40:35 +01:00
|
|
|
]
|
|
|
|
|
2021-03-22 12:46:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-bunyan-formatter"
|
2023-08-16 06:37:22 +02:00
|
|
|
version = "0.3.9"
|
2021-03-22 12:46:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 06:37:22 +02:00
|
|
|
checksum = "b5c266b9ac83dedf0e0385ad78514949e6d89491269e7065bee51d2bb8ec7373"
|
2021-03-22 12:46:10 +01:00
|
|
|
dependencies = [
|
2023-04-13 11:55:52 +02:00
|
|
|
"ahash 0.8.3",
|
2021-03-22 12:46:10 +01:00
|
|
|
"gethostname",
|
|
|
|
"log",
|
2022-02-26 16:02:08 +01:00
|
|
|
"serde",
|
2021-03-22 12:46:10 +01:00
|
|
|
"serde_json",
|
2022-03-10 05:16:17 +01:00
|
|
|
"time",
|
2021-03-22 12:46:10 +01:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-10-30 16:40:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-16 06:16:06 +02:00
|
|
|
version = "0.1.32"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 06:16:06 +02:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
2022-06-16 13:34:20 +02:00
|
|
|
"once_cell",
|
2022-02-04 05:16:40 +01:00
|
|
|
"valuable",
|
2020-10-30 16:40:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-02-26 15:31:17 +01:00
|
|
|
version = "0.2.5"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-26 15:31:17 +01:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"pin-project",
|
2020-10-30 16:40:35 +01:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-04-22 06:14:49 +02:00
|
|
|
version = "0.1.3"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 06:14:49 +02:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-04-24 07:01:10 +02:00
|
|
|
version = "0.3.17"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 07:01:10 +02:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-10-07 09:11:06 +02:00
|
|
|
"nu-ansi-term",
|
2022-07-04 06:17:13 +02:00
|
|
|
"once_cell",
|
2020-10-30 16:40:35 +01:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-04-21 20:44:29 +02:00
|
|
|
name = "try-lock"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.2.4"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2020-07-27 06:16:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.19.1"
|
2020-07-27 06:16:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33"
|
2020-07-27 06:16:38 +02:00
|
|
|
|
2020-09-12 14:01:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "1.16.0"
|
2020-09-12 14:01:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2020-09-12 14:01:59 +02:00
|
|
|
|
2022-02-26 16:02:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.5"
|
2022-02-26 16:02:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2022-02-26 16:02:08 +01:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
2019-04-16 16:57:06 +02:00
|
|
|
name = "unicode-bidi"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bom"
|
2023-04-28 18:09:20 +02:00
|
|
|
version = "2.0.2"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 18:09:20 +02:00
|
|
|
checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552"
|
2022-06-16 13:34:20 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.0.10"
|
2022-06-16 13:34:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
|
2019-04-21 20:44:29 +02:00
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.1.22"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-02-26 16:28:04 +01:00
|
|
|
"tinyvec",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2023-08-30 09:50:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2019-05-14 01:12:43 +02:00
|
|
|
[[package]]
|
2019-04-16 16:57:06 +02:00
|
|
|
name = "url"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "2.4.0"
|
2019-05-14 01:12:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2019-05-14 01:12:43 +02:00
|
|
|
dependencies = [
|
2020-11-23 11:57:41 +01:00
|
|
|
"form_urlencoded",
|
2020-02-12 20:08:24 +01:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2019-05-14 01:12:43 +02:00
|
|
|
]
|
|
|
|
|
2020-10-30 16:40:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "1.4.0"
|
2020-10-30 16:40:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
|
2020-10-30 16:40:35 +01:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"getrandom",
|
2020-10-30 16:40:35 +01:00
|
|
|
]
|
|
|
|
|
2022-02-04 05:16:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-09-14 13:03:18 +02:00
|
|
|
version = "0.2.15"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-14 13:03:18 +02:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
2019-04-23 18:19:35 +02:00
|
|
|
name = "vergen"
|
2023-09-12 12:41:53 +02:00
|
|
|
version = "8.2.5"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 12:41:53 +02:00
|
|
|
checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-03-29 12:12:46 +02:00
|
|
|
"anyhow",
|
2023-04-13 11:55:52 +02:00
|
|
|
"gix",
|
2021-03-29 12:12:46 +02:00
|
|
|
"rustversion",
|
2023-04-13 11:55:52 +02:00
|
|
|
"time",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-29 21:18:50 +01:00
|
|
|
version = "0.9.4"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-29 21:18:50 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2019-04-21 20:44:29 +02:00
|
|
|
name = "want"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.3.1"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"try-lock",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2022-04-28 06:13:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "wasm-bindgen"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.87"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2020-02-12 20:08:24 +01:00
|
|
|
"wasm-bindgen-macro",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2019-05-14 01:12:43 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "wasm-bindgen-backend"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.87"
|
2019-05-14 01:12:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2019-05-14 01:12:43 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-04-13 11:55:52 +02:00
|
|
|
"once_cell",
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2020-02-12 20:08:24 +01:00
|
|
|
"wasm-bindgen-shared",
|
2019-05-14 01:12:43 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "wasm-bindgen-futures"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.4.37"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cfg-if",
|
2020-02-12 20:08:24 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2019-08-29 06:26:47 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "wasm-bindgen-macro"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.87"
|
2019-08-29 06:26:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2019-08-29 06:26:47 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-08-29 06:26:47 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.87"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-01 07:01:26 +02:00
|
|
|
"syn 2.0.28",
|
2020-02-12 20:08:24 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
2020-02-12 19:45:18 +01:00
|
|
|
name = "wasm-bindgen-shared"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.2.87"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2019-04-21 20:44:29 +02:00
|
|
|
[[package]]
|
2020-11-23 11:57:41 +01:00
|
|
|
name = "web-sys"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.3.64"
|
2019-04-21 20:44:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2019-04-21 20:44:29 +02:00
|
|
|
dependencies = [
|
2020-11-23 11:57:41 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-04-21 20:44:29 +02:00
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-02-26 16:28:04 +01:00
|
|
|
version = "0.3.9"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-26 16:28:04 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2020-02-12 20:08:24 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-12 20:08:24 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2023-04-13 11:55:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-12 20:08:24 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
2022-02-17 05:17:06 +01:00
|
|
|
[[package]]
|
2023-04-13 11:55:52 +02:00
|
|
|
name = "windows"
|
2023-04-28 18:09:20 +02:00
|
|
|
version = "0.48.0"
|
2022-02-17 05:17:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 18:09:20 +02:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2022-02-17 05:17:06 +01:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-targets",
|
2023-04-13 11:37:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows-targets",
|
2022-12-18 09:40:00 +01:00
|
|
|
]
|
|
|
|
|
2023-04-13 11:37:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-07-04 10:00:22 +02:00
|
|
|
version = "0.48.1"
|
2023-04-13 11:37:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 10:00:22 +02:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-04-13 11:37:12 +02:00
|
|
|
dependencies = [
|
2023-07-04 10:00:22 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-04-13 11:37:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-09-12 12:41:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-04-16 16:57:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-08-27 15:20:30 +02:00
|
|
|
version = "0.50.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 15:20:30 +02:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2023-08-27 15:20:30 +02:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
2021-09-03 13:13:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2020-07-17 13:13:46 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"linked-hash-map",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-03 13:13:03 +02:00
|
|
|
name = "zstd"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "0.12.3+zstd.1.5.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
|
2019-04-16 16:57:06 +02:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"zstd-safe",
|
2019-04-16 16:57:06 +02:00
|
|
|
]
|
2020-11-24 19:06:18 +01:00
|
|
|
|
2021-03-29 12:56:11 +02:00
|
|
|
[[package]]
|
2021-09-03 13:13:03 +02:00
|
|
|
name = "zstd-safe"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "6.0.5+zstd.1.5.4"
|
2021-03-29 12:56:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
|
2021-09-03 13:13:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
2021-03-29 12:56:11 +02:00
|
|
|
|
2020-11-24 19:06:18 +01:00
|
|
|
[[package]]
|
2021-09-03 13:13:03 +02:00
|
|
|
name = "zstd-sys"
|
2023-04-13 11:55:52 +02:00
|
|
|
version = "2.0.8+zstd.1.5.5"
|
2020-11-24 19:06:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 11:55:52 +02:00
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
2020-11-24 19:06:18 +01:00
|
|
|
dependencies = [
|
2021-09-03 13:13:03 +02:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-04-13 11:55:52 +02:00
|
|
|
"pkg-config",
|
2020-11-24 19:06:18 +01:00
|
|
|
]
|