2019-02-12 15:01:02 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-24 20:25:22 +01:00
|
|
|
version = 3
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.24.2"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2024-08-23 22:06:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "0.8.11"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-15 10:41:14 +01:00
|
|
|
"zerocopy",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "1.1.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"memchr",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-09-22 21:30:34 +02:00
|
|
|
version = "2.0.4"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-22 21:30:34 +02:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2021-03-29 10:27:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-09-22 21:30:34 +02:00
|
|
|
version = "0.2.2"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-22 21:30:34 +02:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.2.18"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2023-10-23 00:18:38 +02:00
|
|
|
|
2023-06-03 23:04:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-09-04 23:18:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-28 23:09:51 +01:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2024-01-26 20:19:53 +01:00
|
|
|
version = "0.5.3"
|
2023-02-28 23:09:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 20:19:53 +01:00
|
|
|
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
2023-02-28 23:09:51 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
2023-06-11 18:11:09 +02:00
|
|
|
"cpufeatures",
|
2023-02-28 23:09:51 +01:00
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-06-11 18:11:09 +02:00
|
|
|
version = "1.9.0"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 18:11:09 +02:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2023-10-23 00:18:38 +02:00
|
|
|
"event-listener 2.5.3",
|
2023-02-08 17:13:14 +01:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2023-11-15 10:41:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "2.3.1"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2024-06-19 13:06:58 +02:00
|
|
|
"event-listener-strategy",
|
2023-11-15 10:41:14 +01:00
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "0.4.17"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "1.13.1"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
2024-09-07 10:39:29 +02:00
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
2023-02-08 17:13:14 +01:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2023-12-18 21:45:54 +01:00
|
|
|
version = "2.4.1"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 21:45:54 +01:00
|
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
2024-05-19 20:30:34 +02:00
|
|
|
"async-channel 2.3.1",
|
2023-02-08 17:13:14 +01:00
|
|
|
"async-executor",
|
2024-09-07 10:39:29 +02:00
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-02-08 17:13:14 +01:00
|
|
|
"blocking",
|
2024-09-07 10:39:29 +02:00
|
|
|
"futures-lite",
|
2023-02-08 17:13:14 +01:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-11-15 10:41:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "2.3.4"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
2024-09-07 10:39:29 +02:00
|
|
|
"async-lock",
|
2023-11-15 10:41:14 +01:00
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
2024-09-07 10:39:29 +02:00
|
|
|
"futures-lite",
|
2023-11-15 10:41:14 +01:00
|
|
|
"parking",
|
2024-09-07 10:39:29 +02:00
|
|
|
"polling",
|
|
|
|
"rustix",
|
2023-11-15 10:41:14 +01:00
|
|
|
"slab",
|
|
|
|
"tracing",
|
2024-08-23 22:06:11 +02:00
|
|
|
"windows-sys 0.59.0",
|
2023-11-15 10:41:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "3.4.0"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"event-listener 5.3.1",
|
|
|
|
"event-listener-strategy",
|
2023-11-15 10:41:14 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "2.3.0"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
2024-09-07 10:39:29 +02:00
|
|
|
"async-channel 2.3.1",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-10-23 00:18:38 +02:00
|
|
|
"async-signal",
|
2024-09-07 10:39:29 +02:00
|
|
|
"async-task",
|
2023-02-08 17:13:14 +01:00
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
2024-09-07 10:39:29 +02:00
|
|
|
"event-listener 5.3.1",
|
|
|
|
"futures-lite",
|
|
|
|
"rustix",
|
|
|
|
"tracing",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-signal"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.2.10"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
2024-09-07 10:39:29 +02:00
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-10-23 00:18:38 +02:00
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-09-07 10:39:29 +02:00
|
|
|
"rustix",
|
2023-10-23 00:18:38 +02:00
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
2024-08-23 22:06:11 +02:00
|
|
|
"windows-sys 0.59.0",
|
2023-02-08 17:13:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "1.13.0"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
2023-11-15 10:41:14 +01:00
|
|
|
"async-channel 1.9.0",
|
2023-02-08 17:13:14 +01:00
|
|
|
"async-global-executor",
|
2024-09-07 10:39:29 +02:00
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-02-08 17:13:14 +01:00
|
|
|
"async-process",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-09-07 10:39:29 +02:00
|
|
|
"futures-lite",
|
2023-02-08 17:13:14 +01:00
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.6"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-02-21 22:48:20 +01:00
|
|
|
"pin-project-lite",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.6"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "4.7.1"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2023-02-08 17:13:14 +01:00
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.1.83"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2023-05-26 14:53:13 +02:00
|
|
|
version = "0.5.3"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 14:53:13 +02:00
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "1.1.2"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2023-02-08 17:13:14 +01:00
|
|
|
|
2020-01-10 16:22:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "1.4.0"
|
2020-01-10 16:22:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2020-01-10 16:22:37 +01:00
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.3.74"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-20 12:06:06 +02:00
|
|
|
"miniz_oxide",
|
2023-07-04 20:12:50 +02:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-09-20 12:06:06 +02:00
|
|
|
"windows-targets 0.52.6",
|
2023-07-04 20:12:50 +02:00
|
|
|
]
|
|
|
|
|
2020-10-15 23:44:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-26 21:42:12 +02:00
|
|
|
version = "0.13.1"
|
2020-10-15 23:44:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-26 21:42:12 +02:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-10-15 23:44:35 +02:00
|
|
|
|
2023-01-12 09:45:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-12 20:44:37 +01:00
|
|
|
version = "0.21.7"
|
2023-01-12 09:45:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-12 20:44:37 +01:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-01-12 09:45:52 +01:00
|
|
|
|
2024-04-06 13:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.22.1"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-04-06 13:55:10 +02:00
|
|
|
|
2023-02-28 23:09:51 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2024-01-27 02:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "0.4.5"
|
2024-01-27 02:43:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
|
2024-01-27 02:43:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libm",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "1.3.2"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2023-03-24 22:07:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "2.6.0"
|
2023-03-24 22:07:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-03-24 22:07:50 +01:00
|
|
|
|
2023-02-28 23:09:51 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-15 20:41:12 +01:00
|
|
|
version = "0.10.4"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 20:41:12 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "1.6.1"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
2024-05-19 20:30:34 +02:00
|
|
|
"async-channel 2.3.1",
|
2023-02-08 17:13:14 +01:00
|
|
|
"async-task",
|
2023-10-23 00:18:38 +02:00
|
|
|
"futures-io",
|
2024-09-07 10:39:29 +02:00
|
|
|
"futures-lite",
|
2023-10-23 00:18:38 +02:00
|
|
|
"piper",
|
2023-02-08 17:13:14 +01:00
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "7.0.0"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "4.0.1"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "3.16.0"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-10-23 00:18:38 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "1.19.0"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "1.5.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.8.0"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
2021-01-31 20:07:42 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cached"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.53.1"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "b4d73155ae6b28cf5de4cfc29aeb02b8a1c6dab883cb015d15cd514e42766846"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
2023-11-15 10:41:14 +01:00
|
|
|
"ahash",
|
2022-02-22 20:48:00 +01:00
|
|
|
"async-trait",
|
|
|
|
"cached_proc_macro",
|
|
|
|
"cached_proc_macro_types",
|
|
|
|
"futures",
|
2024-10-11 18:42:40 +02:00
|
|
|
"hashbrown 0.14.5",
|
2022-02-22 20:48:00 +01:00
|
|
|
"once_cell",
|
2022-03-03 21:00:10 +01:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2024-07-24 00:26:39 +02:00
|
|
|
"web-time",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.23.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
2023-01-09 16:49:26 +01:00
|
|
|
"proc-macro2",
|
2022-02-22 20:48:00 +01:00
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro_types"
|
2024-01-26 20:19:53 +01:00
|
|
|
version = "0.1.1"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 20:19:53 +01:00
|
|
|
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
|
2022-02-22 20:48:00 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.1.31"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
2024-08-23 22:06:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-10-15 23:44:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.4.38"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2023-06-03 23:04:45 +02:00
|
|
|
"android-tzdata",
|
2022-09-04 23:18:27 +02:00
|
|
|
"iana-time-zone",
|
2020-01-30 22:11:53 +01:00
|
|
|
"num-traits",
|
2021-03-13 22:02:11 +01:00
|
|
|
"serde",
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows-targets 0.52.6",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-07-08 06:30:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.10.0"
|
2020-07-08 06:30:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6"
|
2020-07-08 06:30:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2021-09-22 20:26:48 +02:00
|
|
|
"chrono-tz-build",
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.4.0"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2020-07-08 06:30:18 +02:00
|
|
|
"parse-zoneinfo",
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_codegen",
|
2020-07-08 06:30:18 +02:00
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chumsky"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "0.9.3"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
2024-10-11 18:42:40 +02:00
|
|
|
"hashbrown 0.14.5",
|
2023-10-23 00:18:38 +02:00
|
|
|
"stacker",
|
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "2.5.0"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-03-24 22:07:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2024-04-06 13:55:10 +02:00
|
|
|
version = "0.18.1"
|
2023-03-24 22:07:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 13:55:10 +02:00
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
2023-03-24 22:07:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
2022-05-20 23:39:47 +02:00
|
|
|
"time",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2021-05-16 15:29:13 +02:00
|
|
|
]
|
|
|
|
|
2024-03-17 14:25:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4934e6b7e8419148b6ef56950d277af8561060b56afd59e2aadf98b59fce6baa"
|
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"cookie",
|
2024-03-17 14:25:49 +01:00
|
|
|
"idna 0.5.0",
|
|
|
|
"log",
|
|
|
|
"publicsuffix",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-04 20:26:11 +01:00
|
|
|
version = "0.9.4"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 20:26:11 +01:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.8.7"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
2021-05-08 17:46:31 +02:00
|
|
|
name = "cpufeatures"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.2.14"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
2021-05-08 17:46:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-02-06 16:49:28 +01:00
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "1.4.2"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-03-29 10:27:58 +02:00
|
|
|
]
|
|
|
|
|
2021-04-03 05:16:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cron"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "0.12.1"
|
2021-04-03 05:16:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07"
|
2021-04-03 05:16:49 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2022-05-04 21:13:05 +02:00
|
|
|
"nom",
|
2021-04-03 05:16:49 +02:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.8.20"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2022-01-30 22:24:42 +01:00
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-31 15:45:31 +02:00
|
|
|
version = "0.1.6"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 15:45:31 +02:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"generic-array",
|
2022-02-07 22:26:22 +01:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.20.10"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.20.10"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.20.10"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "6.1.0"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
2024-06-19 13:06:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2024-10-11 18:42:40 +02:00
|
|
|
"hashbrown 0.14.5",
|
2024-06-19 13:06:58 +02:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "2.6.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-11-22 13:16:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
2023-12-04 20:26:11 +01:00
|
|
|
version = "0.3.1"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 20:26:11 +01:00
|
|
|
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
|
2019-11-22 13:16:12 +01:00
|
|
|
|
2023-06-11 18:11:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-12 20:44:37 +01:00
|
|
|
version = "0.3.11"
|
2023-06-11 18:11:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-12 20:44:37 +01:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-06-11 18:11:09 +02:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
2024-09-01 15:53:03 +02:00
|
|
|
version = "0.4.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-01 15:53:03 +02:00
|
|
|
checksum = "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
2024-09-01 15:53:03 +02:00
|
|
|
version = "0.4.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-01 15:53:03 +02:00
|
|
|
checksum = "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"devise_core",
|
2021-11-07 18:53:39 +01:00
|
|
|
"quote",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
2024-09-01 15:53:03 +02:00
|
|
|
version = "0.4.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-01 15:53:03 +02:00
|
|
|
checksum = "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "2.2.4"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "158fe8e2e68695bd615d7e4f3227c0727b151330d3e253b525086c348d055d5e"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2024-01-27 02:43:26 +01:00
|
|
|
"bigdecimal",
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2020-01-30 22:11:53 +01:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"diesel_derives",
|
2022-05-20 23:39:47 +02:00
|
|
|
"itoa",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libsqlite3-sys",
|
2020-05-31 17:58:06 +02:00
|
|
|
"mysqlclient-sys",
|
2024-01-27 02:43:26 +01:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-05-20 23:39:47 +02:00
|
|
|
"percent-encoding",
|
2020-05-31 17:58:06 +02:00
|
|
|
"pq-sys",
|
2020-01-30 22:11:53 +01:00
|
|
|
"r2d2",
|
2023-05-26 14:53:13 +02:00
|
|
|
"time",
|
2022-05-20 23:39:47 +02:00
|
|
|
"url",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "2.2.3"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2023-05-26 14:53:13 +02:00
|
|
|
"diesel_table_macro_syntax",
|
2024-06-19 13:06:58 +02:00
|
|
|
"dsl_auto_type",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-12-03 18:25:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diesel_logger"
|
2023-06-04 22:14:51 +02:00
|
|
|
version = "0.3.0"
|
2022-12-03 18:25:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-04 22:14:51 +02:00
|
|
|
checksum = "23010b507517129dc9b11fb35f36d76fd2d3dd4c85232733697622e345375f2f"
|
2022-12-03 18:25:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"diesel",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "2.2.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "8a73ce704bad4231f001bff3314d91dce4aba0770cee8b233991859abc15c1f6"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 23:39:47 +02:00
|
|
|
"diesel",
|
2020-01-30 22:11:53 +01:00
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2023-05-26 14:53:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "diesel_table_macro_syntax"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "0.2.0"
|
2023-05-26 14:53:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25"
|
2023-05-26 14:53:13 +02:00
|
|
|
dependencies = [
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2023-05-26 14:53:13 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-26 14:53:13 +02:00
|
|
|
version = "0.10.7"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 14:53:13 +02:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"block-buffer",
|
2022-02-07 22:26:22 +01:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2022-03-20 18:51:24 +01:00
|
|
|
name = "dotenvy"
|
2023-03-22 21:30:07 +01:00
|
|
|
version = "0.15.7"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 21:30:07 +01:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dsl_auto_type"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.1.2"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607"
|
2024-06-19 13:06:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"either",
|
2024-09-20 12:06:06 +02:00
|
|
|
"heck",
|
2024-06-19 13:06:58 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-07 20:25:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "1.13.0"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2021-04-07 20:25:02 +02:00
|
|
|
|
2022-04-23 18:18:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "email-encoding"
|
2024-04-06 13:55:10 +02:00
|
|
|
version = "0.3.0"
|
2022-04-23 18:18:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 13:55:10 +02:00
|
|
|
checksum = "60d1d33cdaede7e24091f039632eb5d3c7469fe5b066a985281a34fc70fa317f"
|
2022-04-23 18:18:15 +02:00
|
|
|
dependencies = [
|
2024-05-19 20:30:34 +02:00
|
|
|
"base64 0.22.1",
|
2022-06-04 14:47:26 +02:00
|
|
|
"memchr",
|
2022-04-23 18:18:15 +02:00
|
|
|
]
|
|
|
|
|
2022-06-04 14:47:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "email_address"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.2.9"
|
2022-06-04 14:47:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
|
2022-10-25 22:21:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-06-04 14:47:26 +02:00
|
|
|
|
2018-02-18 19:14:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "0.8.35"
|
2018-02-18 19:14:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2018-02-18 19:14:25 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2018-02-18 19:14:25 +01:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.6.1"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2024-09-20 12:06:06 +02:00
|
|
|
"heck",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-06-11 18:11:09 +02:00
|
|
|
version = "1.0.1"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 18:11:09 +02:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-04 20:12:50 +02:00
|
|
|
|
2023-03-22 21:30:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.3.9"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-03-22 21:30:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-22 21:30:07 +01:00
|
|
|
]
|
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2022-04-23 18:18:15 +02:00
|
|
|
version = "0.12.4"
|
2018-12-06 20:35:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-23 18:18:15 +02:00
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
2018-12-06 20:35:25 +01:00
|
|
|
dependencies = [
|
2022-04-23 18:18:15 +02:00
|
|
|
"version_check",
|
2018-12-06 20:35:25 +01:00
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "5.3.1"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
2023-12-04 20:26:11 +01:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-02-08 22:16:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.5.2"
|
2024-02-08 22:16:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
2024-02-08 22:16:29 +01:00
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"event-listener 5.3.1",
|
2024-02-08 22:16:29 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-06-11 18:11:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-09-01 15:53:03 +02:00
|
|
|
version = "2.1.1"
|
2023-06-11 18:11:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-01 15:53:03 +02:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
2023-06-11 18:11:09 +02:00
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "0.7.0"
|
2018-12-06 20:35:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "69ff9c9d5fb3e6da8ac2f77ab76fe7e8087d512ce095200f8f29ac5b656cf6dc"
|
2018-12-06 20:35:25 +01:00
|
|
|
dependencies = [
|
2023-09-22 17:03:41 +02:00
|
|
|
"libc",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2023-09-22 17:03:41 +02:00
|
|
|
"reopen",
|
2020-01-30 22:11:53 +01:00
|
|
|
"syslog",
|
2018-12-06 20:35:25 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "figment"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.10.19"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
2023-10-23 00:18:38 +02:00
|
|
|
"atomic 0.6.0",
|
2021-11-07 18:53:39 +01:00
|
|
|
"pear",
|
|
|
|
"serde",
|
2024-06-19 13:06:58 +02:00
|
|
|
"toml",
|
2021-11-07 18:53:39 +01:00
|
|
|
"uncased",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "1.0.34"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-09-20 12:06:06 +02:00
|
|
|
"miniz_oxide",
|
2021-03-29 10:27:58 +02:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-31 17:58:06 +02:00
|
|
|
version = "1.0.7"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-31 17:58:06 +02:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"foreign-types-shared",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-11-07 23:01:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-04 20:26:11 +01:00
|
|
|
version = "1.2.1"
|
2020-11-07 23:01:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 20:26:11 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-11-07 23:01:04 +01:00
|
|
|
dependencies = [
|
2022-05-20 23:39:47 +02:00
|
|
|
"percent-encoding",
|
2020-11-07 23:01:04 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-sink",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2020-03-16 16:32:33 +01:00
|
|
|
name = "futures-executor"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2023-02-08 17:13:14 +01:00
|
|
|
|
2023-11-15 10:41:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "2.3.0"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
2024-09-07 10:39:29 +02:00
|
|
|
"fastrand",
|
2023-11-15 10:41:14 +01:00
|
|
|
"futures-core",
|
2023-12-04 20:26:11 +01:00
|
|
|
"futures-io",
|
|
|
|
"parking",
|
2023-11-15 10:41:14 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
2024-02-25 23:26:46 +01:00
|
|
|
version = "3.0.3"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-25 23:26:46 +01:00
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
2021-12-22 21:48:49 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.31"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-channel",
|
2020-03-14 23:12:45 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2020-03-16 16:32:33 +01:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2020-03-14 23:12:45 +01:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2020-03-14 23:12:45 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
2023-07-04 20:12:50 +02:00
|
|
|
version = "0.7.5"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:12:50 +02:00
|
|
|
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
2024-04-27 00:53:42 +02:00
|
|
|
"windows 0.48.0",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 16:49:28 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-03-31 13:43:33 +02:00
|
|
|
version = "0.14.7"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 13:43:33 +02:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-02-06 16:49:28 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2021-02-06 16:49:28 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.2.15"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2023-12-04 20:26:11 +01:00
|
|
|
"js-sys",
|
2021-01-31 20:07:42 +01:00
|
|
|
"libc",
|
2023-06-11 18:11:09 +02:00
|
|
|
"wasi",
|
2023-12-04 20:26:11 +01:00
|
|
|
"wasm-bindgen",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.31.1"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-07-04 20:12:50 +02:00
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
2020-03-16 16:32:33 +01:00
|
|
|
name = "glob"
|
2023-01-09 16:49:26 +01:00
|
|
|
version = "0.3.1"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 16:49:26 +01:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.3.0"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "governor"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "0.7.0"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "0746aa765db78b521451ef74221663b57ba595bf83f75d0ce23cc09447c8139f"
|
2021-12-22 21:48:49 +01:00
|
|
|
dependencies = [
|
2022-09-22 21:30:34 +02:00
|
|
|
"cfg-if",
|
2024-10-24 19:13:20 +02:00
|
|
|
"dashmap",
|
|
|
|
"futures-sink",
|
2021-12-22 21:48:49 +01:00
|
|
|
"futures-timer",
|
2024-10-24 19:13:20 +02:00
|
|
|
"futures-util",
|
2021-12-22 21:48:49 +01:00
|
|
|
"no-std-compat",
|
|
|
|
"nonzero_ext",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2024-02-25 23:26:46 +01:00
|
|
|
"portable-atomic",
|
2021-12-22 21:48:49 +01:00
|
|
|
"quanta",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
|
|
|
"smallvec",
|
2024-02-25 23:26:46 +01:00
|
|
|
"spinning_top",
|
2021-12-22 21:48:49 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-06 13:55:10 +02:00
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.4.6"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2024-05-19 20:30:34 +02:00
|
|
|
"atomic-waker",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http 1.1.0",
|
2023-12-04 20:26:11 +01:00
|
|
|
"indexmap",
|
2021-01-31 20:07:42 +01:00
|
|
|
"slab",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2020-07-14 16:08:11 +02:00
|
|
|
"tracing",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
2021-06-07 23:34:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "1.8.3"
|
2021-06-07 23:34:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
|
2021-06-07 23:34:00 +02:00
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "6.1.0"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "ce25b617d1375ef96eeb920ae717e3da34a02fc979fe632c75128350f9e1f74a"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-20 20:37:32 +02:00
|
|
|
"thiserror",
|
2020-01-30 22:11:53 +01:00
|
|
|
"walkdir",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
2022-03-03 21:00:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.14.5"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
2023-11-15 10:41:14 +01:00
|
|
|
"ahash",
|
2023-10-23 00:18:38 +02:00
|
|
|
"allocator-api2",
|
|
|
|
]
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2024-10-11 18:42:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2023-03-22 21:30:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "0.3.9"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-03-22 21:30:07 +01:00
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
|
2024-03-23 15:40:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hickory-proto"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.24.1"
|
2024-03-23 15:40:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
|
2024-03-23 15:40:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if",
|
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"idna 0.4.0",
|
|
|
|
"ipnet",
|
|
|
|
"once_cell",
|
|
|
|
"rand",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hickory-resolver"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.24.1"
|
2024-03-23 15:40:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
|
2024-03-23 15:40:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"futures-util",
|
|
|
|
"hickory-proto",
|
|
|
|
"ipconfig",
|
|
|
|
"lru-cache",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"rand",
|
|
|
|
"resolv-conf",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-12-18 21:45:54 +01:00
|
|
|
version = "0.5.9"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 21:45:54 +01:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
2023-12-18 21:45:54 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2020-07-05 01:59:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2020-07-05 01:59:15 +02:00
|
|
|
]
|
|
|
|
|
2024-04-27 00:53:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"windows 0.52.0",
|
|
|
|
]
|
|
|
|
|
2019-01-27 15:39:19 +01:00
|
|
|
[[package]]
|
2022-02-22 20:48:00 +01:00
|
|
|
name = "html5gum"
|
2023-06-11 18:11:09 +02:00
|
|
|
version = "0.5.7"
|
2019-01-27 15:39:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 18:11:09 +02:00
|
|
|
checksum = "4c4e556171a058ba117bbe88b059fb37b6289023e007d2903ea6dca3a3cbff14"
|
2019-01-27 15:39:19 +01:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"jetscii",
|
2019-01-27 15:39:19 +01:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "0.2.12"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2020-01-30 22:11:53 +01:00
|
|
|
"fnv",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2024-04-06 13:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2023-12-09 23:04:33 +01:00
|
|
|
version = "0.4.6"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-09 23:04:33 +01:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http 0.2.12",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "1.0.1"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "0.1.2"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-06-19 13:06:58 +02:00
|
|
|
"futures-util",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http 1.1.0",
|
2024-07-24 00:26:39 +02:00
|
|
|
"http-body 1.0.1",
|
2021-03-22 20:00:57 +01:00
|
|
|
"pin-project-lite",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "1.9.5"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2020-09-10 23:15:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-13 18:52:23 +02:00
|
|
|
version = "1.0.3"
|
2020-09-10 23:15:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 18:52:23 +02:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2020-09-10 23:15:29 +02:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "0.14.31"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-04-06 13:55:10 +02:00
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2021-01-31 20:07:42 +01:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2021-06-09 10:44:29 +02:00
|
|
|
"pin-project-lite",
|
2024-09-07 10:39:29 +02:00
|
|
|
"socket2",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2020-03-14 23:12:45 +01:00
|
|
|
"tower-service",
|
2020-07-14 16:08:11 +02:00
|
|
|
"tracing",
|
2020-03-16 16:32:33 +01:00
|
|
|
"want",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2024-04-06 13:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "1.5.0"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-08-23 22:06:11 +02:00
|
|
|
"h2 0.4.6",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http 1.1.0",
|
2024-07-24 00:26:39 +02:00
|
|
|
"http-body 1.0.1",
|
2024-04-06 13:55:10 +02:00
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.27.3"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
2024-06-19 13:06:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 1.5.0",
|
2024-06-19 13:06:58 +02:00
|
|
|
"hyper-util",
|
2024-10-18 20:34:31 +02:00
|
|
|
"rustls 0.23.15",
|
2024-06-19 13:06:58 +02:00
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.26.0",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 0.14.31",
|
2024-04-06 13:55:10 +02:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http-body-util",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 1.5.0",
|
2024-04-06 13:55:10 +02:00
|
|
|
"hyper-util",
|
2021-01-31 20:07:42 +01:00
|
|
|
"native-tls",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2021-01-31 20:07:42 +01:00
|
|
|
"tokio-native-tls",
|
2024-04-06 13:55:10 +02:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.1.9"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-07-24 00:26:39 +02:00
|
|
|
"http-body 1.0.1",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 1.5.0",
|
2024-04-06 13:55:10 +02:00
|
|
|
"pin-project-lite",
|
2024-09-07 10:39:29 +02:00
|
|
|
"socket2",
|
2024-04-06 13:55:10 +02:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2022-09-04 23:18:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.1.61"
|
2022-09-04 23:18:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2022-09-04 23:18:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-10-09 17:40:45 +02:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-04 23:18:27 +02:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-10-23 00:18:38 +02:00
|
|
|
"windows-core",
|
2022-09-04 23:18:27 +02:00
|
|
|
]
|
|
|
|
|
2022-10-09 17:40:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-26 14:53:13 +02:00
|
|
|
version = "0.1.2"
|
2022-10-09 17:40:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 14:53:13 +02:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-10-09 17:40:45 +02:00
|
|
|
dependencies = [
|
2023-05-26 14:53:13 +02:00
|
|
|
"cc",
|
2022-10-09 17:40:45 +02:00
|
|
|
]
|
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2022-09-22 21:30:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-06-21 22:01:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
2023-12-04 20:26:11 +01:00
|
|
|
name = "idna"
|
|
|
|
version = "0.5.0"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 20:26:11 +01:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2019-10-24 20:37:17 +02:00
|
|
|
dependencies = [
|
2023-12-04 20:26:11 +01:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-10-24 20:37:17 +02:00
|
|
|
]
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd69211b9b519e98303c015e21a007e293db403b6c85b9b124e133d25e242cdd"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "2.6.0"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-10-11 18:42:40 +02:00
|
|
|
"hashbrown 0.15.0",
|
2023-11-15 10:41:14 +01:00
|
|
|
"serde",
|
2023-07-04 20:12:50 +02:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "inlinable_string"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
2023-06-21 22:01:05 +02:00
|
|
|
version = "0.3.2"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 22:01:05 +02:00
|
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2024-09-07 10:39:29 +02:00
|
|
|
"socket2",
|
2021-11-28 13:02:27 +01:00
|
|
|
"widestring",
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-sys 0.48.0",
|
2024-08-23 22:06:11 +02:00
|
|
|
"winreg",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2020-08-12 18:46:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "2.10.1"
|
2020-08-12 18:46:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2020-08-12 18:46:28 +02:00
|
|
|
|
2023-03-24 22:07:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.4.13"
|
2023-03-24 22:07:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
2023-03-24 22:07:50 +01:00
|
|
|
dependencies = [
|
2024-08-23 22:06:11 +02:00
|
|
|
"hermit-abi 0.4.0",
|
2024-02-25 23:26:46 +01:00
|
|
|
"libc",
|
2024-01-01 15:41:54 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-24 22:07:50 +01:00
|
|
|
]
|
|
|
|
|
2021-12-26 12:40:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-06 13:55:10 +02:00
|
|
|
version = "1.0.11"
|
2021-12-26 12:40:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 13:55:10 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-12-26 12:40:12 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jetscii"
|
2022-07-15 16:03:57 +02:00
|
|
|
version = "0.5.3"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 16:03:57 +02:00
|
|
|
checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
|
2022-02-22 20:48:00 +01:00
|
|
|
|
2021-04-03 05:16:49 +02:00
|
|
|
[[package]]
|
2022-05-20 21:10:52 +02:00
|
|
|
name = "job_scheduler_ng"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "2.0.5"
|
2022-05-20 21:10:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "87c252207f323e2996d087759ebdcff8f608cd3eaa9896909a0c2dd3050a3c6a"
|
2021-04-03 05:16:49 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"cron",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.72"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "9.3.0"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2024-01-12 20:44:37 +01:00
|
|
|
"base64 0.21.7",
|
2023-12-04 20:26:11 +01:00
|
|
|
"js-sys",
|
2020-03-16 16:32:33 +01:00
|
|
|
"pem",
|
2023-11-15 10:41:14 +01:00
|
|
|
"ring",
|
2020-01-30 22:11:53 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-03-16 16:32:33 +01:00
|
|
|
"simple_asn1",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "1.5.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2018-08-30 17:43:46 +02:00
|
|
|
[[package]]
|
2018-09-13 16:04:00 +02:00
|
|
|
name = "lettre"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "0.11.10"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "0161e452348e399deb685ba05e55ee116cae9410f4f51fe42d597361444521d9"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
2023-02-08 17:13:14 +01:00
|
|
|
"async-std",
|
2022-07-06 23:57:37 +02:00
|
|
|
"async-trait",
|
2024-05-19 20:30:34 +02:00
|
|
|
"base64 0.22.1",
|
2023-10-23 00:18:38 +02:00
|
|
|
"chumsky",
|
2022-04-23 18:18:15 +02:00
|
|
|
"email-encoding",
|
2022-06-04 14:47:26 +02:00
|
|
|
"email_address",
|
2024-09-07 10:39:29 +02:00
|
|
|
"fastrand",
|
2022-07-06 23:57:37 +02:00
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2024-04-27 00:53:42 +02:00
|
|
|
"hostname 0.4.0",
|
2021-05-08 17:46:31 +02:00
|
|
|
"httpdate",
|
2024-09-07 10:39:29 +02:00
|
|
|
"idna 1.0.2",
|
2021-11-07 18:53:39 +01:00
|
|
|
"mime",
|
2020-01-30 22:11:53 +01:00
|
|
|
"native-tls",
|
2022-05-04 21:13:05 +02:00
|
|
|
"nom",
|
2024-02-02 18:30:54 +01:00
|
|
|
"percent-encoding",
|
2020-05-03 17:41:53 +02:00
|
|
|
"quoted_printable",
|
2020-01-30 22:11:53 +01:00
|
|
|
"serde",
|
2024-09-07 10:39:29 +02:00
|
|
|
"socket2",
|
2022-07-06 23:57:37 +02:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2020-11-18 12:07:08 +01:00
|
|
|
"tracing",
|
2023-10-23 00:18:38 +02:00
|
|
|
"url",
|
2018-09-13 16:04:00 +02:00
|
|
|
]
|
2018-08-30 17:43:46 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "0.2.161"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2022-03-20 18:51:24 +01:00
|
|
|
|
2024-01-27 02:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libmimalloc-sys"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.1.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
|
2022-03-20 18:51:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2022-12-01 17:18:29 +01:00
|
|
|
"libc",
|
2022-03-20 18:51:24 +01:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-06-02 00:28:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.30.1"
|
2019-06-02 00:28:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
2019-06-02 00:28:20 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-06-02 00:28:20 +02:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-06 23:57:37 +02:00
|
|
|
version = "0.5.6"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 23:57:37 +02:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2023-03-04 19:18:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.4.14"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-03-22 21:30:07 +01:00
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
2024-09-07 10:39:29 +02:00
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.3"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
2023-07-04 20:12:50 +02:00
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.4.12"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2019-07-30 19:38:54 +02:00
|
|
|
dependencies = [
|
2022-04-23 18:18:15 +02:00
|
|
|
"autocfg",
|
2020-01-30 22:11:53 +01:00
|
|
|
"scopeguard",
|
2019-07-30 19:38:54 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.4.22"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2023-02-08 17:13:14 +01:00
|
|
|
"value-bag",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "loom"
|
2022-05-20 20:37:32 +02:00
|
|
|
version = "0.5.6"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 20:37:32 +02:00
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2021-11-07 18:53:39 +01:00
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2020-07-05 01:59:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-06-11 18:11:09 +02:00
|
|
|
"regex-automata 0.1.10",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "2.7.4"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-11-07 18:53:39 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "2.2.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "fd01039851e82f8799046eabbb354056283fb265c8ec0996af940f4e85a380ff"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 23:39:47 +02:00
|
|
|
"serde",
|
2024-06-19 13:06:58 +02:00
|
|
|
"toml",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "2.2.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "ffb161cc72176cb37aa47f1fc520d3ef02263d67d661f44f05d05a079e1237fd"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"migrations_internals",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
|
2022-03-20 18:51:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-22 21:30:07 +01:00
|
|
|
version = "0.3.17"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 21:30:07 +01:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-11-05 19:18:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-08-23 22:06:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "1.0.2"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2024-07-24 00:26:39 +02:00
|
|
|
"hermit-abi 0.3.9",
|
2021-01-31 20:07:42 +01:00
|
|
|
"libc",
|
2023-06-11 18:11:09 +02:00
|
|
|
"wasi",
|
2024-07-24 00:26:39 +02:00
|
|
|
"windows-sys 0.52.0",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "multer"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "3.1.0"
|
2022-12-09 18:06:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-11-07 18:53:39 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
2024-05-25 15:14:19 +02:00
|
|
|
"http 1.1.0",
|
2020-01-30 22:11:53 +01:00
|
|
|
"httparse",
|
2021-11-07 18:53:39 +01:00
|
|
|
"memchr",
|
|
|
|
"mime",
|
2023-11-15 10:41:14 +01:00
|
|
|
"spin",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-05-31 17:58:06 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mysqlclient-sys"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.4.1"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "478e2040dbc35c73927b77a2be91a496de19deab376a6982ed61e89592434619"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "0.2.12"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "no-std-compat"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
|
|
2018-09-13 16:04:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-24 20:39:09 +01:00
|
|
|
version = "7.1.3"
|
2018-09-13 16:04:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 20:39:09 +01:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2018-09-13 16:04:00 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"memchr",
|
2021-11-05 19:18:54 +01:00
|
|
|
"minimal-lexical",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nonzero_ext"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.3.0"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
|
2021-12-22 21:48:49 +01:00
|
|
|
|
2022-10-09 17:40:45 +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",
|
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.4.6"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-02 18:30:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2018-07-12 21:46:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2024-02-08 22:16:29 +01:00
|
|
|
version = "0.4.2"
|
2018-07-12 21:46:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 22:16:29 +01:00
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
2018-07-12 21:46:50 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2018-07-12 21:46:50 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-08 22:16:29 +01:00
|
|
|
version = "0.1.46"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-08 22:16:29 +01:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"num-traits",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.2.19"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2019-06-02 00:28:20 +02:00
|
|
|
dependencies = [
|
2021-02-07 22:28:02 +01:00
|
|
|
"autocfg",
|
2019-06-02 00:28:20 +02:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-04 20:12:50 +02:00
|
|
|
version = "1.16.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:12:50 +02:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"hermit-abi 0.3.9",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2024-02-25 23:26:46 +01:00
|
|
|
version = "0.1.7"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-25 23:26:46 +01:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.36.5"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-03-09 22:04:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "1.20.2"
|
2020-03-09 22:04:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2020-03-09 22:04:03 +01:00
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "0.10.68"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-01-30 22:11:53 +01:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-03-22 20:00:57 +01:00
|
|
|
"once_cell",
|
2022-05-04 21:13:05 +02:00
|
|
|
"openssl-macros",
|
2020-01-30 22:11:53 +01:00
|
|
|
"openssl-sys",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-05-04 21:13:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-03-31 13:43:33 +02:00
|
|
|
version = "0.1.1"
|
2022-05-04 21:13:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 13:43:33 +02:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-05-04 21:13:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2022-05-04 21:13:05 +02:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.1.5"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2020-09-25 23:23:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "300.4.0+3.4.0"
|
2020-09-25 23:23:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "a709e02f2b4aca747929cca5ed248880847c650233cf8b8cdc48f40aaf4898a6"
|
2020-09-25 23:23:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "0.9.104"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-09-25 23:23:13 +02:00
|
|
|
"openssl-src",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2022-10-09 17:40:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "2.2.1"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2023-02-08 17:13:14 +01:00
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "0.12.3"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot_core",
|
2019-11-28 21:59:05 +01:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.9.10"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-02-07 22:26:22 +01:00
|
|
|
"libc",
|
2023-11-15 10:41:14 +01:00
|
|
|
"redox_syscall",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows-targets 0.52.6",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2020-07-08 06:30:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.3.1"
|
2020-07-08 06:30:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
2020-07-08 06:30:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-02-28 23:09:51 +01:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2023-03-04 19:18:38 +01:00
|
|
|
version = "0.5.0"
|
2023-02-28 23:09:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 19:18:38 +01:00
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
2023-02-28 23:09:51 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-08-18 17:15:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "1.0.15"
|
2020-08-18 17:15:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2020-08-18 17:15:44 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "0.2.9"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"inlinable_string",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pear_codegen",
|
2023-11-15 10:41:14 +01:00
|
|
|
"yansi",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "0.2.9"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "3.0.4"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
2024-05-19 20:30:34 +02:00
|
|
|
"base64 0.22.1",
|
2023-10-23 00:18:38 +02:00
|
|
|
"serde",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-04 20:26:11 +01:00
|
|
|
version = "2.3.1"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 20:26:11 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2019-07-30 19:38:54 +02:00
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "2.7.14"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2023-08-28 16:48:42 +02:00
|
|
|
"memchr",
|
2022-07-31 15:45:31 +02:00
|
|
|
"thiserror",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ucd-trie",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "2.7.14"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "2.7.14"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "2.7.14"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"once_cell",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
2023-01-12 09:45:52 +01:00
|
|
|
"sha2",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-07-04 20:12:50 +02:00
|
|
|
version = "0.11.2"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:12:50 +02:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_shared",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-07-04 20:12:50 +02:00
|
|
|
version = "0.11.2"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:12:50 +02:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-07-04 20:12:50 +02:00
|
|
|
version = "0.11.2"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:12:50 +02:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_shared",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-07-04 20:12:50 +02:00
|
|
|
version = "0.11.2"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:12:50 +02:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-02-07 20:10:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
2022-06-04 19:16:36 +02:00
|
|
|
version = "0.5.0"
|
2020-11-07 23:01:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-04 19:16:36 +02:00
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2020-12-04 13:38:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-06 13:55:10 +02:00
|
|
|
version = "0.2.14"
|
2020-12-04 13:38:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 13:55:10 +02:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2020-12-04 13:38:42 +01:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-03 17:24:51 +02:00
|
|
|
version = "0.1.0"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 17:24:51 +02:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.2.4"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
2024-09-07 10:39:29 +02:00
|
|
|
"fastrand",
|
2023-10-23 00:18:38 +02:00
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-09-23 20:25:32 +02:00
|
|
|
version = "0.3.31"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-23 20:25:32 +02:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2023-11-15 10:41:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "3.7.3"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
2024-06-19 13:06:58 +02:00
|
|
|
"hermit-abi 0.4.0",
|
2023-11-15 10:41:14 +01:00
|
|
|
"pin-project-lite",
|
2024-09-07 10:39:29 +02:00
|
|
|
"rustix",
|
2023-11-15 10:41:14 +01:00
|
|
|
"tracing",
|
2024-08-23 22:06:11 +02:00
|
|
|
"windows-sys 0.59.0",
|
2023-11-15 10:41:14 +01:00
|
|
|
]
|
|
|
|
|
2024-02-25 23:26:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "1.9.0"
|
2024-02-25 23:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
2024-02-25 23:26:46 +01:00
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2019-07-09 17:26:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.2.20"
|
2019-07-09 17:26:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2020-05-31 17:58:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pq-sys"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.6.3"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "f6cc05d7ea95200187117196eee9edd0644424911821aeb28a18ce60ea0b8793"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2019-07-09 17:26:34 +02:00
|
|
|
|
2019-05-11 22:27:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.0.89"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2018-05-21 14:20:34 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"unicode-ident",
|
2018-05-21 14:20:34 +02:00
|
|
|
]
|
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "proc-macro2-diagnostics"
|
2023-06-11 18:11:09 +02:00
|
|
|
version = "0.10.1"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 18:11:09 +02:00
|
|
|
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
|
2019-08-18 19:31:54 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
"version_check",
|
2023-11-15 10:41:14 +01:00
|
|
|
"yansi",
|
2019-08-18 19:31:54 +02:00
|
|
|
]
|
|
|
|
|
2021-05-16 15:29:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "psl-types"
|
2022-09-04 23:18:27 +02:00
|
|
|
version = "2.0.11"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 23:18:27 +02:00
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
2021-05-16 15:29:13 +02:00
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.1.23"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-05-16 15:29:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2022-10-09 17:40:45 +02:00
|
|
|
version = "2.2.3"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-09 17:40:45 +02:00
|
|
|
checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457"
|
2021-05-16 15:29:13 +02:00
|
|
|
dependencies = [
|
2022-10-09 17:40:45 +02:00
|
|
|
"idna 0.3.0",
|
2021-05-16 15:29:13 +02:00
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
2024-04-06 13:55:10 +02:00
|
|
|
version = "0.12.3"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 13:55:10 +02:00
|
|
|
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
|
2021-12-22 21:48:49 +01:00
|
|
|
dependencies = [
|
2022-01-30 22:24:42 +01:00
|
|
|
"crossbeam-utils",
|
2021-12-22 21:48:49 +01:00
|
|
|
"libc",
|
2022-01-30 22:24:42 +01:00
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
2023-06-11 18:11:09 +02:00
|
|
|
"wasi",
|
2022-01-30 22:24:42 +01:00
|
|
|
"web-sys",
|
2022-05-20 20:37:32 +02:00
|
|
|
"winapi",
|
2021-12-22 21:48:49 +01:00
|
|
|
]
|
|
|
|
|
2018-02-15 00:40:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-01-05 00:09:24 +01:00
|
|
|
version = "1.2.3"
|
2018-02-15 00:40:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2018-02-15 00:40:34 +01:00
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "1.0.37"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2019-08-18 19:31:54 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
2019-08-18 19:31:54 +02:00
|
|
|
]
|
|
|
|
|
2019-03-25 09:48:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "0.5.1"
|
2019-03-25 09:48:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
|
2019-03-25 09:48:19 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2022-06-21 18:47:01 +02:00
|
|
|
version = "0.8.10"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 18:47:01 +02:00
|
|
|
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2020-01-30 22:11:53 +01:00
|
|
|
"scheduled-thread-pool",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-07 22:26:22 +01:00
|
|
|
version = "0.8.5"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-07 22:26:22 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2019-07-09 17:26:34 +02:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-07 23:34:00 +02:00
|
|
|
version = "0.3.1"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-07 23:34:00 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand_core",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-22 21:30:34 +02:00
|
|
|
version = "0.6.4"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-22 21:30:34 +02:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"getrandom",
|
2019-07-09 17:26:34 +02:00
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "11.2.0"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0"
|
2022-01-30 22:24:42 +01:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2022-01-30 22:24:42 +01:00
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.5.7"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "1.0.23"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "1.0.23"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2018-06-01 15:34:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "1.11.0"
|
2018-06-01 15:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
|
2018-06-01 15:34:26 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-11 18:42:40 +02:00
|
|
|
"regex-automata 0.4.8",
|
|
|
|
"regex-syntax 0.8.5",
|
2018-06-01 15:34:26 +02:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-04-21 16:21:04 +02:00
|
|
|
"regex-syntax 0.6.29",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2023-06-11 18:11:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.4.8"
|
2023-06-11 18:11:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2023-06-11 18:11:09 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-11 18:42:40 +02:00
|
|
|
"regex-syntax 0.8.5",
|
2023-06-11 18:11:09 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-22 21:30:07 +01:00
|
|
|
version = "0.6.29"
|
2018-06-01 15:34:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 21:30:07 +01:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2018-06-01 15:34:26 +02:00
|
|
|
|
2023-04-21 16:21:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.8.5"
|
2023-04-21 16:21:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-04-21 16:21:04 +02:00
|
|
|
|
2023-09-22 17:03:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "reopen"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff42cec3acf85845f5b18b3cbb7fec619ccbd4a349f6ecbe1c62ab46d4d98293"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libc",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "0.11.27"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2024-01-12 20:44:37 +01:00
|
|
|
"base64 0.21.7",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2024-04-06 13:55:10 +02:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2 0.3.26",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 0.14.31",
|
2024-04-06 13:55:10 +02:00
|
|
|
"hyper-tls 0.5.0",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-06-19 13:06:58 +02:00
|
|
|
"sync_wrapper 0.1.2",
|
2024-08-23 22:06:11 +02:00
|
|
|
"system-configuration 0.5.1",
|
2024-04-06 13:55:10 +02:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-08-23 22:06:11 +02:00
|
|
|
"winreg",
|
2024-04-06 13:55:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.12.8"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2024-05-19 20:30:34 +02:00
|
|
|
"base64 0.22.1",
|
2024-04-06 13:55:10 +02:00
|
|
|
"bytes",
|
2024-06-19 13:06:58 +02:00
|
|
|
"cookie",
|
|
|
|
"cookie_store",
|
2021-01-31 20:07:42 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-23 22:06:11 +02:00
|
|
|
"h2 0.4.6",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http 1.1.0",
|
2024-07-24 00:26:39 +02:00
|
|
|
"http-body 1.0.1",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http-body-util",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 1.5.0",
|
2024-06-19 13:06:58 +02:00
|
|
|
"hyper-rustls",
|
2024-04-06 13:55:10 +02:00
|
|
|
"hyper-tls 0.6.0",
|
|
|
|
"hyper-util",
|
2021-01-31 20:07:42 +01:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
|
|
|
"mime",
|
2021-01-31 20:07:42 +01:00
|
|
|
"native-tls",
|
2022-09-22 21:30:34 +02:00
|
|
|
"once_cell",
|
2022-05-20 23:39:47 +02:00
|
|
|
"percent-encoding",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2024-10-11 18:42:40 +02:00
|
|
|
"rustls-pemfile 2.2.0",
|
2021-01-31 20:07:42 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-06-19 13:06:58 +02:00
|
|
|
"sync_wrapper 1.0.1",
|
2024-08-23 22:06:11 +02:00
|
|
|
"system-configuration 0.6.1",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2021-01-31 20:07:42 +01:00
|
|
|
"tokio-native-tls",
|
2021-04-07 20:25:02 +02:00
|
|
|
"tokio-socks",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2022-06-08 19:46:33 +02:00
|
|
|
"tower-service",
|
2022-05-20 23:39:47 +02:00
|
|
|
"url",
|
2021-01-31 20:07:42 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-01-24 20:39:09 +01:00
|
|
|
"wasm-streams",
|
2021-01-31 20:07:42 +01:00
|
|
|
"web-sys",
|
2024-08-23 22:06:11 +02:00
|
|
|
"windows-registry",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
|
|
dependencies = [
|
2024-04-27 00:53:42 +02:00
|
|
|
"hostname 0.3.1",
|
2022-05-20 20:37:32 +02:00
|
|
|
"quick-error",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-02-25 23:26:46 +01:00
|
|
|
version = "0.17.8"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-25 23:26:46 +01:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-02-25 23:26:46 +01:00
|
|
|
"cfg-if",
|
2023-10-23 00:18:38 +02:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
2023-11-15 10:41:14 +01:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-02-25 23:26:46 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2018-08-30 17:43:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.8.14"
|
2019-12-31 02:00:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
2018-08-30 17:43:46 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2022-04-23 18:18:15 +02:00
|
|
|
"paste",
|
2018-08-30 17:43:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmpv"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "1.3.0"
|
2018-08-30 17:43:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
|
2018-08-30 17:43:46 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"num-traits",
|
|
|
|
"rmp",
|
2018-08-30 17:43:46 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.5.1"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2023-10-23 00:18:38 +02:00
|
|
|
"atomic 0.5.3",
|
2020-03-16 16:32:33 +01:00
|
|
|
"binascii",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-11-07 18:53:39 +01:00
|
|
|
"either",
|
|
|
|
"figment",
|
|
|
|
"futures",
|
2023-12-04 20:26:11 +01:00
|
|
|
"indexmap",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2020-01-30 22:11:53 +01:00
|
|
|
"memchr",
|
2021-11-07 18:53:39 +01:00
|
|
|
"multer",
|
2020-01-30 22:11:53 +01:00
|
|
|
"num_cpus",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2021-11-07 18:53:39 +01:00
|
|
|
"pin-project-lite",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-11-07 18:53:39 +01:00
|
|
|
"ref-cast",
|
2020-01-30 22:11:53 +01:00
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-01-30 22:11:53 +01:00
|
|
|
"state",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tempfile",
|
2022-05-20 23:39:47 +02:00
|
|
|
"time",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-07-15 16:03:57 +02:00
|
|
|
"tokio-util",
|
2021-11-07 18:53:39 +01:00
|
|
|
"ubyte",
|
|
|
|
"version_check",
|
2023-11-15 10:41:14 +01:00
|
|
|
"yansi",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.5.1"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"devise",
|
2020-03-16 16:32:33 +01:00
|
|
|
"glob",
|
2023-12-04 20:26:11 +01:00
|
|
|
"indexmap",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-01-30 22:11:53 +01:00
|
|
|
"rocket_http",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
"unicode-xid",
|
2023-11-15 10:41:14 +01:00
|
|
|
"version_check",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.5.1"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"cookie",
|
2021-11-07 18:53:39 +01:00
|
|
|
"either",
|
2022-05-04 21:13:05 +02:00
|
|
|
"futures",
|
2024-04-06 13:55:10 +02:00
|
|
|
"http 0.2.12",
|
2024-10-18 20:34:31 +02:00
|
|
|
"hyper 0.14.31",
|
2023-12-04 20:26:11 +01:00
|
|
|
"indexmap",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
|
|
|
"memchr",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pear",
|
2022-05-20 23:39:47 +02:00
|
|
|
"percent-encoding",
|
2021-11-07 18:53:39 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"ref-cast",
|
2024-06-19 13:06:58 +02:00
|
|
|
"rustls 0.21.12",
|
2024-04-06 13:55:10 +02:00
|
|
|
"rustls-pemfile 1.0.4",
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2021-11-07 18:53:39 +01:00
|
|
|
"stable-pattern",
|
2020-01-30 22:11:53 +01:00
|
|
|
"state",
|
2022-05-20 23:39:47 +02:00
|
|
|
"time",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
2024-06-19 13:06:58 +02:00
|
|
|
"tokio-rustls 0.24.1",
|
2021-11-07 18:53:39 +01:00
|
|
|
"uncased",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rocket_ws"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.1.1"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "25f1877668c937b701177c349f21383c556cd3bb4ba8fa1d07fa96ccb3a8782e"
|
2023-03-30 17:18:59 +02:00
|
|
|
dependencies = [
|
|
|
|
"rocket",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
]
|
|
|
|
|
2023-02-28 23:09:51 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "7.3.1"
|
2023-02-28 23:09:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
|
2023-02-28 23:09:51 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rtoolbox",
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-28 23:09:51 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtoolbox"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "0.0.2"
|
2023-02-28 23:09:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
|
2023-02-28 23:09:51 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-28 23:09:51 +01:00
|
|
|
]
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.1.24"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-07-04 20:12:50 +02:00
|
|
|
|
2018-09-19 21:45:50 +02:00
|
|
|
[[package]]
|
2023-03-04 19:18:38 +01:00
|
|
|
name = "rustix"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.38.37"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2023-07-04 20:12:50 +02:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2024-09-07 10:39:29 +02:00
|
|
|
"linux-raw-sys",
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-04 19:18:38 +01:00
|
|
|
]
|
2018-09-19 21:45:50 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.21.12"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2023-11-15 10:41:14 +01:00
|
|
|
"ring",
|
2024-06-19 13:06:58 +02:00
|
|
|
"rustls-webpki 0.101.7",
|
2020-01-30 22:11:53 +01:00
|
|
|
"sct",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "0.23.15"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
2024-06-19 13:06:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"rustls-pki-types",
|
2024-09-20 12:06:06 +02:00
|
|
|
"rustls-webpki 0.102.8",
|
2024-06-19 13:06:58 +02:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "1.0.4"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
2024-01-12 20:44:37 +01:00
|
|
|
"base64 0.21.7",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
2024-04-06 13:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "2.2.0"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "1.10.0"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
2024-04-06 13:55:10 +02:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "0.101.7"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-03-30 17:18:59 +02:00
|
|
|
dependencies = [
|
2023-11-15 10:41:14 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2023-03-30 17:18:59 +02:00
|
|
|
]
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.102.8"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-06-19 13:06:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-08-24 17:07:11 +02:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "rustversion"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "1.0.18"
|
2018-08-24 17:07:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
2018-08-24 17:07:11 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "ryu"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "1.0.18"
|
2018-07-21 17:27:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2018-07-21 17:27:00 +02:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-01-18 20:09:52 +01:00
|
|
|
version = "1.0.6"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"winapi-util",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.1.26"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2024-09-20 12:06:06 +02:00
|
|
|
"windows-sys 0.59.0",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2023-03-04 19:18:38 +01:00
|
|
|
version = "0.2.7"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 19:18:38 +01:00
|
|
|
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-04 12:56:02 +01:00
|
|
|
version = "1.0.1"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 12:56:02 +01:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-11-07 18:53:39 +01:00
|
|
|
|
2019-06-14 22:51:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-06-11 18:11:09 +02:00
|
|
|
version = "1.2.0"
|
2019-06-14 22:51:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 18:11:09 +02:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2019-06-14 22:51:50 +02:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "0.7.1"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2023-11-15 10:41:14 +01:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "2.11.1"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"bitflags 2.6.0",
|
2020-01-30 22:11:53 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2020-04-09 22:54:31 +02:00
|
|
|
"libc",
|
2020-01-30 22:11:53 +01:00
|
|
|
"security-framework-sys",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-09-23 20:25:32 +02:00
|
|
|
version = "2.12.0"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-23 20:25:32 +02:00
|
|
|
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"core-foundation-sys",
|
2020-03-09 22:00:26 +01:00
|
|
|
"libc",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2022-11-07 17:13:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "1.0.23"
|
2022-11-07 17:13:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2022-11-07 17:13:34 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.0.213"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
2019-05-17 15:34:58 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"serde_derive",
|
2019-05-17 15:34:58 +02:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2021-06-07 23:34:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
2021-08-22 13:46:48 +02:00
|
|
|
version = "0.11.2"
|
2021-06-07 23:34:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:46:48 +02:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2021-06-07 23:34:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.0.213"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.0.132"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2024-08-07 22:46:03 +02:00
|
|
|
"memchr",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2023-05-26 14:53:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.6.8"
|
2023-05-26 14:53:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-05-26 14:53:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.7.1"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2020-12-04 13:38:42 +01:00
|
|
|
"form_urlencoded",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2020-12-04 13:38:42 +01:00
|
|
|
"ryu",
|
2020-03-14 23:12:45 +01:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-05-11 22:03:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.10.6"
|
2022-05-11 22:03:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-05-11 22:03:07 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-05-11 22:03:07 +02:00
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-05-11 22:03:07 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.10.8"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2022-02-07 22:26:22 +01:00
|
|
|
"cpufeatures",
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.1.7"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-08-23 22:06:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-06-11 18:11:09 +02:00
|
|
|
version = "0.3.17"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 18:11:09 +02:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2023-02-08 17:13:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "1.4.2"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-16 16:32:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
2022-05-20 21:10:52 +02:00
|
|
|
version = "0.6.2"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-20 21:10:52 +02:00
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
2020-03-16 16:32:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2022-03-03 21:00:10 +01:00
|
|
|
"thiserror",
|
2022-05-20 23:39:47 +02:00
|
|
|
"time",
|
2020-03-16 16:32:33 +01:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.3.11"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.4.9"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-07-31 15:45:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-11-22 13:16:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-23 15:40:34 +01:00
|
|
|
version = "1.13.2"
|
2019-11-22 13:16:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 15:40:34 +01:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2019-11-22 13:16:12 +01:00
|
|
|
|
2023-06-21 22:01:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.5.7"
|
2023-06-21 22:01:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-06-21 22:01:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-02-25 23:26:46 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-21 22:01:05 +02:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-03-30 17:18:59 +02:00
|
|
|
version = "0.9.8"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 17:18:59 +02:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2021-11-07 18:53:39 +01:00
|
|
|
|
2024-02-25 23:26:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stable-pattern"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stacker"
|
2024-09-01 15:53:03 +02:00
|
|
|
version = "0.1.17"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-01 15:53:03 +02:00
|
|
|
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"psm",
|
2024-09-01 15:53:03 +02:00
|
|
|
"windows-sys 0.59.0",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
2023-06-21 22:01:05 +02:00
|
|
|
version = "0.6.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 22:01:05 +02:00
|
|
|
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-01-27 15:39:19 +01:00
|
|
|
[[package]]
|
2022-02-22 20:48:00 +01:00
|
|
|
name = "strsim"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.11.1"
|
2019-01-27 15:39:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2019-01-27 15:39:19 +01:00
|
|
|
|
2019-01-12 15:23:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "2.6.1"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2019-01-12 15:23:46 +01:00
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "2.0.85"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2023-03-22 21:30:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-02-02 18:30:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2024-08-23 22:06:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
2024-06-19 13:06:58 +02:00
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syslog"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "6.1.1"
|
2018-12-06 20:35:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "dfc7e95b5b795122fafe6519e27629b5ab4232c73ebb2428f568e82b1a457ad3"
|
2018-12-06 20:35:25 +01:00
|
|
|
dependencies = [
|
2020-03-16 16:32:33 +01:00
|
|
|
"error-chain",
|
2024-04-27 00:53:42 +02:00
|
|
|
"hostname 0.3.1",
|
2020-01-30 22:11:53 +01:00
|
|
|
"libc",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-05-20 23:39:47 +02:00
|
|
|
"time",
|
2018-12-06 20:35:25 +01:00
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +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",
|
2024-08-23 22:06:11 +02:00
|
|
|
"system-configuration-sys 0.5.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys 0.6.0",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-08-23 22:06:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "3.13.0"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2024-09-07 10:39:29 +02:00
|
|
|
"fastrand",
|
2024-08-07 22:46:03 +02:00
|
|
|
"once_cell",
|
2024-09-07 10:39:29 +02:00
|
|
|
"rustix",
|
2024-08-07 22:46:03 +02:00
|
|
|
"windows-sys 0.59.0",
|
2018-09-19 21:43:03 +02:00
|
|
|
]
|
|
|
|
|
2021-04-07 20:25:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.0.65"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
2021-04-07 20:25:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.0.65"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
2021-04-07 20:25:02 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-02-25 23:26:46 +01:00
|
|
|
version = "1.1.8"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-25 23:26:46 +01:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
2023-02-08 17:13:14 +01:00
|
|
|
"cfg-if",
|
2021-11-07 18:53:39 +01:00
|
|
|
"once_cell",
|
2021-04-07 20:25:02 +02:00
|
|
|
]
|
|
|
|
|
2018-11-16 02:34:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
2020-05-14 00:18:18 +02:00
|
|
|
version = "1.8.1"
|
2018-11-16 02:34:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-14 00:18:18 +02:00
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
2018-11-16 02:34:17 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"num_cpus",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.3.36"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
2023-06-11 18:11:09 +02:00
|
|
|
"deranged",
|
2022-02-07 22:26:22 +01:00
|
|
|
"itoa",
|
2021-11-07 18:53:39 +01:00
|
|
|
"libc",
|
2024-02-02 18:30:54 +01:00
|
|
|
"num-conv",
|
2021-11-07 18:53:39 +01:00
|
|
|
"num_threads",
|
2023-10-23 00:18:38 +02:00
|
|
|
"powerfmt",
|
2022-10-26 21:42:12 +02:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-06-08 19:46:33 +02:00
|
|
|
"time-macros",
|
2020-01-26 15:29:14 +01:00
|
|
|
]
|
|
|
|
|
2022-10-26 21:42:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.1.2"
|
2022-10-26 21:42:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-26 21:42:12 +02:00
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "0.2.18"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-10-26 21:42:12 +02:00
|
|
|
dependencies = [
|
2024-02-02 18:30:54 +01:00
|
|
|
"num-conv",
|
2022-10-26 21:42:12 +02:00
|
|
|
"time-core",
|
|
|
|
]
|
2021-11-07 18:53:39 +01:00
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2020-06-22 17:15:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "1.8.0"
|
2020-12-04 13:38:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2020-12-04 13:38:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-08 17:13:14 +01:00
|
|
|
version = "0.1.1"
|
2020-06-22 17:15:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 17:13:14 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-22 17:15:20 +02:00
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.41.0"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
2023-07-04 20:12:50 +02:00
|
|
|
"backtrace",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2021-01-31 20:07:42 +01:00
|
|
|
"libc",
|
2022-05-20 20:37:32 +02:00
|
|
|
"mio",
|
2022-06-21 18:47:01 +02:00
|
|
|
"parking_lot",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2021-11-07 18:53:39 +01:00
|
|
|
"signal-hook-registry",
|
2024-09-07 10:39:29 +02:00
|
|
|
"socket2",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio-macros",
|
2024-07-24 00:26:39 +02:00
|
|
|
"windows-sys 0.52.0",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-24 00:26:39 +02:00
|
|
|
version = "2.4.0"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 00:26:39 +02:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-11-07 18:53:39 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-02-08 17:13:14 +01:00
|
|
|
version = "0.3.1"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 17:13:14 +01:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2021-02-06 16:49:28 +01:00
|
|
|
"tokio",
|
2020-03-14 23:12:45 +01:00
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-06-21 22:01:05 +02:00
|
|
|
version = "0.24.1"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 22:01:05 +02:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
|
|
dependencies = [
|
2024-10-18 20:34:31 +02:00
|
|
|
"rustls 0.23.15",
|
2024-06-19 13:06:58 +02:00
|
|
|
"rustls-pki-types",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-04-07 20:25:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-socks"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.5.2"
|
2021-04-07 20:25:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
|
2021-04-07 20:25:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"futures-util",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.1.16"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.21.0"
|
2022-05-20 20:37:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
2022-05-20 20:37:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-09-07 10:39:29 +02:00
|
|
|
version = "0.7.12"
|
2022-02-07 22:26:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 10:39:29 +02:00
|
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2022-02-07 22:26:22 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2022-02-07 22:26:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.8.19"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-06-19 13:06:58 +02:00
|
|
|
"toml_edit",
|
2023-05-26 14:53:13 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.6.8"
|
2023-05-26 14:53:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-05-26 14:53:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.22.22"
|
2023-05-26 14:53:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2023-05-26 14:53:13 +02:00
|
|
|
dependencies = [
|
2023-12-04 20:26:11 +01:00
|
|
|
"indexmap",
|
2023-10-23 00:18:38 +02:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-06-19 13:06:58 +02:00
|
|
|
"winnow",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2021-08-22 13:46:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "totp-lite"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "2.0.1"
|
2021-08-22 13:46:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "f8e43134db17199f7f721803383ac5854edd0d3d523cc34dba321d6acfbe76c3"
|
2021-08-22 13:46:48 +02:00
|
|
|
dependencies = [
|
2022-07-31 15:45:31 +02:00
|
|
|
"digest",
|
2022-05-20 20:37:32 +02:00
|
|
|
"hmac",
|
2023-11-15 10:41:14 +01:00
|
|
|
"sha1",
|
2022-05-20 20:37:32 +02:00
|
|
|
"sha2",
|
2021-08-22 13:46:48 +02:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "0.3.3"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2020-03-14 23:12:45 +01:00
|
|
|
|
2020-07-14 16:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.1.40"
|
2020-07-14 16:08:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-07-14 16:08:11 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2021-02-06 16:49:28 +01:00
|
|
|
"pin-project-lite",
|
2021-03-29 10:27:58 +02:00
|
|
|
"tracing-attributes",
|
2020-07-14 16:08:11 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-03-29 10:27:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.1.27"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2021-03-29 10:27:58 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2021-03-29 10:27:58 +02:00
|
|
|
]
|
|
|
|
|
2020-07-14 16:08:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.1.32"
|
2020-07-14 16:08:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2020-07-14 16:08:11 +02:00
|
|
|
dependencies = [
|
2022-06-08 19:46:33 +02:00
|
|
|
"once_cell",
|
2022-02-07 22:26:22 +01:00
|
|
|
"valuable",
|
2020-07-14 16:08:11 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
2021-11-07 18:53:39 +01:00
|
|
|
name = "tracing-log"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "0.2.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-11-15 10:41:14 +01:00
|
|
|
"once_cell",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-15 10:41:14 +01:00
|
|
|
version = "0.3.18"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 10:41:14 +01:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-10-09 17:40:45 +02:00
|
|
|
"nu-ansi-term",
|
2022-07-06 23:57:37 +02:00
|
|
|
"once_cell",
|
2021-11-07 18:53:39 +01:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2021-11-07 18:53:39 +01:00
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2018-05-21 14:20:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-09 23:04:33 +01:00
|
|
|
version = "0.2.5"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-09 23:04:33 +01:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2018-05-21 14:20:34 +02:00
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-05-25 15:14:19 +02:00
|
|
|
version = "0.21.0"
|
2022-05-20 20:37:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 15:14:19 +02:00
|
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
2022-05-20 20:37:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2023-05-26 14:53:13 +02:00
|
|
|
"data-encoding",
|
2024-05-25 15:14:19 +02:00
|
|
|
"http 1.1.0",
|
2022-05-20 20:37:32 +02:00
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
2022-12-01 17:18:29 +01:00
|
|
|
"sha1",
|
2022-05-20 20:37:32 +02:00
|
|
|
"thiserror",
|
2022-05-20 23:39:47 +02:00
|
|
|
"url",
|
2022-05-20 20:37:32 +02:00
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "1.17.0"
|
2018-03-21 00:08:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2018-03-21 00:08:46 +01:00
|
|
|
|
2021-11-07 18:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ubyte"
|
2023-10-23 00:18:38 +02:00
|
|
|
version = "0.10.4"
|
2021-11-07 18:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 00:18:38 +02:00
|
|
|
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
|
2021-11-07 18:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-01-13 01:39:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.1.7"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
2019-01-13 01:39:29 +01:00
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
2024-01-26 20:19:53 +01:00
|
|
|
version = "0.9.10"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 20:19:53 +01:00
|
|
|
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"serde",
|
|
|
|
"version_check",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.17"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "1.0.13"
|
2022-05-20 20:37:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2022-05-20 20:37:32 +02:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.1.24"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2019-01-24 14:42:26 +01:00
|
|
|
dependencies = [
|
2020-06-22 17:15:20 +02:00
|
|
|
"tinyvec",
|
2019-01-24 14:42:26 +01:00
|
|
|
]
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2024-09-20 12:06:06 +02:00
|
|
|
version = "0.2.6"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-20 12:06:06 +02:00
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
2019-08-18 19:31:54 +02:00
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2019-07-30 19:38:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-06-19 13:06:58 +02:00
|
|
|
version = "2.5.2"
|
2019-07-30 19:38:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 13:06:58 +02:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2019-07-30 19:38:54 +02:00
|
|
|
dependencies = [
|
2020-11-07 23:01:04 +01:00
|
|
|
"form_urlencoded",
|
2023-12-04 20:26:11 +01:00
|
|
|
"idna 0.5.0",
|
2022-05-20 23:39:47 +02:00
|
|
|
"percent-encoding",
|
2021-10-24 21:50:26 +02:00
|
|
|
"serde",
|
2019-07-30 19:38:54 +02:00
|
|
|
]
|
|
|
|
|
2022-05-20 20:37:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2019-10-24 20:37:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-18 20:34:31 +02:00
|
|
|
version = "1.11.0"
|
2019-10-24 20:37:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 20:34:31 +02:00
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2019-10-24 20:37:17 +02:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"getrandom",
|
2019-10-24 20:37:17 +02:00
|
|
|
]
|
|
|
|
|
2022-02-07 22:26:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2024-10-24 19:13:20 +02:00
|
|
|
version = "1.10.0"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 19:13:20 +02:00
|
|
|
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
2023-02-08 17:13:14 +01:00
|
|
|
|
2021-04-27 23:18:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vaultwarden"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2023-02-28 23:09:51 +01:00
|
|
|
"argon2",
|
2024-01-27 02:43:26 +01:00
|
|
|
"bigdecimal",
|
2022-05-20 20:37:32 +02:00
|
|
|
"bytes",
|
2022-02-22 20:48:00 +01:00
|
|
|
"cached",
|
2021-04-27 23:18:32 +02:00
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
2024-06-19 13:06:58 +02:00
|
|
|
"cookie",
|
|
|
|
"cookie_store",
|
2024-10-24 19:13:20 +02:00
|
|
|
"dashmap",
|
2021-04-27 23:18:32 +02:00
|
|
|
"data-encoding",
|
|
|
|
"data-url",
|
|
|
|
"diesel",
|
2022-12-03 18:25:59 +01:00
|
|
|
"diesel_logger",
|
2021-04-27 23:18:32 +02:00
|
|
|
"diesel_migrations",
|
2022-03-20 18:51:24 +01:00
|
|
|
"dotenvy",
|
2022-10-25 22:21:22 +02:00
|
|
|
"email_address",
|
2021-04-27 23:18:32 +02:00
|
|
|
"fern",
|
2021-11-07 18:53:39 +01:00
|
|
|
"futures",
|
2021-12-22 21:48:49 +01:00
|
|
|
"governor",
|
2021-04-27 23:18:32 +02:00
|
|
|
"handlebars",
|
2024-04-27 20:25:34 +02:00
|
|
|
"hickory-resolver",
|
2022-02-22 20:48:00 +01:00
|
|
|
"html5gum",
|
2022-05-20 21:10:52 +02:00
|
|
|
"job_scheduler_ng",
|
2021-04-27 23:18:32 +02:00
|
|
|
"jsonwebtoken",
|
|
|
|
"lettre",
|
|
|
|
"libsqlite3-sys",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-03-20 18:51:24 +01:00
|
|
|
"mimalloc",
|
2021-04-27 23:18:32 +02:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"openssl",
|
|
|
|
"paste",
|
2022-05-20 23:39:47 +02:00
|
|
|
"percent-encoding",
|
2021-04-27 23:18:32 +02:00
|
|
|
"pico-args",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-04-27 23:18:32 +02:00
|
|
|
"regex",
|
2024-10-11 18:42:40 +02:00
|
|
|
"reqwest 0.12.8",
|
2023-11-15 10:41:14 +01:00
|
|
|
"ring",
|
2021-04-27 23:18:32 +02:00
|
|
|
"rmpv",
|
|
|
|
"rocket",
|
2023-03-30 17:18:59 +02:00
|
|
|
"rocket_ws",
|
2023-02-28 23:09:51 +01:00
|
|
|
"rpassword",
|
2022-11-07 17:13:34 +01:00
|
|
|
"semver",
|
2021-04-27 23:18:32 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syslog",
|
2022-05-20 23:39:47 +02:00
|
|
|
"time",
|
2021-11-07 18:53:39 +01:00
|
|
|
"tokio",
|
2021-08-22 13:46:48 +02:00
|
|
|
"totp-lite",
|
2021-04-27 23:18:32 +02:00
|
|
|
"tracing",
|
2022-05-20 23:39:47 +02:00
|
|
|
"url",
|
2021-04-27 23:18:32 +02:00
|
|
|
"uuid",
|
2021-06-07 23:34:00 +02:00
|
|
|
"webauthn-rs",
|
2023-01-25 22:54:50 +01:00
|
|
|
"which",
|
2021-04-27 23:18:32 +02:00
|
|
|
"yubico",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-19 21:25:55 +02:00
|
|
|
version = "0.2.15"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-19 21:25:55 +02:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2019-10-24 23:21:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.9.5"
|
2019-10-24 23:21:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2019-10-24 23:21:04 +02:00
|
|
|
|
2018-05-21 14:20:34 +02:00
|
|
|
[[package]]
|
2018-10-10 20:40:39 +02:00
|
|
|
name = "walkdir"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "2.5.0"
|
2018-05-21 14:20:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2018-05-21 14:20:34 +02:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2018-05-21 14:20:34 +02:00
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-21 22:01:05 +02:00
|
|
|
version = "0.3.1"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 22:01:05 +02:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.2.95"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2024-08-23 22:06:11 +02:00
|
|
|
"once_cell",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.2.95"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2022-07-31 15:45:31 +02:00
|
|
|
"once_cell",
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.4.45"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"cfg-if",
|
2020-03-14 23:12:45 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.2.95"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"quote",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.2.95"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2021-11-07 18:53:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.2.95"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2020-12-04 13:38:42 +01:00
|
|
|
|
2023-01-24 20:39:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.4.1"
|
2023-01-24 20:39:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
|
2023-01-24 20:39:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.3.72"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-07-24 00:26:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-06-07 23:34:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "webauthn-rs"
|
2022-01-30 22:24:42 +01:00
|
|
|
version = "0.3.2"
|
2021-07-25 14:49:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 22:24:42 +01:00
|
|
|
checksum = "90b266eccb4b32595876f5c73ea443b0516da0b1df72ca07bc08ed9ba7f96ec1"
|
2021-06-07 23:34:00 +02:00
|
|
|
dependencies = [
|
2023-01-09 16:49:26 +01:00
|
|
|
"base64 0.13.1",
|
2022-05-04 21:13:05 +02:00
|
|
|
"nom",
|
2021-06-07 23:34:00 +02:00
|
|
|
"openssl",
|
2022-05-20 20:37:32 +02:00
|
|
|
"rand",
|
2021-06-07 23:34:00 +02:00
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2021-12-26 12:40:12 +01:00
|
|
|
"tracing",
|
2022-05-20 23:39:47 +02:00
|
|
|
"url",
|
2021-06-07 23:34:00 +02:00
|
|
|
]
|
|
|
|
|
2023-01-25 22:54:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2024-08-23 22:06:11 +02:00
|
|
|
version = "6.0.3"
|
2023-01-25 22:54:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:06:11 +02:00
|
|
|
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
2023-01-25 22:54:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-10-23 00:18:38 +02:00
|
|
|
"home",
|
2024-09-07 10:39:29 +02:00
|
|
|
"rustix",
|
2024-04-06 13:55:10 +02:00
|
|
|
"winsafe",
|
2023-01-25 22:54:50 +01:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:02:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
2024-04-27 00:53:42 +02:00
|
|
|
version = "1.1.0"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 00:53:42 +02:00
|
|
|
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
|
2021-11-28 13:02:27 +01:00
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-05 01:38:16 +02:00
|
|
|
version = "0.3.9"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-05 01:38:16 +02:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2020-01-30 22:11:53 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2018-10-10 20:40:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-08-07 22:46:03 +02:00
|
|
|
version = "0.1.9"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 22:46:03 +02:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2018-10-10 20:40:39 +02:00
|
|
|
dependencies = [
|
2024-08-07 22:46:03 +02:00
|
|
|
"windows-sys 0.59.0",
|
2018-10-10 20:40:39 +02:00
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 22:11:53 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2023-03-22 21:30:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-03-30 17:18:59 +02:00
|
|
|
version = "0.48.0"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 17:18:59 +02:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-22 21:30:07 +01:00
|
|
|
dependencies = [
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-targets 0.48.5",
|
2023-03-22 21:30:07 +01:00
|
|
|
]
|
|
|
|
|
2024-04-27 00:53:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
|
|
|
dependencies = [
|
|
|
|
"windows-core",
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-27 00:53:42 +02:00
|
|
|
]
|
|
|
|
|
2023-10-23 00:18:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-01-12 20:44:37 +01:00
|
|
|
version = "0.52.0"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-12 20:44:37 +01:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows-targets 0.52.6",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2024-08-23 22:06:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows-targets 0.52.6",
|
2023-03-30 17:18:59 +02:00
|
|
|
]
|
|
|
|
|
2024-08-07 22:46:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-03-30 17:18:59 +02:00
|
|
|
dependencies = [
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-04 20:26:11 +01:00
|
|
|
dependencies = [
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-04-27 00:53:42 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-08 23:27:48 +02:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-02-08 17:13:14 +01:00
|
|
|
]
|
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-27 00:53:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2024-04-27 00:53:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-03-30 17:18:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-28 16:48:42 +02:00
|
|
|
version = "0.48.5"
|
2023-03-30 17:18:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 16:48:42 +02:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-03-30 17:18:59 +02:00
|
|
|
|
2023-12-04 20:26:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.52.6"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-04 20:26:11 +01:00
|
|
|
|
2023-05-26 14:53:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-10-11 18:42:40 +02:00
|
|
|
version = "0.6.20"
|
2024-02-25 23:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 18:42:40 +02:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
2023-05-26 14:53:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-21 22:01:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-12-04 20:26:11 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-06-21 22:01:05 +02:00
|
|
|
]
|
|
|
|
|
2024-04-06 13:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winsafe"
|
|
|
|
version = "0.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2023-06-11 18:11:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "1.0.1"
|
2023-06-11 18:11:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"is-terminal",
|
|
|
|
]
|
2023-06-11 18:11:09 +02:00
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2018-11-16 02:34:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "yubico"
|
2022-05-11 22:03:07 +02:00
|
|
|
version = "0.11.0"
|
2019-01-12 15:23:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-11 22:03:07 +02:00
|
|
|
checksum = "173f75d2c4010429a2d74ae3a114a69930c59e2b1a4c97b1c75d259a4960d5fb"
|
2018-11-16 02:34:17 +01:00
|
|
|
dependencies = [
|
2023-01-09 16:49:26 +01:00
|
|
|
"base64 0.13.1",
|
2022-05-11 22:03:07 +02:00
|
|
|
"form_urlencoded",
|
2020-01-30 22:11:53 +01:00
|
|
|
"futures",
|
2022-05-20 20:37:32 +02:00
|
|
|
"hmac",
|
|
|
|
"rand",
|
2024-04-06 13:55:10 +02:00
|
|
|
"reqwest 0.11.27",
|
2022-06-08 19:46:33 +02:00
|
|
|
"sha1",
|
2020-01-30 22:11:53 +01:00
|
|
|
"threadpool",
|
|
|
|
]
|
2023-11-15 10:41:14 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.7.35"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
2024-08-07 22:46:03 +02:00
|
|
|
"byteorder",
|
2023-11-15 10:41:14 +01:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-08 23:27:48 +02:00
|
|
|
version = "0.7.35"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 23:27:48 +02:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-27 00:53:42 +02:00
|
|
|
"syn",
|
2023-11-15 10:41:14 +01:00
|
|
|
]
|
2024-06-19 13:06:58 +02:00
|
|
|
|
2024-09-07 10:39:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-06-19 13:06:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-09-07 10:39:29 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|