2020-02-25 19:29:58 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-03-07 01:41:27 +01:00
|
|
|
version = 4
|
2021-08-29 11:10:39 +02:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "abnf"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "0.12.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "33741baa462d86e43fdec5e8ffca7c6ac82847ad06cbfb382c1bdbf527de9e6b"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"abnf-core",
|
|
|
|
"nom",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-05 17:28:47 +02:00
|
|
|
name = "abnf-core"
|
2020-12-12 13:58:04 +01:00
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "abnf_to_pest"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "939d59666dd9a7964a3a5312b9d24c9c107630752ee64f2dd5038189a23fe331"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"abnf",
|
2025-03-07 01:41:27 +01:00
|
|
|
"indexmap 1.9.3",
|
|
|
|
"itertools",
|
2020-12-12 13:58:04 +01:00
|
|
|
"pretty",
|
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.24.2"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2022-03-16 19:29:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
2022-10-05 17:28:47 +02:00
|
|
|
"opaque-debug",
|
2022-03-16 19:29:36 +01:00
|
|
|
]
|
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.8"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"getrandom 0.2.15",
|
2021-10-06 13:53:14 +02:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.3"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-10-05 17:28:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.1.5"
|
2022-10-05 17:28:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-10-05 17:28:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "annotate-snippets"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.7"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"anstyle",
|
|
|
|
"once_cell",
|
|
|
|
"windows-sys 0.59.0",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.97"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
2021-10-28 00:32:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "api"
|
2022-05-20 19:34:48 +02:00
|
|
|
version = "0.3.2"
|
2021-10-28 00:32:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"capnp",
|
|
|
|
"capnpc",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-10-20 18:37:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.9"
|
2021-10-20 18:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
2021-10-20 18:37:50 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "0.5.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.9.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener 2.5.3",
|
|
|
|
"futures-core",
|
|
|
|
]
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "async-channel"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.3.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"concurrent-queue",
|
2025-03-07 01:41:27 +01:00
|
|
|
"event-listener-strategy",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core",
|
2025-03-07 01:41:27 +01:00
|
|
|
"pin-project-lite",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-compat"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.4"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.13.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
2025-03-07 01:41:27 +01:00
|
|
|
"fastrand 2.3.0",
|
|
|
|
"futures-lite 2.6.0",
|
2021-08-29 10:17:55 +02:00
|
|
|
"slab",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.4.1"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 2.3.1",
|
2021-11-25 23:36:17 +01:00
|
|
|
"async-executor",
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-io 2.4.0",
|
|
|
|
"async-lock 3.4.0",
|
2021-11-25 23:36:17 +01:00
|
|
|
"blocking",
|
2025-03-07 01:41:27 +01:00
|
|
|
"futures-lite 2.6.0",
|
2021-11-25 23:36:17 +01:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.13.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-lock 2.8.0",
|
2022-10-05 17:28:47 +02:00
|
|
|
"autocfg",
|
2025-03-07 01:41:27 +01:00
|
|
|
"cfg-if",
|
2020-11-24 14:16:22 +01:00
|
|
|
"concurrent-queue",
|
2025-03-07 01:41:27 +01:00
|
|
|
"futures-lite 1.13.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"log",
|
|
|
|
"parking",
|
2025-03-07 01:41:27 +01:00
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.28",
|
2021-08-29 10:17:55 +02:00
|
|
|
"slab",
|
2025-03-07 01:41:27 +01:00
|
|
|
"socket2 0.4.10",
|
2020-11-24 14:16:22 +01:00
|
|
|
"waker-fn",
|
2025-03-07 01:41:27 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock 3.4.0",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.6.0",
|
|
|
|
"parking",
|
|
|
|
"polling 3.7.4",
|
|
|
|
"rustix 0.38.44",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.59.0",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 2.5.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"event-listener 5.4.0",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2022-03-11 22:13:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.0.0"
|
2022-03-11 22:13:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
|
2022-03-11 22:13:54 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-io 2.4.0",
|
2022-03-11 22:13:54 +01:00
|
|
|
"blocking",
|
2025-03-07 01:41:27 +01:00
|
|
|
"futures-lite 2.6.0",
|
2022-03-11 22:13:54 +01:00
|
|
|
]
|
|
|
|
|
2021-10-27 14:49:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-oneshot"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.9"
|
2021-10-27 14:49:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ae47de2a02d543205f3f5457a90b6ecbc9494db70557bd29590ec8f1ddff5463"
|
2021-10-27 14:49:45 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-micro",
|
|
|
|
]
|
|
|
|
|
2022-06-18 16:52:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.3.0"
|
2022-06-18 16:52:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
2022-06-18 16:52:22 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 2.3.1",
|
|
|
|
"async-io 2.4.0",
|
|
|
|
"async-lock 3.4.0",
|
|
|
|
"async-signal",
|
|
|
|
"async-task",
|
2022-06-18 16:52:22 +02:00
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
2025-03-07 01:41:27 +01:00
|
|
|
"event-listener 5.4.0",
|
|
|
|
"futures-lite 2.6.0",
|
|
|
|
"rustix 0.38.44",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-signal"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
|
|
|
dependencies = [
|
|
|
|
"async-io 2.4.0",
|
|
|
|
"async-lock 3.4.0",
|
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"rustix 0.38.44",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"windows-sys 0.59.0",
|
2022-06-18 16:52:22 +02:00
|
|
|
]
|
|
|
|
|
2021-10-27 18:01:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.13.0"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 1.9.0",
|
2021-11-25 23:36:17 +01:00
|
|
|
"async-global-executor",
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-io 2.4.0",
|
|
|
|
"async-lock 3.4.0",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-10-27 18:01:15 +02:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2025-03-07 01:41:27 +01:00
|
|
|
"futures-lite 2.6.0",
|
2021-11-25 23:36:17 +01:00
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
2021-10-27 18:01:15 +02:00
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.6"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2025-03-07 01:41:27 +01:00
|
|
|
"pin-project-lite",
|
2022-06-21 16:20:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.6"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2022-06-21 16:20:44 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-09-07 09:45:55 +02:00
|
|
|
name = "async-task"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "4.7.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.87"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.2"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-02-09 17:07:22 +01:00
|
|
|
"hermit-abi 0.1.19",
|
2021-10-19 11:16:24 +02:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.4.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.5.17"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-06-21 16:20:44 +02:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2025-03-07 01:41:27 +01:00
|
|
|
"itoa",
|
2022-06-21 16:20:44 +02:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.2.9"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2023-02-09 17:07:22 +01:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-06-21 16:20:44 +02:00
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.74"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-ext"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
2022-06-02 17:46:26 +02:00
|
|
|
]
|
|
|
|
|
2021-10-20 18:37:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.13.1"
|
2021-10-20 18:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-10-20 18:37:50 +02:00
|
|
|
|
2023-01-18 16:26:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
2023-01-18 16:26:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2023-01-18 16:26:09 +01:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c7e6caee68becd795bfd65f1a026e4d00d8f0c2bc9be5eb568e1015f9ce3c34"
|
|
|
|
dependencies = [
|
|
|
|
"bitfield-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield-macros"
|
|
|
|
version = "0.18.1"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "331afbb18ce7b644c0b428726d369c5dd37ca0b815d72a459fcc2896c3c8ad32"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
]
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-27 17:53:00 +02:00
|
|
|
version = "1.3.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 17:53:00 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2021-10-20 18:37:50 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "bitflags"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
2021-10-20 18:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
2021-10-20 18:37:50 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
2021-10-20 18:37:50 +02:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "1.0.3"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.7.6",
|
|
|
|
"constant_time_eq",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.10.4"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"generic-array",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2022-03-16 19:29:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-modes"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e"
|
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"block-padding",
|
2022-03-16 19:29:36 +01:00
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.6.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 2.3.1",
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-task",
|
2025-03-07 01:41:27 +01:00
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.6.0",
|
|
|
|
"piper",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2021-10-27 18:01:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.17.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.6.12"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
2025-03-07 01:41:27 +01:00
|
|
|
"simdutf8",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.6.12"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.5.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.10.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.16.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "18eca1b9aca7e3623dda158213b1b79c1e5c4293fbbf0ead6b9ed28a1763bbff"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp-futures"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.16.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "14590e1a7c46e84b76cca4eed753535a3748ec014b417ee000aedbc8c68c9900"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
2021-10-27 21:32:50 +02:00
|
|
|
"futures",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp-rpc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.16.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "619ac0423bdd1dc0b9bb4348cc80daaf81e8e41d64210822e603d44c668534e6"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
|
|
|
"capnp-futures",
|
2021-10-27 21:32:50 +02:00
|
|
|
"futures",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnpc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.16.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "55b72fc31ab0a8fd0420a799737d15e0a5297d695ba6c8b7b578d8cc0ba8360c"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "0.3.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.2.16"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2025-03-07 01:41:27 +01:00
|
|
|
"libc",
|
|
|
|
"shlex",
|
2022-05-18 17:01:03 +02:00
|
|
|
]
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-11-17 12:26:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-11-17 12:26:41 +01:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.40"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"android-tzdata",
|
2022-10-05 17:28:47 +02:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-10-19 11:16:24 +02:00
|
|
|
"num-traits",
|
2021-10-27 21:32:50 +02:00
|
|
|
"serde",
|
2022-10-05 17:28:47 +02:00
|
|
|
"wasm-bindgen",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-link",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half 2.4.1",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
2022-03-16 19:29:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"generic-array",
|
2022-03-16 19:29:36 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.2.25"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"atty",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"clap_lex 0.2.4",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"once_cell",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap",
|
2022-03-11 22:13:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "4.5.31"
|
2022-03-11 22:13:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
|
2022-03-11 22:13:54 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex 0.7.4",
|
|
|
|
"strsim 0.11.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.5.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
2022-06-21 22:23:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "0.2.4"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-06-21 22:23:55 +02:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2023-02-09 17:07:22 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.7.4"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "concurrent-queue"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.5.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2023-02-09 17:07:22 +01:00
|
|
|
"crossbeam-utils",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 1.9.0",
|
2022-06-21 19:11:57 +02:00
|
|
|
"async-compat",
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-io 2.4.0",
|
2022-06-21 19:11:57 +02:00
|
|
|
"async-net",
|
|
|
|
"async-oneshot",
|
2022-06-21 16:20:44 +02:00
|
|
|
"console-api",
|
|
|
|
"crossbeam-channel",
|
2022-06-21 19:11:57 +02:00
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-util",
|
|
|
|
"hdrhistogram",
|
2022-06-21 16:20:44 +02:00
|
|
|
"hyper",
|
2022-06-21 19:11:57 +02:00
|
|
|
"prost-types",
|
2022-06-21 16:20:44 +02:00
|
|
|
"thread_local",
|
2022-06-21 19:11:57 +02:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-06-21 16:20:44 +02:00
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2022-06-21 22:23:55 +02:00
|
|
|
"tracing-subscriber",
|
2022-06-21 16:20:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06c5fd425783d81668ed68ec98408a80498fb4ae2fd607797539e1a9dfa3618f"
|
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
|
|
|
version = "0.4.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f8a2ca5ac02d09563609681103aada9e1777d54fc57a5acd7a41404f9c93b6e"
|
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "const_format"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.34"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"const_format_proc_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format_proc_macros"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.34"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-10-20 18:37:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.1"
|
2021-10-20 18:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
2021-10-20 18:37:50 +02:00
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.9.4"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.8.7"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-03-13 21:30:26 +01:00
|
|
|
|
2025-01-24 03:56:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "cpufeatures"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.17"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2021-08-29 10:17:55 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2022-06-21 19:11:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.4.2"
|
2022-06-21 19:11:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2022-06-21 19:11:57 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.1"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"anes",
|
2021-11-25 23:36:17 +01:00
|
|
|
"cast",
|
2025-03-07 01:41:27 +01:00
|
|
|
"ciborium",
|
|
|
|
"clap 4.5.31",
|
2021-11-25 23:36:17 +01:00
|
|
|
"criterion-plot",
|
2025-03-07 01:41:27 +01:00
|
|
|
"is-terminal",
|
|
|
|
"itertools",
|
2021-11-25 23:36:17 +01:00
|
|
|
"num-traits",
|
2025-03-07 01:41:27 +01:00
|
|
|
"once_cell",
|
2021-11-25 23:36:17 +01:00
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2025-03-07 01:41:27 +01:00
|
|
|
"itertools",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.8.4"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-epoch",
|
2021-11-25 23:36:17 +01:00
|
|
|
"crossbeam-queue",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.14"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.8.6"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.9.18"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.12"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.8.21"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
2021-10-19 11:16:24 +02:00
|
|
|
|
2022-10-05 17:28:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "ctor"
|
|
|
|
version = "0.1.26"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-02-09 17:07:22 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"powerfmt",
|
2023-02-09 17:07:22 +01:00
|
|
|
]
|
|
|
|
|
2022-03-16 19:29:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "des"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac41dd49fb554432020d52c875fc290e110113f864c6b1b525cd62c7e7747a5d"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cipher",
|
2022-10-05 17:28:47 +02:00
|
|
|
"opaque-debug",
|
2022-03-16 19:29:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "desfire"
|
2022-11-02 15:01:44 +01:00
|
|
|
version = "0.2.0-alpha3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ab9ad4e1c8f7f5bdd3b407a1df8745bbf6a90d7a5b7435ca915889d12c40428"
|
2022-03-16 19:29:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"block-modes",
|
|
|
|
"des",
|
|
|
|
"hex",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rand 0.8.5",
|
2022-03-16 19:29:36 +01:00
|
|
|
"simple-error",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dhall"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.12.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ec26264de25a8e3642fbb37abb24a6c6be9e19795444e6cf1bb88be5c2d55cc7"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"abnf_to_pest",
|
|
|
|
"annotate-snippets",
|
2021-02-09 17:19:00 +00:00
|
|
|
"elsa",
|
2025-03-07 01:41:27 +01:00
|
|
|
"half 2.4.1",
|
2020-12-12 13:58:04 +01:00
|
|
|
"hex",
|
2025-03-07 01:41:27 +01:00
|
|
|
"home",
|
|
|
|
"itertools",
|
2020-12-12 13:58:04 +01:00
|
|
|
"lazy_static",
|
2025-03-07 01:41:27 +01:00
|
|
|
"minicbor",
|
2020-12-12 13:58:04 +01:00
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_consume",
|
|
|
|
"pest_generator",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"sha2",
|
2020-12-12 13:58:04 +01:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dhall_proc_macros"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.6.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "efcdb228bf802b21cd843e5ac3959b6255966238e5ec06d2e4bc6b9935475653"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2025-01-24 03:56:40 +01:00
|
|
|
name = "difluoroborane"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.4"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-10-28 00:32:25 +02:00
|
|
|
"api",
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 2.3.1",
|
2022-03-13 21:30:26 +01:00
|
|
|
"async-compat",
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-io 2.4.0",
|
2022-03-11 22:13:54 +01:00
|
|
|
"async-net",
|
2021-10-27 14:49:45 +02:00
|
|
|
"async-oneshot",
|
2022-06-18 16:52:22 +02:00
|
|
|
"async-process",
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-trait",
|
2022-06-02 17:46:26 +02:00
|
|
|
"backtrace",
|
2025-03-07 01:41:27 +01:00
|
|
|
"base64 0.22.1",
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
|
|
|
"capnp-rpc",
|
2021-10-27 21:32:50 +02:00
|
|
|
"chrono",
|
2025-03-07 01:41:27 +01:00
|
|
|
"clap 3.2.25",
|
2022-06-21 22:23:55 +02:00
|
|
|
"console",
|
2022-03-16 19:29:36 +01:00
|
|
|
"desfire",
|
2022-03-15 16:27:41 +01:00
|
|
|
"dirs",
|
2021-10-18 10:39:31 +02:00
|
|
|
"erased-serde",
|
2021-11-25 23:36:17 +01:00
|
|
|
"executor",
|
2025-03-07 01:41:27 +01:00
|
|
|
"futures-lite 2.6.0",
|
2022-03-07 18:27:54 +01:00
|
|
|
"futures-rustls",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-signals",
|
2020-12-01 16:06:39 +01:00
|
|
|
"futures-test",
|
2021-12-15 23:42:16 +01:00
|
|
|
"futures-util",
|
2022-03-16 19:29:36 +01:00
|
|
|
"hex",
|
2025-03-07 01:41:27 +01:00
|
|
|
"inventory 0.3.20",
|
2022-03-08 16:41:38 +01:00
|
|
|
"lazy_static",
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2022-07-24 16:07:49 +02:00
|
|
|
"lightproc",
|
2022-03-16 19:29:36 +01:00
|
|
|
"linkme",
|
2020-11-24 14:16:22 +01:00
|
|
|
"lmdb-rkv",
|
2022-06-02 17:46:26 +02:00
|
|
|
"miette",
|
2022-03-11 22:13:54 +01:00
|
|
|
"nix",
|
2021-11-26 21:01:43 +01:00
|
|
|
"once_cell",
|
2021-11-25 23:36:17 +01:00
|
|
|
"pin-utils",
|
2021-10-06 13:53:14 +02:00
|
|
|
"ptr_meta",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rand 0.8.5",
|
2021-10-06 13:53:14 +02:00
|
|
|
"rkyv",
|
|
|
|
"rkyv_dyn",
|
|
|
|
"rkyv_typename",
|
2021-10-19 11:16:24 +02:00
|
|
|
"rsasl",
|
2022-03-13 21:30:26 +01:00
|
|
|
"rumqttc",
|
2021-10-20 18:37:50 +02:00
|
|
|
"rust-argon2",
|
2021-12-15 23:42:16 +01:00
|
|
|
"rustls",
|
2022-03-13 21:30:26 +01:00
|
|
|
"rustls-native-certs",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rustls-pemfile 1.0.4",
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-12-12 13:58:04 +01:00
|
|
|
"serde_dhall",
|
2021-09-22 08:39:50 +02:00
|
|
|
"serde_json",
|
2022-05-18 17:01:03 +02:00
|
|
|
"shadow-rs",
|
2020-11-24 14:16:22 +01:00
|
|
|
"signal-hook",
|
2022-03-11 22:13:54 +01:00
|
|
|
"signal-hook-async-std",
|
2021-09-10 16:22:58 +02:00
|
|
|
"tempfile",
|
2025-03-07 01:41:27 +01:00
|
|
|
"thiserror 2.0.12",
|
|
|
|
"toml 0.5.11",
|
2021-10-06 13:53:14 +02:00
|
|
|
"tracing",
|
2022-03-11 22:13:54 +01:00
|
|
|
"tracing-futures",
|
2022-06-21 22:23:55 +02:00
|
|
|
"tracing-subscriber",
|
2022-03-13 21:30:26 +01:00
|
|
|
"url",
|
2020-11-24 14:16:22 +01:00
|
|
|
"uuid",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.10.7"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"block-buffer",
|
2022-10-05 17:28:47 +02:00
|
|
|
"crypto-common",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2022-03-15 16:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "6.0.0"
|
2022-03-15 16:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
2022-03-15 16:27:41 +01:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.0"
|
2022-03-15 16:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
2022-03-15 16:27:41 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-03-07 01:41:27 +01:00
|
|
|
"option-ext",
|
2022-03-15 16:27:41 +01:00
|
|
|
"redox_users",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-03-15 16:27:41 +01:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2025-03-07 01:41:27 +01: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 2.0.99",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.15.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2021-02-09 17:19:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "elsa"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.11.0"
|
2021-02-09 17:19:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b"
|
2021-02-09 17:19:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
2021-10-18 10:39:31 +02:00
|
|
|
name = "erased-serde"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.6"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2021-10-18 10:39:31 +02:00
|
|
|
"serde",
|
2025-03-07 01:41:27 +01:00
|
|
|
"typeid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.59.0",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "2.5.3"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "5.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 5.4.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "executor"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"arrayvec 0.7.6",
|
2021-11-25 23:36:17 +01:00
|
|
|
"async-std",
|
|
|
|
"criterion",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-epoch",
|
2021-11-25 23:36:17 +01:00
|
|
|
"crossbeam-queue",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
"futures-timer",
|
|
|
|
"futures-util",
|
2022-06-23 14:37:17 +02:00
|
|
|
"hdrhistogram",
|
2021-11-25 23:36:17 +01:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"lightproc",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2022-06-23 14:37:17 +02:00
|
|
|
"parking_lot",
|
2021-11-25 23:36:17 +01:00
|
|
|
"pin-utils",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rand 0.9.0",
|
2022-06-23 21:19:31 +02:00
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
2021-11-25 23:36:17 +01:00
|
|
|
"tracing",
|
2022-06-21 22:23:55 +02:00
|
|
|
"tracing-subscriber",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fabfire_provision"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap 4.5.31",
|
|
|
|
"desfire",
|
|
|
|
"hex",
|
|
|
|
"pcsc",
|
|
|
|
"rand 0.9.0",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"uriparse",
|
|
|
|
"urlencoding",
|
|
|
|
"urn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.9.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2020-11-17 12:26:41 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"instant",
|
2020-11-17 12:26:41 +01:00
|
|
|
]
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
2022-06-21 19:11:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.0"
|
2022-06-21 19:11:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
|
2022-06-21 19:11:57 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.2.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2022-03-11 22:13:54 +01:00
|
|
|
"futures-executor",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.13.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"fastrand 1.9.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand 2.3.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2021-10-27 14:49:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-micro"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b460264b3593d68b16a7bc35f7bc226ddfebdf9a1c8db1ed95d5cc6b7168c826"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-03-07 18:27:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-rustls"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "0.22.2"
|
2022-03-07 18:27:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
|
2022-03-07 18:27:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-io",
|
|
|
|
"rustls",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-signals"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.34"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "70abe9c40a0dccd69bf7c59ba58714ebeb6c15a88143a10c6be7130e895f1696"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"discard",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-03-07 01:41:27 +01:00
|
|
|
"gensym",
|
2022-03-15 16:27:41 +01:00
|
|
|
"log",
|
2021-08-29 10:17:55 +02:00
|
|
|
"pin-project",
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-01 16:06:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-test"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-12-01 16:06:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5961fb6311645f46e2cdc2964a8bfae6743fd72315eaec181a71ae3eb2467113"
|
2020-12-01 16:06:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
2021-08-29 10:17:55 +02:00
|
|
|
"futures-macro",
|
2020-12-01 16:06:39 +01:00
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.0.3"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.31"
|
2020-11-17 12:26:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2020-11-17 12:26:41 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-08-29 10:17:55 +02:00
|
|
|
"pin-project-lite",
|
2020-11-24 14:16:22 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.14.7"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gensym"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "913dce4c5f06c2ea40fc178c06f777ac89fc6b1383e90c254fafb1abe4ba3c82"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.15"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2022-06-21 22:23:55 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.19"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6a8661f18e73000bcea2f0d68262eb8ac1b1e951e10eb936d3f95b36201c136d"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.31.1"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.20.0"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 2.9.0",
|
2022-05-18 17:01:03 +02:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.2"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
2021-10-19 11:16:24 +02:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.26"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2025-03-07 01:41:27 +01:00
|
|
|
"indexmap 2.7.1",
|
2022-06-21 16:20:44 +02:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "2.4.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crunchy",
|
|
|
|
]
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "0.12.3"
|
2022-03-15 16:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
|
2022-06-21 19:11:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "7.5.4"
|
2022-06-21 19:11:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2022-06-21 19:11:57 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"base64 0.21.7",
|
2022-06-21 19:11:57 +02:00
|
|
|
"byteorder",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"flate2",
|
2022-10-05 17:28:47 +02:00
|
|
|
"nom",
|
2022-06-21 19:11:57 +02:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.1.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2023-02-09 17:07:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.9"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.4.3"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2022-03-16 19:29:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.12"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2025-03-07 01:41:27 +01:00
|
|
|
"itoa",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.6"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.1"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.10.1"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.3"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.14.32"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2025-03-07 01:41:27 +01:00
|
|
|
"itoa",
|
2022-06-21 16:20:44 +02:00
|
|
|
"pin-project-lite",
|
2025-03-07 01:41:27 +01:00
|
|
|
"socket2 0.5.8",
|
2022-06-21 16:20:44 +02:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2022-10-05 17:28:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.61"
|
2022-10-05 17:28:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2022-10-05 17:28:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-02-09 17:07:22 +01:00
|
|
|
"iana-time-zone-haiku",
|
2022-10-05 17:28:47 +02:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-core",
|
2022-10-05 17:28:47 +02:00
|
|
|
]
|
|
|
|
|
2023-02-09 17:07:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.2"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-02-09 17:07:22 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"cc",
|
2023-02-09 17:07:22 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
2021-10-06 13:53:14 +02:00
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
2022-05-18 17:01:03 +02:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2021-09-22 08:39:50 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
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 2.0.99",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"ghost",
|
|
|
|
"inventory-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
|
|
|
version = "0.3.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory-impl"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.9",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.4.0",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is_ci"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is_debug"
|
|
|
|
version = "1.1.0"
|
2021-09-22 08:39:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1fe266d2e243c931d8190177f20bf7f24eed45e96f39e87dc49a27b32d12d407"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
2021-09-22 08:39:50 +02:00
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.15"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2022-03-13 21:30:26 +01:00
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.32"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-27 18:01:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.77"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"once_cell",
|
2021-10-27 18:01:15 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +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",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.5.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.170"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.18.0+1.9.0"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.21"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lightproc"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
|
|
|
"bitfield",
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-11-25 23:36:17 +01:00
|
|
|
"crossbeam",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
"futures-executor",
|
|
|
|
"lazy_static",
|
|
|
|
"pin-utils",
|
2022-06-22 14:43:09 +02:00
|
|
|
"tracing",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2022-03-07 18:27:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linkme"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.32"
|
2022-03-07 18:27:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
|
2022-03-07 18:27:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"linkme-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linkme-impl"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.32"
|
2022-03-07 18:27:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
|
2022-03-07 18:27:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2022-03-07 18:27:54 +01:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "447a296f7aca299cfbb50f4e4f3d49451549af655fb7215d7f8c0c3d64bad42b"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 1.3.2",
|
2020-11-24 14:16:22 +01:00
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"lmdb-rkv-sys",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv-sys"
|
2022-03-15 16:27:41 +01:00
|
|
|
version = "0.11.2"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 16:27:41 +01:00
|
|
|
checksum = "61b9ce6b3be08acefa3003c57b7565377432a89ec24476bbe72e11d101f852fe"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2022-06-23 14:37:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.12"
|
2022-06-23 14:37:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-06-23 14:37:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.26"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-11-25 23:36:17 +01:00
|
|
|
"value-bag",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2022-06-21 22:23:55 +02:00
|
|
|
version = "0.1.0"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 22:23:55 +02:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"regex-automata 0.1.10",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.7.4"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miette"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "7.5.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1a955165f87b37fd1862df2a59547ac542c77ef6d17c666f619d1ad22dd89484"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
2025-03-07 01:41:27 +01:00
|
|
|
"backtrace-ext",
|
|
|
|
"cfg-if",
|
2022-06-02 17:46:26 +02:00
|
|
|
"miette-derive",
|
|
|
|
"owo-colors",
|
|
|
|
"supports-color",
|
|
|
|
"supports-hyperlinks",
|
|
|
|
"supports-unicode",
|
|
|
|
"terminal_size",
|
2025-03-07 01:41:27 +01:00
|
|
|
"textwrap",
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
"unicode-width 0.1.14",
|
2022-06-02 17:46:26 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "7.5.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "bf45bf44ab49be92fd1227a3be6fc6f617f1a337c06af54981048574d8783147"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2022-06-02 17:46:26 +02:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minicbor"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a20020e8e2d1881d8736f64011bb5ff99f1db9947ce3089706945c8915695cb"
|
|
|
|
dependencies = [
|
|
|
|
"half 1.8.3",
|
|
|
|
"minicbor-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minicbor-derive"
|
|
|
|
version = "0.12.0"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8608fb1c805b5b6b3d5ab7bd95c40c396df622b64d77b2d621a5eae1eed050ee"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
2022-06-21 16:20:44 +02:00
|
|
|
|
2022-06-21 19:11:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.8.5"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"adler2",
|
2022-06-02 17:46:26 +02:00
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.3"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-15 16:27:41 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
2022-03-11 22:13:54 +01:00
|
|
|
name = "nix"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.29.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 2.9.0",
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2025-03-07 01:41:27 +01:00
|
|
|
"cfg_aliases",
|
2022-03-11 22:13:54 +01:00
|
|
|
"libc",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 19:11:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "7.1.3"
|
2022-06-21 19:11:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-06-21 19:11:57 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-02-09 17:07:22 +01: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",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2022-03-16 19:29:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2022-03-16 19:29:36 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"hermit-abi 0.3.9",
|
|
|
|
"libc",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.7"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.36.7"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.20.3"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "11.1.4"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.6"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
2022-03-13 21:30:26 +01:00
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
2022-03-11 22:13:54 +01:00
|
|
|
name = "os_str_bytes"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "6.6.1"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "4.2.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
2022-03-11 22:13:54 +01:00
|
|
|
name = "parking"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.2.1"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2022-06-23 14:37:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.12.3"
|
2022-06-23 14:37:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-06-23 14:37:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.9.10"
|
2022-06-23 14:37:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-06-23 14:37:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pcsc"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dd833ecf8967e65934c49d3521a175929839bf6d0e497f3bd0d3a2ca08943da"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
"pcsc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pcsc-sys"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ef017e15d2e5592a9e39a346c1dbaea5120bab7ed7106b210ef58ebd97003"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
2022-06-23 14:37:17 +02:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.3.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.7.15"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"memchr",
|
|
|
|
"thiserror 2.0.12",
|
2020-12-12 13:58:04 +01:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_consume"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "1.1.3"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "79447402d15d18e7142e14c72f2e63fa3d155be1bc5b70b3ccbb610ac55f536b"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_consume_macros",
|
|
|
|
"pest_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_consume_macros"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.1.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "9d8630a7a899cb344ec1c16ba0a6b24240029af34bdc0a21f84e411d7f793f29"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.7.15"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.7.15"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.7.15"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"once_cell",
|
2020-12-12 13:58:04 +01:00
|
|
|
"pest",
|
2025-03-07 01:41:27 +01:00
|
|
|
"sha2",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.10"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"pin-project-internal",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.10"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.16"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "0.1.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand 2.3.0",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.32"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.7"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.7"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.7"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "polling"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.8.0"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2020-09-07 09:45:55 +02:00
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"autocfg",
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2025-03-07 01:41:27 +01:00
|
|
|
"concurrent-queue",
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2025-03-07 01:41:27 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "3.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"hermit-abi 0.4.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustix 0.38.44",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.59.0",
|
2020-09-07 09:45:55 +02:00
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pollster"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.20"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy 0.7.35",
|
|
|
|
]
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty"
|
2022-10-05 17:28:47 +02:00
|
|
|
version = "0.11.3"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-05 17:28:47 +02:00
|
|
|
checksum = "83f3aa1e3ca87d3b124db7461265ac176b40c277f37e503eaa29c9c75c037846"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2022-10-05 17:28:47 +02:00
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"log",
|
2020-12-12 13:58:04 +01:00
|
|
|
"typed-arena",
|
2022-10-05 17:28:47 +02:00
|
|
|
"unicode-segmentation",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.94"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2022-06-21 22:23:55 +02:00
|
|
|
"unicode-ident",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2025-03-07 01:41:27 +01:00
|
|
|
"itertools",
|
2022-06-21 16:20:44 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2022-06-21 16:20:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.39"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-15 16:27:41 +01:00
|
|
|
version = "0.8.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 16:27:41 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2025-03-07 01:41:27 +01: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",
|
|
|
|
"rand_core 0.9.3",
|
|
|
|
"zerocopy 0.8.23",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.3.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"ppv-lite86",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.9.3",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.6.4"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"getrandom 0.2.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.3.1",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.10.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.12.1"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2021-11-25 23:36:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
2022-03-11 22:13:54 +01:00
|
|
|
"crossbeam-utils",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.10"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
2021-08-29 10:17:55 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 2.9.0",
|
2021-08-29 10:17:55 +02:00
|
|
|
]
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2022-03-15 16:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.0"
|
2022-03-15 16:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
2022-03-15 16:27:41 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"getrandom 0.2.15",
|
|
|
|
"libredox",
|
|
|
|
"thiserror 2.0.12",
|
2022-03-15 16:27:41 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.11.1"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2022-06-02 17:46:26 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2025-03-07 01:41:27 +01:00
|
|
|
"regex-automata 0.4.9",
|
|
|
|
"regex-syntax 0.8.5",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.8.5",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.6.29"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2021-10-19 11:16:24 +02:00
|
|
|
|
2021-09-10 16:22:58 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.5"
|
2021-09-10 16:22:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2021-09-10 16:22:58 +02:00
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.2"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2021-11-26 21:01:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
2025-03-07 01:41:27 +01:00
|
|
|
"untrusted 0.7.1",
|
2021-11-26 21:01:43 +01:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom 0.2.15",
|
|
|
|
"libc",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.45"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitvec",
|
2021-10-06 13:53:14 +02:00
|
|
|
"bytecheck",
|
2025-03-07 01:41:27 +01:00
|
|
|
"bytes",
|
|
|
|
"hashbrown 0.12.3",
|
2021-10-06 13:53:14 +02:00
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
2025-03-07 01:41:27 +01:00
|
|
|
"tinyvec",
|
|
|
|
"uuid",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.45"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_dyn"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.44"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7087f1bf1fdffcf7391cd0755df81c47f8a87fe863bab93f99d9f6bbf16b40b7"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"inventory 0.1.11",
|
2021-10-06 13:53:14 +02:00
|
|
|
"lazy_static",
|
|
|
|
"ptr_meta",
|
|
|
|
"rkyv",
|
|
|
|
"rkyv_dyn_derive",
|
|
|
|
"rkyv_typename",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_dyn_derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.44"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6f21d9c9cfb6d952b4baf89f1ffcfaccd56e0f8c81510f5a7b04de2c034bad18"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_typename"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.44"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c3f3b496694520c6001309c86ab52cf126d084778eb8a372b6bed1400f0562b8"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"rkyv_typename_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_typename_derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.44"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "05589f3fceeb5ad55f3a68b6ac56274feeb3c1b8215b4734d2562b78134a3551"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rsasl"
|
2025-01-24 03:56:40 +01:00
|
|
|
version = "2.2.0"
|
2022-11-01 10:47:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-24 03:56:40 +01:00
|
|
|
checksum = "c8b534a23662bb559c5c73213be63ecd6524e774d291f3618c2b04b723d184eb"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-01-24 03:56:40 +01:00
|
|
|
"core2",
|
2022-03-07 18:27:54 +01:00
|
|
|
"linkme",
|
2022-10-05 17:28:47 +02:00
|
|
|
"serde_json",
|
2022-03-07 18:27:54 +01:00
|
|
|
"stringprep",
|
2025-03-07 01:41:27 +01:00
|
|
|
"thiserror 1.0.69",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rumqttc"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29fa50cc13f4c9c4962d925c3f99f822fb19995cc527ec1d556ee7635dfa2e3d"
|
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-channel 1.9.0",
|
2022-03-13 21:30:26 +01:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"pollster",
|
|
|
|
"rustls-pemfile 0.3.0",
|
2025-03-07 01:41:27 +01:00
|
|
|
"thiserror 1.0.69",
|
2022-03-13 21:30:26 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-10-20 18:37:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.1.0"
|
2021-10-20 18:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9d9848531d60c9cbbcf9d166c885316c24bc0e2a9d3eba0956bb6cbbd79bc6e8"
|
2021-10-20 18:37:50 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"base64 0.21.7",
|
2021-10-20 18:37:50 +02:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.15",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "1.0.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "17f8dcd64f141950290e45c99f7710ede1b600297c91818bb30b3667c0f45dc0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.9.2",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2021-11-26 21:01:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.20.9"
|
2021-11-26 21:01:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
2021-11-26 21:01:43 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2025-03-07 01:41:27 +01:00
|
|
|
"ring 0.16.20",
|
2021-12-15 23:42:16 +01:00
|
|
|
"sct",
|
|
|
|
"webpki",
|
2021-11-26 21:01:43 +01:00
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.6.3"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rustls-pemfile 1.0.4",
|
2022-03-13 21:30:26 +01:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2022-06-21 22:23:55 +02:00
|
|
|
version = "0.3.0"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 22:23:55 +02:00
|
|
|
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"base64 0.13.1",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
2022-03-11 22:13:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.4"
|
2022-03-11 22:13:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-03-11 22:13:54 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"base64 0.21.7",
|
2022-03-11 22:13:54 +01:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.20"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2021-08-29 10:17:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.27"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-sys 0.59.0",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.2.0"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
2021-11-26 21:01:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.1"
|
2021-11-26 21:01:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2021-11-26 21:01:43 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"ring 0.17.13",
|
|
|
|
"untrusted 0.9.0",
|
2021-11-26 21:01:43 +01:00
|
|
|
]
|
|
|
|
|
2021-10-27 23:20:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sdk"
|
|
|
|
version = "0.1.0"
|
2021-12-15 23:42:16 +01:00
|
|
|
dependencies = [
|
2025-01-24 03:56:40 +01:00
|
|
|
"difluoroborane",
|
2021-12-15 23:42:16 +01:00
|
|
|
"futures-util",
|
2021-12-17 16:43:31 +01:00
|
|
|
"sdk-proc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdk-proc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2021-12-17 16:43:31 +01:00
|
|
|
"trybuild",
|
2021-12-15 23:42:16 +01:00
|
|
|
]
|
2021-10-27 23:20:35 +02:00
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.11.1"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 2.9.0",
|
2022-03-13 21:30:26 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.14.0"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.218"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde_derive",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.218"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_dhall"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.12.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "655a5c686ad80aef90d2e6bfea3715778623c9a659017c8346bc97eb58f9b27d"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"dhall",
|
|
|
|
"dhall_proc_macros",
|
|
|
|
"doc-comment",
|
|
|
|
"serde",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-09-22 08:39:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.140"
|
2021-09-22 08:39:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
2021-09-22 08:39:50 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"itoa",
|
2025-01-24 03:56:40 +01:00
|
|
|
"memchr",
|
2021-09-22 08:39:50 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.8"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"serde",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.10.8"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2021-08-29 10:17:55 +02:00
|
|
|
"cpufeatures",
|
2025-03-07 01:41:27 +01:00
|
|
|
"digest",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shadow-rs"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.38.1"
|
2022-05-18 17:01:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6ec14cc798c29f4bf74a6c4299c657c04d4e9fba03875c1f0eec569af03aed89"
|
2022-05-18 17:01:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"const_format",
|
|
|
|
"git2",
|
|
|
|
"is_debug",
|
2025-03-07 01:41:27 +01:00
|
|
|
"time",
|
|
|
|
"tzdb",
|
2022-05-18 17:01:03 +02:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.7"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.17"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2022-03-11 22:13:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-async-std"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c4aa94397e2023af5b7cff5b8d4785e935cfb77f0e4aab0cae3b26258ace556"
|
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"futures-lite 1.13.0",
|
2022-03-11 22:13:54 +01:00
|
|
|
"libc",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.4.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
|
|
2022-03-16 19:29:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simple-error"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc47a29ce97772ca5c927f75bac34866b16d64e07f330c3248e2d7226623901b"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.9"
|
2021-10-27 17:03:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-10-05 17:28:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-10-27 17:03:34 +02:00
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.14.0"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
2021-10-19 11:16:24 +02:00
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.10"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2021-10-27 17:03:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.5.8"
|
2021-08-29 10:17:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2021-08-29 10:17:55 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-sys 0.52.0",
|
2021-08-29 10:17:55 +02:00
|
|
|
]
|
|
|
|
|
2021-11-26 21:01:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-02-09 17:19:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-03-07 18:27:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2025-01-24 03:56:40 +01:00
|
|
|
version = "0.1.5"
|
2022-03-07 18:27:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-24 03:56:40 +01:00
|
|
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
2022-03-07 18:27:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2025-01-24 03:56:40 +01:00
|
|
|
"unicode-properties",
|
2022-03-07 18:27:54 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-03-11 22:13:54 +01:00
|
|
|
version = "0.10.0"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 22:13:54 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-10-19 11:16:24 +02:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "supports-color"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.0.2"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
|
|
|
"is_ci",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "supports-hyperlinks"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.1.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
|
2022-06-02 17:46:26 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "supports-unicode"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.0.0"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.109"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-21 22:23:55 +02:00
|
|
|
"unicode-ident",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2025-01-24 03:56:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.0.99"
|
2025-01-24 03:56:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2"
|
2025-01-24 03:56:40 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.1.2"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-triple"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790"
|
|
|
|
|
2021-09-10 16:22:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "3.18.0"
|
2021-09-10 16:22:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
|
2021-09-10 16:22:58 +02:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2025-03-07 01:41:27 +01:00
|
|
|
"fastrand 2.3.0",
|
|
|
|
"getrandom 0.3.1",
|
|
|
|
"once_cell",
|
|
|
|
"rustix 1.0.0",
|
|
|
|
"windows-sys 0.59.0",
|
2021-09-10 16:22:58 +02:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.4.1"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.1"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"rustix 0.38.44",
|
|
|
|
"windows-sys 0.59.0",
|
2022-06-02 17:46:26 +02:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.16.2"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"unicode-linebreak",
|
|
|
|
"unicode-width 0.2.0",
|
2021-10-19 11:16:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.69"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2022-06-02 17:46:26 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"thiserror-impl 1.0.69",
|
2022-06-02 17:46:26 +02:00
|
|
|
]
|
2021-10-19 11:16:24 +02:00
|
|
|
|
2023-02-09 17:07:22 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.12"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 2.0.12",
|
|
|
|
]
|
2023-02-09 17:07:22 +01:00
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
2025-03-07 01:41:27 +01:00
|
|
|
name = "thiserror-impl"
|
2025-01-24 03:56:40 +01:00
|
|
|
version = "1.0.69"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.0.12"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.1.8"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"cfg-if",
|
2021-10-19 11:16:24 +02:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-10-27 21:32:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.39"
|
2021-10-27 21:32:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8"
|
2021-10-27 21:32:50 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"deranged",
|
|
|
|
"itoa",
|
2021-10-27 21:32:50 +02:00
|
|
|
"libc",
|
2025-03-07 01:41:27 +01:00
|
|
|
"num-conv",
|
|
|
|
"num_threads",
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c"
|
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2021-10-27 21:32:50 +02:00
|
|
|
]
|
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.9.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.1.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.43.0"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"backtrace",
|
2022-03-13 21:30:26 +01:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2025-03-07 01:41:27 +01:00
|
|
|
"socket2 0.5.8",
|
2022-03-13 21:30:26 +01:00
|
|
|
"tokio-macros",
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-03-13 21:30:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.5.0"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2022-03-13 21:30:26 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-06-21 22:23:55 +02:00
|
|
|
version = "0.23.4"
|
2022-03-13 21:30:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 22:23:55 +02:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-03-13 21:30:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.17"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.7.13"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-12-17 16:43:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.5.11"
|
2021-12-17 16:43:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-12-17 16:43:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.7.1",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be9d60db39854b30b835107500cf0aca0b0d14d6e1c3de124217c23a29c2ddb"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2025-03-07 01:41:27 +01:00
|
|
|
"base64 0.13.1",
|
2022-06-21 16:20:44 +02:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-derive",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2025-03-07 01:41:27 +01:00
|
|
|
"indexmap 1.9.3",
|
2022-06-21 16:20:44 +02:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
2025-03-07 01:41:27 +01:00
|
|
|
"rand 0.8.5",
|
2022-06-21 16:20:44 +02:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "0.3.5"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-06-21 16:20:44 +02:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.3"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.3"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
2021-10-06 13:53:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.41"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
2022-06-21 16:20:44 +02:00
|
|
|
"log",
|
2021-10-06 13:53:14 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.28"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.33"
|
2021-10-06 13:53:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2021-10-06 13:53:14 +02:00
|
|
|
dependencies = [
|
2022-06-21 22:23:55 +02:00
|
|
|
"once_cell",
|
2022-03-15 16:27:41 +01:00
|
|
|
"valuable",
|
2021-10-06 13:53:14 +02:00
|
|
|
]
|
|
|
|
|
2022-03-11 22:13:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-10-19 11:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.0"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2025-03-07 01:41:27 +01:00
|
|
|
"once_cell",
|
2021-10-19 11:16:24 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.19"
|
2021-10-19 11:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2021-10-19 11:16:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2023-02-09 17:07:22 +01:00
|
|
|
"nu-ansi-term",
|
2022-10-05 17:28:47 +02:00
|
|
|
"once_cell",
|
2021-10-19 11:16:24 +02:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2021-11-25 23:36:17 +01:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.5"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-06-21 16:20:44 +02:00
|
|
|
|
2021-12-17 16:43:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "trybuild"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.104"
|
2021-12-17 16:43:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "6ae08be68c056db96f0e6c6dd820727cca756ced9e1f4cc7fdd20e2a55e23898"
|
2021-12-17 16:43:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"serde",
|
2022-06-21 22:23:55 +02:00
|
|
|
"serde_derive",
|
2021-12-17 16:43:31 +01:00
|
|
|
"serde_json",
|
2025-03-07 01:41:27 +01:00
|
|
|
"target-triple",
|
2021-12-17 16:43:31 +01:00
|
|
|
"termcolor",
|
2025-03-07 01:41:27 +01:00
|
|
|
"toml 0.8.20",
|
2021-12-17 16:43:31 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
2023-02-09 17:07:22 +01:00
|
|
|
version = "2.0.2"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 17:07:22 +01:00
|
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typeid"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tz-rs"
|
|
|
|
version = "0.6.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33851b15c848fad2cf4b105c6bb66eb9512b6f6c44a4b13f57c53c73c707e2b4"
|
|
|
|
dependencies = [
|
|
|
|
"const_fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tzdb"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b580f6b365fa89f5767cdb619a55d534d04a4e14c2d7e5b9a31e94598687fb1"
|
|
|
|
dependencies = [
|
|
|
|
"iana-time-zone",
|
|
|
|
"tz-rs",
|
|
|
|
"tzdb_data",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tzdb_data"
|
|
|
|
version = "0.1.4"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "d4471adcfcbd3052e8c5b5890a04a559837444b3be26b9cbbd622063171cec9d"
|
|
|
|
dependencies = [
|
|
|
|
"tz-rs",
|
|
|
|
]
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.7"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.18"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
2022-06-21 22:23:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.0.18"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2022-06-02 17:46:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.5"
|
2022-06-02 17:46:26 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
2022-06-02 17:46:26 +02:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.24"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2025-01-24 03:56:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
|
|
|
2022-10-05 17:28:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.12.0"
|
2022-10-05 17:28:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2022-10-05 17:28:47 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.2.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.6"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2021-11-26 21:01:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uriparse"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.5.4"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urn"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67eaf234b821412d224e5853b50374f6250b5bad13016bc7897952a99c8d011e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.15.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"getrandom 0.3.1",
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2022-03-15 16:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.1"
|
2022-03-15 16:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
2022-03-15 16:27:41 +01:00
|
|
|
|
2021-11-25 23:36:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.10.0"
|
2021-11-25 23:36:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
2021-11-25 23:36:17 +01:00
|
|
|
|
2022-05-18 17:01:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.9.5"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "waker-fn"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "1.2.0"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
2020-09-07 09:45:55 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "walkdir"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "2.5.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2021-08-29 10:17:55 +02:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2022-06-21 16:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.1"
|
2022-06-21 16:20:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-06-21 16:20:44 +02:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "wasi"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-09-07 09:45:55 +02:00
|
|
|
|
2022-03-15 16:27:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.13.3+wasi-0.2.2"
|
2022-03-15 16:27:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
2022-03-15 16:27:41 +01:00
|
|
|
|
2021-10-27 18:01:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.100"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2025-03-07 01:41:27 +01:00
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
2021-10-27 18:01:15 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.100"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2021-10-27 18:01:15 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.4.50"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
2022-03-11 22:13:54 +01:00
|
|
|
"cfg-if",
|
2021-10-27 18:01:15 +02:00
|
|
|
"js-sys",
|
2025-03-07 01:41:27 +01:00
|
|
|
"once_cell",
|
2021-10-27 18:01:15 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.100"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.100"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-07 01:41:27 +01:00
|
|
|
"syn 2.0.99",
|
2021-10-27 18:01:15 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.2.100"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2021-10-27 18:01:15 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.3.77"
|
2021-10-27 18:01:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
2021-10-27 18:01:15 +02:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-11-26 21:01:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.22.4"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
2020-09-07 09:45:55 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"ring 0.17.13",
|
|
|
|
"untrusted 0.9.0",
|
2020-09-07 09:45:55 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "0.3.9"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.1.9"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-sys 0.59.0",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-06-21 22:23:55 +02:00
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-link"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
|
|
|
|
|
2022-06-21 22:23:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.48.0"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-02-09 17:07:22 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-targets 0.48.5",
|
2023-02-09 17:07:22 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.0"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2022-06-21 22:23:55 +02:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
2022-06-21 22:23:55 +02:00
|
|
|
]
|
|
|
|
|
2023-02-09 17:07:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.48.5"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-02-09 17:07:22 +01:00
|
|
|
dependencies = [
|
2025-03-07 01:41:27 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-02-09 17:07:22 +01:00
|
|
|
]
|
|
|
|
|
2025-03-07 01:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2023-02-09 17:07:22 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
2022-06-21 22:23:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-06-21 22:23:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-06-21 22:23:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-06-21 22:23:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
2023-02-09 17:07:22 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-02-09 17:07:22 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.52.6"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2022-06-21 22:23:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-03-07 01:41:27 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive 0.7.35",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.8.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive 0.8.23",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
2022-06-21 22:23:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-07 01:41:27 +01:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.8.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.99",
|
|
|
|
]
|