2019-02-12 15:01:02 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-25 01:32:09 +01:00
|
|
|
version = 4
|
2021-02-24 20:25:22 +01:00
|
|
|
|
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",
|
2025-02-01 14:16:32 +02:00
|
|
|
"zerocopy 0.7.35",
|
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-12-05 22:10:59 +01:00
|
|
|
version = "0.2.21"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
2023-10-23 00:18:38 +02:00
|
|
|
|
2023-06-03 17:04:45 -04: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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.4.21"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
|
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 11:39:29 +03: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 11:39:29 +03:00
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-02-08 17:13:14 +01:00
|
|
|
"blocking",
|
2024-09-07 11:39:29 +03: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-11-09 19:58:10 +01:00
|
|
|
version = "2.4.0"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
2024-09-07 11:39:29 +03:00
|
|
|
"async-lock",
|
2023-11-15 10:41:14 +01:00
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
2024-09-07 11:39:29 +03:00
|
|
|
"futures-lite",
|
2023-11-15 10:41:14 +01:00
|
|
|
"parking",
|
2024-09-07 11:39:29 +03:00
|
|
|
"polling",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rustix 0.38.44",
|
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 = [
|
2025-01-08 18:14:08 +01:00
|
|
|
"event-listener 5.4.0",
|
2024-06-19 13:06:58 +02:00
|
|
|
"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 11:39:29 +03:00
|
|
|
"async-channel 2.3.1",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-10-23 00:18:38 +02:00
|
|
|
"async-signal",
|
2024-09-07 11:39:29 +03:00
|
|
|
"async-task",
|
2023-02-08 17:13:14 +01:00
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
2025-01-08 18:14:08 +01:00
|
|
|
"event-listener 5.4.0",
|
2024-09-07 11:39:29 +03:00
|
|
|
"futures-lite",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rustix 0.38.44",
|
2024-09-07 11:39:29 +03:00
|
|
|
"tracing",
|
2023-10-23 00:18:38 +02:00
|
|
|
]
|
|
|
|
|
2025-03-19 17:39:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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 11:39:29 +03:00
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2023-10-23 00:18:38 +02:00
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rustix 0.38.44",
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.13.1"
|
2023-02-08 17:13:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
|
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 11:39:29 +03: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 11:39:29 +03: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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.1.88"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.7.3"
|
2023-02-28 23:09:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
|
2023-02-28 23:09:51 +01:00
|
|
|
|
2024-01-27 02:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2024-12-10 18:59:28 +02:00
|
|
|
version = "0.4.7"
|
2024-01-27 02:43:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-10 18:59:28 +02:00
|
|
|
checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
|
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"
|
|
|
|
|
2023-03-24 22:07:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "2.9.0"
|
2023-03-24 22:07:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
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 11:39:29 +03: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"
|
2025-01-25 01:32:09 +01:00
|
|
|
version = "4.0.2"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 01:32:09 +01:00
|
|
|
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
|
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"
|
2025-02-01 14:16:32 +02:00
|
|
|
version = "3.17.0"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-01 14:16:32 +02:00
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
2023-10-23 00:18:38 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.22.0"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.10.1"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
2021-01-31 20:07:42 +01:00
|
|
|
|
2022-02-22 20:48:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cached"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.55.1"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "b0839c297f8783316fcca9d90344424e968395413f0662a5481f79c6648bbc14"
|
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",
|
2025-03-17 23:02:02 +01:00
|
|
|
"thiserror 2.0.12",
|
2022-03-03 21:00:10 +01:00
|
|
|
"tokio",
|
2024-07-24 01:26:39 +03:00
|
|
|
"web-time",
|
2022-02-22 20:48:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.24.0"
|
2022-02-22 20:48:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "673992d934f0711b68ebb3e1b79cdc4be31634b37c98f26867ced0438ca5c603"
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.2.16"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.4.40"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2023-06-03 17:04:45 -04: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",
|
2025-03-17 23:02:02 +01:00
|
|
|
"windows-link",
|
2018-02-10 01:00:55 +01:00
|
|
|
]
|
|
|
|
|
2020-07-07 21:30:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2025-01-25 01:32:09 +01:00
|
|
|
version = "0.10.1"
|
2020-07-07 21:30:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 01:32:09 +01:00
|
|
|
checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f"
|
2020-07-07 21:30:18 -07: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-07 21:30:18 -07:00
|
|
|
"parse-zoneinfo",
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_codegen",
|
2020-07-07 21:30:18 -07: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",
|
|
|
|
]
|
|
|
|
|
2024-11-11 20:14:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "codemap"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
|
|
|
|
|
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"
|
2024-11-09 19:58:10 +01:00
|
|
|
version = "0.21.1"
|
2024-03-17 14:25:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9"
|
2024-03-17 14:25:49 +01:00
|
|
|
dependencies = [
|
2024-06-19 13:06:58 +02:00
|
|
|
"cookie",
|
2024-11-09 19:58:10 +01:00
|
|
|
"document-features",
|
2024-12-10 18:59:28 +02:00
|
|
|
"idna",
|
2024-03-17 14:25:49 +01:00
|
|
|
"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"
|
2025-02-01 14:16:32 +02:00
|
|
|
version = "0.2.17"
|
2021-02-06 16:49:28 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-01 14:16:32 +02:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
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
|
|
|
]
|
|
|
|
|
2025-03-19 17:39:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
|
|
2021-04-02 20:16:49 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cron"
|
2024-03-17 14:25:49 +01:00
|
|
|
version = "0.12.1"
|
2021-04-02 20:16:49 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 14:25:49 +01:00
|
|
|
checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07"
|
2021-04-02 20:16:49 -07:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2025-02-24 13:12:34 +02:00
|
|
|
"nom 7.1.3",
|
2021-04-02 20:16:49 -07:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2025-03-19 17:39:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-01-30 22:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-01-04 19:02:15 +01:00
|
|
|
version = "0.8.21"
|
2022-01-30 22:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-04 19:02:15 +01:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
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 01:26:39 +03: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 01:26:39 +03:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2022-02-22 20:48:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-07-24 01:26:39 +03: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 01:26:39 +03: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 01:26:39 +03: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 01:26:39 +03: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 11:39:29 +03: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 11:39:29 +03: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"
|
2025-02-12 11:21:12 +02:00
|
|
|
version = "2.8.0"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 11:21:12 +02:00
|
|
|
checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
|
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"
|
2025-03-19 17:39:53 +01:00
|
|
|
version = "0.4.0"
|
2023-06-11 18:11:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-06-11 18:11:09 +02:00
|
|
|
|
2025-01-08 18:14:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.20.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.20.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.20.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2025-01-09 18:37:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2025-02-12 11:21:12 +02:00
|
|
|
version = "2.0.1"
|
2025-01-09 18:37:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 11:21:12 +02:00
|
|
|
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
|
2025-01-09 18:37:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"derive_more-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more-impl"
|
2025-02-12 11:21:12 +02:00
|
|
|
version = "2.0.1"
|
2025-01-09 18:37:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 11:21:12 +02:00
|
|
|
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
2025-01-09 18:37:23 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
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-12-05 22:10:59 +01:00
|
|
|
"bitflags",
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "2.2.8"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "470eb10efc8646313634c99bb1593f402a6434cbd86e266770c6e39219adb86a"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2024-01-27 02:43:26 +01:00
|
|
|
"bigdecimal",
|
2024-12-05 22:10:59 +01:00
|
|
|
"bitflags",
|
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
|
|
|
]
|
|
|
|
|
2025-01-09 18:37:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diesel-derive-newtype"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5adf688c584fe33726ce0e2898f608a2a92578ac94a4a92fcecf73214fe0716"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "2.2.4"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "a93958254b70bea63b4187ff73d10180599d9d8d177071b7f91e6da4e0c0ad55"
|
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"
|
2024-12-05 22:10:59 +01:00
|
|
|
version = "0.4.0"
|
2022-12-03 18:25:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "8074833fffb675cf22a6ee669124f65f02971e48dd520bb80c7473ff70aeaf95"
|
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 11:39:29 +03: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",
|
|
|
|
]
|
|
|
|
|
2024-11-09 19:58:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "document-features"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.2.11"
|
2024-11-09 19:58:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
|
2024-11-09 19:58:10 +01:00
|
|
|
dependencies = [
|
|
|
|
"litrs",
|
|
|
|
]
|
|
|
|
|
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"
|
2025-02-01 14:16:32 +02:00
|
|
|
version = "0.1.3"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-01 14:16:32 +02:00
|
|
|
checksum = "139ae9aca7527f85f26dd76483eb38533fd84bd571065da1739656ef71c5ff5b"
|
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 19:25:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.15.0"
|
2021-04-07 19:25:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
2021-04-07 19:25:02 +01:00
|
|
|
|
2022-04-23 18:18:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "email-encoding"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.4.0"
|
2022-04-23 18:18:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "20b9cde6a71f9f758440470f3de16db6c09a02c443ce66850d87f5410548fb8e"
|
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
|
|
|
]
|
|
|
|
|
2025-01-04 19:02:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_home"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "1.0.2"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2023-07-04 20:12:50 +02:00
|
|
|
|
2023-03-22 21:30:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-12-05 22:10:59 +01:00
|
|
|
version = "0.3.10"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-03-22 21:30:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-05 22:10:59 +01:00
|
|
|
"windows-sys 0.59.0",
|
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"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "5.4.0"
|
2023-12-04 20:26:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
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-12-05 22:10:59 +01:00
|
|
|
version = "0.5.3"
|
2024-02-08 22:16:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
|
2024-02-08 22:16:29 +01:00
|
|
|
dependencies = [
|
2025-01-08 18:14:08 +01:00
|
|
|
"event-listener 5.4.0",
|
2024-02-08 22:16:29 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-06-11 18:11:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-12-10 18:59:28 +02:00
|
|
|
version = "2.3.0"
|
2023-06-11 18:11:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-10 18:59:28 +02:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2023-06-11 18:11:09 +02:00
|
|
|
|
2018-12-06 20:35:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2024-12-15 23:13:29 +01:00
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29"
|
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"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "1.1.0"
|
2021-03-29 10:27:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
|
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"
|
2025-01-25 01:32:09 +01:00
|
|
|
version = "2.6.0"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 01:32:09 +01:00
|
|
|
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
2023-11-15 10:41:14 +01:00
|
|
|
dependencies = [
|
2024-09-07 11:39:29 +03: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
|
|
|
]
|
|
|
|
|
2025-03-19 17:39:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"windows 0.58.0",
|
|
|
|
]
|
|
|
|
|
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",
|
2025-02-01 14:16:32 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-12-04 20:26:11 +01:00
|
|
|
"wasm-bindgen",
|
2022-02-07 22:26:22 +01:00
|
|
|
]
|
|
|
|
|
2025-02-01 14:16:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-03-19 17:39:53 +01:00
|
|
|
version = "0.3.2"
|
2025-02-01 14:16:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
2025-02-01 14:16:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-03-17 23:02:02 +01:00
|
|
|
"js-sys",
|
2025-02-01 14:16:32 +02:00
|
|
|
"libc",
|
2025-03-19 17:39:53 +01:00
|
|
|
"r-efi",
|
|
|
|
"wasi 0.14.2+wasi-0.2.4",
|
2025-03-17 23:02:02 +01:00
|
|
|
"wasm-bindgen",
|
2025-02-01 14:16:32 +02: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"
|
2025-01-04 19:02:15 +01:00
|
|
|
version = "0.3.2"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-04 19:02:15 +01:00
|
|
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2023-02-08 17:13:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2024-09-07 11:39:29 +03: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 11:39:29 +03: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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.8.1"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "be93b4ec2e4710b04d9264c0c7350cdd62a8c20e5e4ac732552ebb8f0debe8eb"
|
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",
|
2025-03-19 17:39:53 +01:00
|
|
|
"getrandom 0.3.2",
|
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",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rand 0.9.0",
|
2022-05-20 20:37:32 +02:00
|
|
|
"smallvec",
|
2024-02-25 23:26:46 +01:00
|
|
|
"spinning_top",
|
2025-03-17 23:02:02 +01:00
|
|
|
"web-time",
|
2021-12-22 21:48:49 +01:00
|
|
|
]
|
|
|
|
|
2024-11-11 20:14:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6"
|
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
|
|
|
"indexmap",
|
|
|
|
"lasso",
|
|
|
|
"once_cell",
|
|
|
|
"phf",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.4.8"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
|
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",
|
2025-03-17 23:02:02 +01:00
|
|
|
"http 1.3.1",
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "6.3.2"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2025-01-08 18:14:08 +01:00
|
|
|
"derive_builder",
|
2021-11-07 18:53:39 +01:00
|
|
|
"log",
|
2024-11-09 19:58:10 +01:00
|
|
|
"num-order",
|
2020-01-30 22:11:53 +01:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-03-17 23:02:02 +01:00
|
|
|
"thiserror 2.0.12",
|
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"
|
2024-12-05 22:10:59 +01:00
|
|
|
version = "0.15.2"
|
2024-10-11 18:42:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2024-10-11 18:42:40 +02:00
|
|
|
|
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"
|
|
|
|
|
2025-03-17 23:02:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
|
|
|
|
|
2024-03-23 15:40:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hickory-proto"
|
2025-03-19 17:39:53 +01:00
|
|
|
version = "0.25.1"
|
2024-03-23 15:40:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "6d844af74f7b799e41c78221be863bade11c430d46042c3b49ca8ae0c6d27287"
|
2024-03-23 15:40:34 +01:00
|
|
|
dependencies = [
|
2025-03-19 17:39:53 +01:00
|
|
|
"async-recursion",
|
2024-03-23 15:40:34 +01:00
|
|
|
"async-trait",
|
|
|
|
"cfg-if",
|
2025-03-19 17:39:53 +01:00
|
|
|
"critical-section",
|
2024-03-23 15:40:34 +01:00
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2024-12-10 18:59:28 +02:00
|
|
|
"idna",
|
2024-03-23 15:40:34 +01:00
|
|
|
"ipnet",
|
|
|
|
"once_cell",
|
2025-03-19 17:39:53 +01:00
|
|
|
"rand 0.9.0",
|
|
|
|
"ring",
|
|
|
|
"thiserror 2.0.12",
|
2024-03-23 15:40:34 +01:00
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hickory-resolver"
|
2025-03-19 17:39:53 +01:00
|
|
|
version = "0.25.1"
|
2024-03-23 15:40:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "a128410b38d6f931fcc6ca5c107a3b02cabd6c05967841269a4ad65d23c44331"
|
2024-03-23 15:40:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"futures-util",
|
|
|
|
"hickory-proto",
|
|
|
|
"ipconfig",
|
2025-03-19 17:39:53 +01:00
|
|
|
"moka",
|
2024-03-23 15:40:34 +01:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2025-03-19 17:39:53 +01:00
|
|
|
"rand 0.9.0",
|
2024-03-23 15:40:34 +01:00
|
|
|
"resolv-conf",
|
|
|
|
"smallvec",
|
2025-03-19 17:39:53 +01:00
|
|
|
"thiserror 2.0.12",
|
2024-03-23 15:40:34 +01:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
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"
|
2024-12-05 22:10:59 +01:00
|
|
|
version = "0.7.0"
|
2019-01-27 15:39:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "b3918b5f36d61861b757261da986b51be562c7a87ac4e531d4158e67e08bff72"
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.3.1"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
2024-04-06 13:55:10 +02:00
|
|
|
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 01:26:39 +03: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 01:26:39 +03:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-03-17 23:02:02 +01:00
|
|
|
"http 1.3.1",
|
2024-04-06 13:55:10 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.1.3"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-03-17 23:02:02 +01:00
|
|
|
"futures-core",
|
|
|
|
"http 1.3.1",
|
2024-07-24 01:26:39 +03: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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.10.1"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
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"
|
2025-01-04 19:02:15 +01:00
|
|
|
version = "0.14.32"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-04 19:02:15 +01:00
|
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
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
|
|
|
"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 01:44:29 -07:00
|
|
|
"pin-project-lite",
|
2024-09-07 11:39:29 +03: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"
|
2025-02-01 14:16:32 +02:00
|
|
|
version = "1.6.0"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-01 14:16:32 +02:00
|
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-12-05 22:10:59 +01:00
|
|
|
"h2",
|
2025-03-17 23:02:02 +01:00
|
|
|
"http 1.3.1",
|
2024-07-24 01:26:39 +03: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"
|
2025-01-04 19:02:15 +01:00
|
|
|
version = "0.27.5"
|
2024-06-19 13:06:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-04 19:02:15 +01:00
|
|
|
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
2024-06-19 13:06:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2025-03-17 23:02:02 +01:00
|
|
|
"http 1.3.1",
|
2025-02-01 14:16:32 +02:00
|
|
|
"hyper 1.6.0",
|
2024-06-19 13:06:58 +02:00
|
|
|
"hyper-util",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rustls 0.23.25",
|
2024-06-19 13:06:58 +02:00
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
2025-03-17 23:02:02 +01:00
|
|
|
"tokio-rustls 0.26.2",
|
2024-06-19 13:06:58 +02:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-04-06 13:55:10 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http-body-util",
|
2025-02-01 14:16:32 +02:00
|
|
|
"hyper 1.6.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-11-09 19:58:10 +01:00
|
|
|
version = "0.1.10"
|
2024-04-06 13:55:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-04-06 13:55:10 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2025-03-17 23:02:02 +01:00
|
|
|
"http 1.3.1",
|
2024-07-24 01:26:39 +03:00
|
|
|
"http-body 1.0.1",
|
2025-02-01 14:16:32 +02:00
|
|
|
"hyper 1.6.0",
|
2024-04-06 13:55:10 +02:00
|
|
|
"pin-project-lite",
|
2024-09-07 11:39:29 +03: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",
|
2025-03-19 17:39:53 +01:00
|
|
|
"windows-core 0.52.0",
|
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 11:39:29 +03: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"
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
2023-12-04 20:26:11 +01:00
|
|
|
name = "idna"
|
2024-11-09 19:58:10 +01:00
|
|
|
version = "1.0.3"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2019-10-24 20:37:17 +02:00
|
|
|
dependencies = [
|
2024-11-09 19:58:10 +01:00
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
2019-10-24 20:37:17 +02:00
|
|
|
]
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2024-09-07 11:39:29 +03:00
|
|
|
[[package]]
|
2024-11-09 19:58:10 +01:00
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
2024-09-07 11:39:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2024-09-07 11:39:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "2.8.0"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-12-05 22:10:59 +01:00
|
|
|
"hashbrown 0.15.2",
|
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 11:39:29 +03: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"
|
2025-01-25 01:32:09 +01:00
|
|
|
version = "2.11.0"
|
2020-08-12 18:46:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 01:32:09 +01:00
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2020-08-12 18:46:28 +02:00
|
|
|
|
2023-03-24 22:07:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.4.16"
|
2023-03-24 22:07:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
2023-03-24 22:07:50 +01:00
|
|
|
dependencies = [
|
2025-03-17 23:02:02 +01:00
|
|
|
"hermit-abi 0.5.0",
|
2024-02-25 23:26:46 +01:00
|
|
|
"libc",
|
2025-01-25 01:32:09 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-03-24 22:07:50 +01:00
|
|
|
]
|
|
|
|
|
2021-12-26 12:40:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.0.15"
|
2021-12-26 12:40:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
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-02 20:16:49 -07: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-02 20:16:49 -07:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"cron",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-03-14 23:12:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-01-25 01:32:09 +01:00
|
|
|
version = "0.3.77"
|
2020-03-14 23:12:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 01:32:09 +01:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2020-03-14 23:12:45 +01:00
|
|
|
dependencies = [
|
2024-12-05 22:10:59 +01:00
|
|
|
"once_cell",
|
2020-03-14 23:12:45 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2025-02-12 11:21:12 +02:00
|
|
|
version = "9.3.1"
|
2018-10-10 20:40:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 11:21:12 +02:00
|
|
|
checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
|
2018-02-10 01:00:55 +01:00
|
|
|
dependencies = [
|
2025-02-12 11:21:12 +02:00
|
|
|
"base64 0.22.1",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-11-11 20:14:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
]
|
|
|
|
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.11.15"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "759bc2b8eabb6a30b235d6f716f7f36479f4b38cbe65b8747aefee51f89e8437"
|
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 11:39:29 +03:00
|
|
|
"fastrand",
|
2022-07-06 23:57:37 +02:00
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2025-03-17 23:02:02 +01:00
|
|
|
"hostname",
|
2021-05-08 17:46:31 +02:00
|
|
|
"httpdate",
|
2024-12-10 18:59:28 +02:00
|
|
|
"idna",
|
2021-11-07 18:53:39 +01:00
|
|
|
"mime",
|
2020-01-30 22:11:53 +01:00
|
|
|
"native-tls",
|
2025-02-24 13:12:34 +02:00
|
|
|
"nom 8.0.0",
|
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 11:39:29 +03: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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.2.171"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
2022-03-20 18:51:24 +01:00
|
|
|
|
2024-01-27 02:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2024-11-09 19:58:10 +01:00
|
|
|
version = "0.2.11"
|
2024-01-27 02:43:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
2024-01-27 02:43:26 +01:00
|
|
|
|
2022-03-20 18:51:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libmimalloc-sys"
|
2025-03-19 17:39:53 +01:00
|
|
|
version = "0.1.40"
|
2024-07-08 23:27:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
|
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"
|
2025-02-01 14:16:32 +02:00
|
|
|
version = "0.31.0"
|
2019-06-02 00:28:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-01 14:16:32 +02:00
|
|
|
checksum = "ad8935b44e7c13394a179a438e0cebba0fe08fe01b54f152e29a93b5cf993fd4"
|
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
|
|
|
]
|
|
|
|
|
2023-03-04 19:18:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.4.15"
|
2023-03-22 21:30:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2023-03-22 21:30:07 +01:00
|
|
|
|
2025-03-17 23:02:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
|
|
|
|
|
2023-07-04 20:12:50 +02:00
|
|
|
[[package]]
|
2024-09-07 11:39:29 +03:00
|
|
|
name = "litemap"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.7.5"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
2023-07-04 20:12:50 +02:00
|
|
|
|
2024-11-09 19:58:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "litrs"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|
|
|
|
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"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.4.26"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
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",
|
2025-03-19 17:39:53 +01:00
|
|
|
"generator 0.7.5",
|
2021-11-07 18:53:39 +01:00
|
|
|
"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]]
|
2025-03-19 17:39:53 +01:00
|
|
|
name = "loom"
|
|
|
|
version = "0.7.2"
|
2021-11-28 13:02:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
2021-11-28 13:02:27 +01:00
|
|
|
dependencies = [
|
2025-03-19 17:39:53 +01:00
|
|
|
"cfg-if",
|
|
|
|
"generator 0.8.4",
|
|
|
|
"scoped-tls",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2021-11-28 13:02:27 +01:00
|
|
|
]
|
|
|
|
|
2025-01-09 18:37:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2025-03-19 17:39:53 +01:00
|
|
|
version = "0.1.44"
|
2024-07-08 23:27:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-19 17:39:53 +01:00
|
|
|
checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
|
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"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.8.5"
|
2024-08-23 22:06:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
2024-08-23 22:06:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-01-31 20:07:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-12-05 22:10:59 +01:00
|
|
|
version = "1.0.3"
|
2021-01-31 20:07:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2021-01-31 20:07:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-02-01 14:16:32 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-07-24 01:26:39 +03:00
|
|
|
"windows-sys 0.52.0",
|
2021-01-31 20:07:42 +01:00
|
|
|
]
|
|
|
|
|
2025-03-19 17:39:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "moka"
|
|
|
|
version = "0.12.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"loom 0.7.2",
|
|
|
|
"parking_lot",
|
|
|
|
"portable-atomic",
|
|
|
|
"rustc_version",
|
|
|
|
"smallvec",
|
|
|
|
"tagptr",
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
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 12:06:00 -05: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",
|
2025-03-17 23:02:02 +01:00
|
|
|
"http 1.3.1",
|
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-12-05 22:10:59 +01:00
|
|
|
version = "0.4.2"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "6bbb9b017b98c4cde5802998113e182eecc1ebce8d47e9ea1697b9a623d53870"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.2.14"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
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
|
|
|
]
|
|
|
|
|
2025-02-24 13:12:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "8.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2024-11-09 19:58:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-modular"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-order"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
|
|
|
|
dependencies = [
|
|
|
|
"num-modular",
|
|
|
|
]
|
|
|
|
|
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"
|
2025-01-04 19:02:15 +01:00
|
|
|
version = "0.36.7"
|
2023-07-04 20:12:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-04 19:02:15 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-07-04 20:12:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-03-09 22:04:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.21.1"
|
2020-03-09 22:04:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
|
2025-03-19 17:39:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
"portable-atomic",
|
|
|
|
]
|
2020-03-09 22:04:03 +01:00
|
|
|
|
2018-09-19 21:43:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.10.71"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
|
2018-09-19 21:43:03 +02:00
|
|
|
dependencies = [
|
2024-12-05 22:10:59 +01:00
|
|
|
"bitflags",
|
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"
|
2025-01-25 01:32:09 +01:00
|
|
|
version = "0.1.6"
|
2018-09-19 21:43:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-25 01:32:09 +01:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2018-09-19 21:43:03 +02:00
|
|
|
|
2020-09-25 23:23:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2025-02-12 11:21:12 +02:00
|
|
|
version = "300.4.2+3.4.1"
|
2020-09-25 23:23:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 11:21:12 +02:00
|
|
|
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
|
2020-09-25 23:23:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "0.9.106"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
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-07 21:30:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
2024-05-19 20:30:34 +02:00
|
|
|
version = "0.3.1"
|
2020-07-07 21:30:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 20:30:34 +02:00
|
|
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
2020-07-07 21:30:18 -07: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",
|
2025-02-01 14:16:32 +02:00
|
|
|
"rand_core 0.6.4",
|
2023-02-28 23:09:51 +01:00
|
|
|
"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
|
|
|
|
2025-03-17 23:02:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pastey"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3a8cb46bdc156b1c90460339ae6bfd45ba0394e5effbaa640badb4987fdc261"
|
|
|
|
|
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"
|
2025-02-24 13:12:34 +02:00
|
|
|
version = "3.0.5"
|
2020-03-16 16:32:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-24 13:12:34 +02:00
|
|
|
checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
|
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-12-10 18:59:28 +02:00
|
|
|
version = "2.7.15"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-10 18:59:28 +02:00
|
|
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
2019-01-13 01:39:29 +01:00
|
|
|
dependencies = [
|
2023-08-28 16:48:42 +02:00
|
|
|
"memchr",
|
2025-03-17 23:02:02 +01:00
|
|
|
"thiserror 2.0.12",
|
2020-01-30 22:11:53 +01:00
|
|
|
"ucd-trie",
|
2019-01-13 01:39:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-12-10 18:59:28 +02:00
|
|
|
version = "2.7.15"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-10 18:59:28 +02:00
|
|
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
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-12-10 18:59:28 +02:00
|
|
|
version = "2.7.15"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-10 18:59:28 +02:00
|
|
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
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-12-10 18:59:28 +02:00
|
|
|
version = "2.7.15"
|
2019-01-13 01:39:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-10 18:59:28 +02:00
|
|
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
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"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.11.3"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2024-11-11 20:14:04 +01:00
|
|
|
"phf_macros",
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_shared",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.11.3"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
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"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.11.3"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
2021-09-22 20:26:48 +02:00
|
|
|
dependencies = [
|
2022-02-22 20:48:00 +01:00
|
|
|
"phf_shared",
|
2025-02-01 14:16:32 +02:00
|
|
|
"rand 0.8.5",
|
2021-09-22 20:26:48 +02:00
|
|
|
]
|
|
|
|
|
2024-11-11 20:14:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.11.3"
|
2024-11-11 20:14:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
2024-11-11 20:14:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-22 20:26:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.11.3"
|
2021-09-22 20:26:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
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"
|
2025-01-08 18:14:08 +01:00
|
|
|
version = "0.2.16"
|
2020-12-04 13:38:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-08 18:14:08 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
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 11:39:29 +03:00
|
|
|
"fastrand",
|
2023-10-23 00:18:38 +02:00
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2018-02-10 01:00:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.3.32"
|
2018-02-10 01:00:55 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2018-02-10 01:00:55 +01:00
|
|
|
|
2023-11-15 10:41:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2024-11-09 19:58:10 +01:00
|
|
|
version = "3.7.4"
|
2023-11-15 10:41:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-09 19:58:10 +01:00
|
|
|
checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
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",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rustix 0.38.44",
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.11.0"
|
2024-02-25 23:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
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"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "0.2.21"
|
2019-07-09 17:26:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2024-08-07 22:46:03 +02:00
|
|
|
dependencies = [
|
2025-03-17 23:02:02 +01:00
|
|
|
"zerocopy 0.8.23",
|
2024-08-07 22:46:03 +02:00
|
|
|
]
|
2020-05-31 17:58:06 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pq-sys"
|
2025-02-01 14:16:32 +02:00
|
|
|
version = "0.7.0"
|
2020-05-31 17:58:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-01 14:16:32 +02:00
|
|
|
checksum = "30b51d65ebe1cb1f40641b15abae017fed35ccdda46e3dab1ff8768f625a3222"
|
2020-05-31 17:58:06 +02:00
|
|
|
dependencies = [
|
2025-02-01 14:16:32 +02:00
|
|
|
"libc",
|
2020-05-31 17:58:06 +02:00
|
|
|
"vcpkg",
|
|
|
|
]
|
2019-07-09 17:26:34 +02:00
|
|
|
|
2019-05-11 22:27:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.0.94"
|
2018-05-21 13:20:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
2018-05-21 13:20:34 +01:00
|
|
|
dependencies = [
|
2022-05-20 20:37:32 +02:00
|
|
|
"unicode-ident",
|
2018-05-21 13:20:34 +01: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"
|
2025-02-14 17:58:57 +01:00
|
|
|
version = "0.1.25"
|
2023-10-23 00:18:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-14 17:58:57 +01:00
|
|
|
checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
|
2023-10-23 00:18:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-05-16 15:29:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2024-12-05 22:10:59 +01:00
|
|
|
version = "2.3.0"
|
2021-05-16 15:29:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-05 22:10:59 +01:00
|
|
|
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
|
2021-05-16 15:29:13 +02:00
|
|
|
dependencies = [
|
2024-12-10 18:59:28 +02:00
|
|
|
"idna",
|
2021-05-16 15:29:13 +02:00
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
2021-12-22 21:48:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
2025-01-04 19:02:15 +01:00
|
|
|
version = "0.12.5"
|
2021-12-22 21:48:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-04 19:02:15 +01:00
|
|
|
checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
|
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",
|
2025-02-01 14:16:32 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
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
|
|
|
]
|
|
|
|
|
2019-08-18 19:31:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-03-17 23:02:02 +01:00
|
|
|
version = "1.0.40"
|
2019-08-18 19:31:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 23:02:02 +01:00
|
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
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 01:26:39 +03: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 01:26:39 +03:00
|
|
|
checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
|
2019-03-25 09:48:19 +01:00
|
|
|
|
2025-03-19 17:39:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "r-efi"
|
|
|
|
version = "5.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
|
|
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",
|
2025-02-01 14:16:32 +02:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
|
|
|
dependencies = [
|
|
|
|
"rand_chacha 0.9.0",
|
2025-03-17 23:02:02 +01:00
|
|
|
"rand_core 0.9.3",
|
|
|
|
"zerocopy 0.8.23",
|
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",
|
2025-02-01 14:16:32 +02:00
|
|