2024-04-05 22:38:41 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-06 22:07:51 -04:00
|
|
|
version = 4
|
2024-04-05 22:38:41 -04:00
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.24.2"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2024-08-20 14:54:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-10-08 21:33:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.6.18"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-10-08 21:33:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "1.0.10"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-10-08 21:33:21 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.2.6"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-10-08 21:33:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.1.2"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-10-08 21:33:21 -04:00
|
|
|
dependencies = [
|
2024-10-30 20:49:24 -04:00
|
|
|
"windows-sys 0.59.0",
|
2024-10-08 21:33:21 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "3.0.6"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2024-10-08 21:33:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-10-30 20:49:24 -04:00
|
|
|
"windows-sys 0.59.0",
|
2024-10-08 21:33:21 -04:00
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "any_spawner"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9747eb01aed7603aba23f7c869d5d7e5d37aab9c3501aced42d8fdb786f1f6e3"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-09-07 01:17:51 -04:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2024-05-05 05:32:16 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "1.0.93"
|
2024-05-05 05:32:16 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
|
2024-09-07 01:17:51 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
2024-05-05 05:32:16 -04:00
|
|
|
|
2024-11-19 01:32:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.4.17"
|
2024-08-14 21:39:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
|
2024-08-14 21:39:17 -04:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"event-listener",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-09-24 23:50:12 -04:00
|
|
|
version = "0.1.83"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 23:50:12 -04:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2024-04-28 04:53:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "attribute-derive"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f1ee502851995027b06f99f5ffbeffa1406b38d0b318a1ebfa469332c6cbafd"
|
|
|
|
dependencies = [
|
|
|
|
"attribute-derive-macro",
|
|
|
|
"derive-where",
|
|
|
|
"manyhow",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attribute-derive-macro"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3601467f634cfe36c4780ca9c75dea9a5b34529c1f2810676a337e7e0997f954"
|
|
|
|
dependencies = [
|
|
|
|
"collection_literals",
|
|
|
|
"interpolator",
|
|
|
|
"manyhow",
|
2024-08-25 15:54:13 -04:00
|
|
|
"proc-macro-utils 0.8.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote-use",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "1.4.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-11-19 01:32:06 -05:00
|
|
|
version = "0.7.9"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 01:32:06 -05:00
|
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
2024-04-28 04:53:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2024-10-10 04:15:25 -04:00
|
|
|
"base64 0.22.1",
|
2024-04-28 04:53:00 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-28 04:53:00 -04:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sha1",
|
|
|
|
"sync_wrapper 1.0.1",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tungstenite",
|
2024-10-09 20:59:09 -04:00
|
|
|
"tower 0.5.1",
|
2024-04-28 04:53:00 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.4.5"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
2024-04-28 04:53:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-28 04:53:00 -04:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
2024-09-22 19:50:25 -04:00
|
|
|
"sync_wrapper 1.0.1",
|
2024-04-28 04:53:00 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-09-09 19:46:56 -04:00
|
|
|
version = "0.3.74"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-09 19:46:56 -04:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-09 19:46:56 -04:00
|
|
|
"miniz_oxide",
|
2024-04-13 21:04:42 -04:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-09-09 19:46:56 -04:00
|
|
|
"windows-targets",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2024-11-19 01:32:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitcode"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee1bce7608560cd4bf0296a4262d0dbf13e6bcec5ff2105724c8ab88cc7fc784"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitcode_derive",
|
|
|
|
"bytemuck",
|
|
|
|
"glam",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitcode_derive"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a539389a13af092cd345a2b47ae7dec12deb306d660b2223d25cd3419b253ebe"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "2.6.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "7.0.0"
|
2024-08-14 21:39:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
2024-08-14 21:39:17 -04:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "4.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "by_address"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
|
|
|
|
|
2024-11-19 01:32:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-11-19 21:31:46 -05:00
|
|
|
version = "1.20.0"
|
2024-11-19 01:32:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 21:31:46 -05:00
|
|
|
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
|
2024-11-19 01:32:06 -05:00
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.8.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
2024-07-20 23:00:19 -04:00
|
|
|
name = "camino"
|
2024-08-18 14:21:29 -04:00
|
|
|
version = "1.1.9"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 14:21:29 -04:00
|
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
2024-04-05 22:38:41 -04:00
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-11-15 05:16:21 -05:00
|
|
|
version = "1.2.1"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-15 05:16:21 -05:00
|
|
|
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
2024-08-14 16:12:32 -04:00
|
|
|
dependencies = [
|
2024-08-14 21:39:17 -04:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-08-14 16:12:32 -04:00
|
|
|
"shlex",
|
|
|
|
]
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.38"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-10-08 21:33:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-11-15 05:16:21 -05:00
|
|
|
version = "4.5.21"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-15 05:16:21 -05:00
|
|
|
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
|
2024-10-08 21:33:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-11-15 05:16:21 -05:00
|
|
|
version = "4.5.21"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-15 05:16:21 -05:00
|
|
|
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
|
2024-10-08 21:33:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-11-15 05:16:21 -05:00
|
|
|
version = "0.7.3"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-15 05:16:21 -05:00
|
|
|
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
|
2024-10-08 21:33:21 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "client"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-11-19 01:32:06 -05:00
|
|
|
"bitcode",
|
2024-08-14 20:38:19 -04:00
|
|
|
"codee",
|
2024-07-20 23:00:19 -04:00
|
|
|
"console_error_panic_hook",
|
|
|
|
"console_log",
|
2024-09-09 19:46:56 -04:00
|
|
|
"icondata",
|
2024-07-20 23:00:19 -04:00
|
|
|
"leptos",
|
|
|
|
"leptos-use",
|
|
|
|
"leptos_meta",
|
|
|
|
"leptos_router",
|
2024-07-21 02:35:13 -04:00
|
|
|
"lib",
|
2024-07-20 23:00:19 -04:00
|
|
|
"log",
|
2024-07-21 02:35:13 -04:00
|
|
|
"serde_json",
|
2024-09-07 01:17:51 -04:00
|
|
|
"thaw",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-test",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2024-08-14 20:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "codee"
|
2024-09-05 17:53:39 -04:00
|
|
|
version = "0.2.0"
|
2024-08-14 20:38:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-05 17:53:39 -04:00
|
|
|
checksum = "5d3ad3122b0001c7f140cf4d605ef9a9e2c24d96ab0b4fb4347b76de2425f445"
|
2024-08-14 20:38:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-08-14 20:38:19 -04:00
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "collection_literals"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
|
|
|
|
|
2024-10-08 21:33:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.0.3"
|
2024-10-08 21:33:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-10-08 21:33:21 -04:00
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.14.1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.8.1"
|
2024-10-10 04:15:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857"
|
2024-10-10 04:15:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.4.1"
|
2024-10-10 04:15:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "6539aa9c6a4cd31f4b1c040f860a1eac9aa80e7df6b05d506a6e7179936d6a01"
|
2024-10-10 04:15:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-task",
|
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
|
|
|
"hyper-util",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console_log"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.2.33"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"const_format_proc_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format_proc_macros"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.2.33"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "const_str_slice_concat"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f67855af358fcb20fac58f9d714c94e2b228fe5694c1c9b4ead4a366343eda1b"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-11-12 20:45:17 -05:00
|
|
|
version = "0.2.15"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 20:45:17 -05:00
|
|
|
checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.20"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-04-13 21:04:42 -04: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",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.20.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.20.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.20.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "5.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "6.1.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-09-07 01:17:51 -04:00
|
|
|
"crossbeam-utils",
|
2024-10-06 22:07:51 -04:00
|
|
|
"hashbrown 0.14.5",
|
2024-07-20 23:00:19 -04:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-04-28 04:53:00 -04:00
|
|
|
version = "2.6.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "default-struct-builder"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.5.1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "e0df63c21a4383f94bd5388564829423f35c316aed85dc4f8427aded372c7c0d"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive-where"
|
|
|
|
version = "1.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-08-14 20:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "drain_filter_polyfill"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "either_of"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6e22feb4d5cacf9f2c64902a1c35ef0f2d766e42db316a98b93992bbce669cb"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "5.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fast-srgb8"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-11-15 05:16:21 -05:00
|
|
|
version = "1.0.35"
|
2024-08-14 21:39:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-15 05:16:21 -05:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2024-08-14 21:39:17 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-09-09 19:46:56 -04:00
|
|
|
"miniz_oxide",
|
2024-08-14 21:39:17 -04:00
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "forwarded-header-value"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
|
|
|
|
dependencies = [
|
|
|
|
"nonempty",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-10-09 20:59:09 -04:00
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2024-04-28 04:53:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2024-04-26 23:12:20 -04:00
|
|
|
"futures-sink",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2024-04-28 04:53:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2024-04-28 04:53:00 -04:00
|
|
|
|
2024-04-26 23:12:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-26 23:12:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2024-04-26 23:12:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.3.31"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
2024-04-28 04:53:00 -04:00
|
|
|
"futures-channel",
|
2024-04-13 21:04:42 -04:00
|
|
|
"futures-core",
|
2024-04-28 04:53:00 -04:00
|
|
|
"futures-io",
|
2024-04-26 23:12:20 -04:00
|
|
|
"futures-macro",
|
2024-04-13 21:04:42 -04:00
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2024-04-28 04:53:00 -04:00
|
|
|
"memchr",
|
2024-04-13 21:04:42 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-22 02:16:35 -04:00
|
|
|
version = "0.2.15"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-22 02:16:35 -04:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-20 23:00:19 -04:00
|
|
|
"js-sys",
|
2024-04-05 22:38:41 -04:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen",
|
2024-04-05 22:38:41 -04:00
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.31.1"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-11-19 01:32:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
|
|
|
version = "0.29.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677"
|
|
|
|
|
2024-08-14 16:12:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-net"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"gloo-utils",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-08-14 16:12:32 -04:00
|
|
|
"js-sys",
|
|
|
|
"pin-project",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-08-14 16:12:32 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-utils"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "governor"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dashmap 5.5.3",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"no-std-compat",
|
|
|
|
"nonzero_ext",
|
|
|
|
"parking_lot",
|
|
|
|
"portable-atomic",
|
|
|
|
"quanta",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"spinning_top",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "guardian"
|
|
|
|
version = "1.2.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "493913a18c0d7bebb75127a26a432162c59edbe06f6cf712001e3e769345e8b5"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-11-19 21:31:46 -05:00
|
|
|
version = "0.4.7"
|
2024-10-10 04:15:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 21:31:46 -05:00
|
|
|
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
2024-10-10 04:15:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http",
|
|
|
|
"indexmap 2.6.0",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
2024-10-06 22:07:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.15.1"
|
2024-10-06 22:07:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
2024-10-06 22:07:51 -04:00
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
|
|
|
version = "7.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "html-escape"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-04-28 04:53:00 -04:00
|
|
|
version = "1.1.0"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "http-body"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "1.0.1"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "http-body-util"
|
2024-06-22 02:16:35 -04:00
|
|
|
version = "0.1.2"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-22 02:16:35 -04:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-06-22 02:16:35 -04:00
|
|
|
"futures-util",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-28 04:53:00 -04:00
|
|
|
"http-body",
|
2024-04-27 02:34:28 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-07-18 04:00:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "1.9.5"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hydration_context"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.0-rc1"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "571a2756b518de368146ba56d4feeba265b0b555d176d49b8debd9ce9b69a6fa"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"once_cell",
|
|
|
|
"or_poisoned",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"throw_error",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-11-19 21:31:46 -05:00
|
|
|
version = "1.5.1"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 21:31:46 -05:00
|
|
|
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-10-10 04:15:25 -04:00
|
|
|
"h2",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-27 02:34:28 -04:00
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-04-28 04:53:00 -04:00
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
2024-10-10 04:15:25 -04:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.5.2"
|
2024-10-10 04:15:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
|
2024-10-10 04:15:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2024-04-28 04:53:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.1.10"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-04-28 04:53:00 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-10-10 04:15:25 -04:00
|
|
|
"futures-channel",
|
2024-04-28 04:53:00 -04:00
|
|
|
"futures-util",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-28 04:53:00 -04:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2024-10-10 04:15:25 -04:00
|
|
|
"socket2",
|
2024-04-27 02:34:28 -04:00
|
|
|
"tokio",
|
2024-09-22 19:50:25 -04:00
|
|
|
"tower-service",
|
2024-10-10 04:15:25 -04:00
|
|
|
"tracing",
|
2024-04-27 02:34:28 -04:00
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-09-22 19:50:25 -04:00
|
|
|
version = "0.1.61"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-22 19:50:25 -04:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-09-09 19:46:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icondata"
|
2024-11-19 01:32:06 -05:00
|
|
|
version = "0.5.0"
|
2024-09-09 19:46:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 01:32:06 -05:00
|
|
|
checksum = "805a2a031c06a768407b774240192b0ad82ddb94554bb5b52053453f2f6b0bf1"
|
2024-09-09 19:46:56 -04:00
|
|
|
dependencies = [
|
|
|
|
"icondata_ai",
|
|
|
|
"icondata_bi",
|
|
|
|
"icondata_bs",
|
|
|
|
"icondata_cg",
|
|
|
|
"icondata_ch",
|
|
|
|
"icondata_core",
|
|
|
|
"icondata_fa",
|
|
|
|
"icondata_fi",
|
|
|
|
"icondata_hi",
|
|
|
|
"icondata_im",
|
|
|
|
"icondata_io",
|
|
|
|
"icondata_lu",
|
2024-11-19 01:32:06 -05:00
|
|
|
"icondata_mdi",
|
2024-09-09 19:46:56 -04:00
|
|
|
"icondata_oc",
|
|
|
|
"icondata_ri",
|
|
|
|
"icondata_si",
|
|
|
|
"icondata_tb",
|
|
|
|
"icondata_ti",
|
|
|
|
"icondata_vs",
|
|
|
|
"icondata_wi",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icondata_ai"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bf3a9c196a6a169f790639ecc8fdd4396660b1d53b905230bf0b364776a56fc"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
2024-09-09 19:46:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icondata_bi"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6ce125f0d203e66444b02982af9b15631f2385573ad7992af79d4d4babc638d"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_bs"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67940e592b0b8df8d7adc055c8542d135ce1d7d6ad01d8fb8de9405ebfc21c2e"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_cg"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0eba691ca17a43ffc8ebbcf200cd3ea54ad75837f210a6a6ace87a491be8314"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_ch"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2870b3c4ebf013b7e27af71d4c55f10b97ea448831e9a156cb53fec0f262dc20"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icondata_core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c97be924215abd5e630d84e95a47c710138a6559b4c55039f4f33aa897fa859"
|
|
|
|
|
2024-09-09 19:46:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icondata_fa"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c7fee576096efe5567a7216a6fb8154db8eae9ae108e5a4706805204208c2af"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_fi"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1a4e81557c205a12ac051046595bb616f388537468987f7ee8960f897cdc538"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_hi"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3435d50de04c61799613995e753e613dc4f2771aa08eb94a7318289a5ea9d784"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_im"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce4bd1d64bb67bb080f605e3e600271894b67c4aaa18965179586ef5990a2297"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_io"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35b9d681c936a6e087940beb4766159cddc080d7f1fd5ef0ef3ab9f50a11f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_lu"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d552c45cc3ab1d1bf88cc0201004eb92418141e5454e9e0e46c4b4a4faf66248"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
2024-11-19 01:32:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "icondata_mdi"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a8e840a8faae895efc4f3a3d5e3a9fcf0fbb01e8b37f469951102dfa9588efe"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
2024-09-09 19:46:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icondata_oc"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8be19499912a05d5db89ccb88dbe3c459ca4100bda3dbcbddff69f2dcf71d305"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_ri"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "114a85cc95d1bfaee8dc5bf8a07dd043fc9e75499dc2ff4ac5e066193c594930"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_si"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc30cb2dbc2ac53f23dddbcb0ad73720970b24c0ed13935df8082b74fb627860"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_tb"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f2b8d8e2047546285805795e6d3cb6e820a52bb008e15942e11353c7ba659f2"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_ti"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f85074d4bf10960d0f2b01ce3d9cfa2b2434a170d0738336411bb61e83227e4"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_vs"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a82bb4a8b1523200fc7c3b588bb80858db16708067093110ee8614db63b8913"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icondata_wi"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d2c65b534aa9d7ccb107d892200e8fef2d1849acad160af067e9e20ced3619b"
|
|
|
|
dependencies = [
|
|
|
|
"icondata_core",
|
|
|
|
]
|
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-11-10 22:33:13 -05:00
|
|
|
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"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
2024-11-10 22:33:13 -05:00
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "2.6.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-11-10 22:33:13 -05:00
|
|
|
"hashbrown 0.15.1",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "interpolator"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
|
|
|
|
|
2024-10-08 21:33:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.13.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.3.72"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-23 04:49:32 -04:00
|
|
|
version = "1.5.0"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 04:49:32 -04:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-04-28 04:53:00 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "leptos"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "87a99b3ca2611376257a8b29466dc5ebf22c6bbed8715f86847808c269844785"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"any_spawner",
|
2024-07-20 23:00:19 -04:00
|
|
|
"cfg-if",
|
2024-09-07 01:17:51 -04:00
|
|
|
"either_of",
|
|
|
|
"futures",
|
|
|
|
"hydration_context",
|
2024-07-20 23:00:19 -04:00
|
|
|
"leptos_config",
|
|
|
|
"leptos_dom",
|
2024-09-07 01:17:51 -04:00
|
|
|
"leptos_hot_reload",
|
2024-07-20 23:00:19 -04:00
|
|
|
"leptos_macro",
|
|
|
|
"leptos_server",
|
2024-09-07 01:17:51 -04:00
|
|
|
"oco_ref",
|
|
|
|
"or_poisoned",
|
|
|
|
"paste",
|
|
|
|
"reactive_graph",
|
|
|
|
"rustc-hash",
|
|
|
|
"send_wrapper",
|
|
|
|
"serde",
|
|
|
|
"serde_qs",
|
2024-07-20 23:00:19 -04:00
|
|
|
"server_fn",
|
2024-09-07 01:17:51 -04:00
|
|
|
"slotmap",
|
|
|
|
"tachys",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-09-07 01:17:51 -04:00
|
|
|
"throw_error",
|
2024-07-20 23:00:19 -04:00
|
|
|
"typed-builder",
|
|
|
|
"typed-builder-macro",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos-use"
|
2024-11-15 05:16:21 -05:00
|
|
|
version = "0.14.0-rc3"
|
2024-11-16 03:41:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc40bd3ae7bf4dd84b5a67f7fc0e91d0335341e07430900001242dd81ac7aec2"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-14 20:38:19 -04:00
|
|
|
"codee",
|
2024-07-20 23:00:19 -04:00
|
|
|
"cookie",
|
|
|
|
"default-struct-builder",
|
|
|
|
"futures-util",
|
|
|
|
"gloo-timers",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"leptos",
|
|
|
|
"paste",
|
2024-09-07 01:17:51 -04:00
|
|
|
"send_wrapper",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 2.0.3",
|
2024-08-14 20:38:19 -04:00
|
|
|
"unic-langid",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos_config"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "04c89503f59940cef245827075362107d4d53f9a710db31bfc361151866ba39e"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"config",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-07-20 23:00:19 -04:00
|
|
|
"typed-builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos_dom"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "b108dc3960fac70b98d2302e568cd51c4d09255f1925bb797eba95575acc69b8"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
2024-09-07 01:17:51 -04:00
|
|
|
"or_poisoned",
|
|
|
|
"reactive_graph",
|
|
|
|
"send_wrapper",
|
|
|
|
"tachys",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos_hot_reload"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "10230c3b99bffd7490f192c54e02f0b35411d08089aba7f662d78be2adfbb736"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"camino",
|
2024-10-10 04:15:25 -04:00
|
|
|
"indexmap 2.6.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"parking_lot",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rstml",
|
|
|
|
"serde",
|
|
|
|
"syn",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos_macro"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "0e948a21600d13a6e91d9a0fb56de9c58692f79890caeaec7dabb1cd63e8ec92"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"attribute-derive",
|
|
|
|
"cfg-if",
|
|
|
|
"convert_case",
|
|
|
|
"html-escape",
|
|
|
|
"itertools",
|
|
|
|
"leptos_hot_reload",
|
|
|
|
"prettyplease",
|
2024-09-09 19:46:56 -04:00
|
|
|
"proc-macro-error2",
|
2024-07-20 23:00:19 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rstml",
|
|
|
|
"server_fn_macro",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos_meta"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "15ad116cab8a1073bb6556d65c153d4c951ff06fa84387f723289ee16bb6a7b4"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"futures",
|
2024-10-10 04:15:25 -04:00
|
|
|
"indexmap 2.6.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"leptos",
|
2024-09-07 01:17:51 -04:00
|
|
|
"once_cell",
|
|
|
|
"or_poisoned",
|
|
|
|
"send_wrapper",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "leptos_router"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "9924f84cfc4dbe4440c2e58bf54694471e96b21557cb1e693e5bd73f3acae355"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"any_spawner",
|
|
|
|
"either_of",
|
2024-07-20 23:00:19 -04:00
|
|
|
"futures",
|
2024-09-07 01:17:51 -04:00
|
|
|
"gloo-net",
|
2024-07-20 23:00:19 -04:00
|
|
|
"js-sys",
|
2024-09-07 01:17:51 -04:00
|
|
|
"leptos",
|
|
|
|
"leptos_router_macro",
|
|
|
|
"once_cell",
|
|
|
|
"or_poisoned",
|
|
|
|
"reactive_graph",
|
|
|
|
"send_wrapper",
|
|
|
|
"tachys",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-09-07 01:17:51 -04:00
|
|
|
"url",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "leptos_router_macro"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "cf8fc6fbb1d1f8f3656b8e33265a2e92319fb877b38014407767d85362f528cb"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-10-06 22:07:51 -04:00
|
|
|
"proc-macro-error2",
|
2024-09-07 01:17:51 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leptos_server"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "1fd1abdb945660f19f7510bdf208069d3bc391aa9bb7183aa58e4af5429e6115"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"any_spawner",
|
2024-10-10 04:15:25 -04:00
|
|
|
"base64 0.22.1",
|
2024-09-07 01:17:51 -04:00
|
|
|
"codee",
|
|
|
|
"futures",
|
|
|
|
"hydration_context",
|
2024-10-08 17:18:13 -04:00
|
|
|
"or_poisoned",
|
2024-09-07 01:17:51 -04:00
|
|
|
"reactive_graph",
|
2024-09-09 19:46:56 -04:00
|
|
|
"send_wrapper",
|
2024-07-20 23:00:19 -04:00
|
|
|
"serde",
|
2024-09-07 01:17:51 -04:00
|
|
|
"serde_json",
|
2024-07-20 23:00:19 -04:00
|
|
|
"server_fn",
|
2024-09-07 01:17:51 -04:00
|
|
|
"tachys",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
2024-07-21 02:35:13 -04:00
|
|
|
name = "lib"
|
2024-07-20 23:00:19 -04:00
|
|
|
version = "0.1.0"
|
2024-07-21 00:52:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-11-19 01:32:06 -05:00
|
|
|
"bitcode",
|
2024-07-21 00:52:47 -04:00
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
]
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-07-21 02:35:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-11-19 01:32:06 -05:00
|
|
|
version = "0.2.164"
|
2024-07-21 02:35:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 01:32:06 -05:00
|
|
|
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
|
2024-07-21 02:35:13 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linear-map"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
|
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-04-26 23:12:20 -04:00
|
|
|
version = "0.4.12"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-26 23:12:20 -04:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.4.22"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "manyhow"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f91ea592d76c0b6471965708ccff7e6a5d277f676b90ab31f4d3f3fc77fade64"
|
|
|
|
dependencies = [
|
|
|
|
"manyhow-macros",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "manyhow-macros"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c64621e2c08f2576e4194ea8be11daf24ac01249a4f53cd8befcbb7077120ead"
|
|
|
|
dependencies = [
|
2024-08-25 15:54:13 -04:00
|
|
|
"proc-macro-utils 0.8.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-22 02:16:35 -04:00
|
|
|
version = "2.7.4"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-22 02:16:35 -04:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2024-07-18 04:00:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2024-08-14 20:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "minicov"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.3.7"
|
2024-08-14 20:38:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b"
|
2024-08-14 20:38:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-08-20 14:54:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-08-12 14:31:05 -04:00
|
|
|
version = "1.0.2"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 14:31:05 -04:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
2024-07-23 18:18:12 -04:00
|
|
|
"hermit-abi",
|
2024-04-13 21:04:42 -04:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-08-02 21:01:02 -04:00
|
|
|
"windows-sys 0.52.0",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "next_tuple"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.1.0-rc1"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "c3615947b64839fe27e9ee557f282b04ad13ead564a543a6548b0cfd17457ff4"
|
2024-09-07 01:17:51 -04:00
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "no-std-compat"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nonempty"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nonzero_ext"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
2024-04-28 04:53:00 -04:00
|
|
|
"overload",
|
|
|
|
"winapi",
|
2024-04-27 02:34:28 -04:00
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.36.5"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "oco_ref"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.2.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "64b94982fe39a861561cf67ff17a7849f2cedadbbad960a797634032b7abb998"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "1.20.2"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "or_poisoned"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c04f5d74368e4d0dfe06c45c8627c81bd7c317d52762d118fb9b3076f6420fd"
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
2024-09-07 01:17:51 -04:00
|
|
|
name = "palette"
|
|
|
|
version = "0.7.6"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
|
|
|
|
dependencies = [
|
|
|
|
"approx",
|
|
|
|
"fast-srgb8",
|
|
|
|
"palette_derive",
|
|
|
|
"phf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "palette_derive"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
|
|
|
|
dependencies = [
|
|
|
|
"by_address",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2024-09-07 17:21:25 -04:00
|
|
|
version = "2.2.1"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 17:21:25 -04:00
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-22 02:16:35 -04:00
|
|
|
version = "0.12.3"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-22 02:16:35 -04:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-04-26 23:12:20 -04:00
|
|
|
version = "0.9.10"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-26 23:12:20 -04:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-07-23 18:18:12 -04:00
|
|
|
"windows-targets",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2024-10-11 22:46:40 -04:00
|
|
|
version = "0.2.2"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 22:46:40 -04:00
|
|
|
checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.1.7"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.1.7"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.2.15"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-09-23 22:35:07 -04:00
|
|
|
version = "0.3.31"
|
2024-08-14 21:39:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-23 22:35:07 -04:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2024-08-14 21:39:17 -04:00
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-03 21:05:28 -04:00
|
|
|
version = "0.2.20"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 21:05:28 -04:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
2024-07-30 19:56:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2024-04-05 22:38:41 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.2.25"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-09-09 19:46:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error2"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-30 20:49:24 -04:00
|
|
|
"syn",
|
2024-09-09 19:46:56 -04:00
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-utils"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f59e109e2f795a5070e69578c4dc101068139f74616778025ae1011d4cd41a8"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2024-08-25 15:54:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-utils"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.0.89"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2-diagnostics"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670"
|
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
|
|
|
"wasi",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-08-23 14:07:36 -04:00
|
|
|
version = "1.0.37"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 14:07:36 -04:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote-use"
|
2024-08-25 15:54:13 -04:00
|
|
|
version = "0.8.4"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-25 15:54:13 -04:00
|
|
|
checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"quote-use-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote-use-macros"
|
2024-08-25 15:54:13 -04:00
|
|
|
version = "0.8.4"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-25 15:54:13 -04:00
|
|
|
checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-08-25 15:54:13 -04:00
|
|
|
"proc-macro-utils 0.10.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "11.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reactive_graph"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.1.0-rc1"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "f3cdfe96bdf3d95c9bdd15af1cfc82252ef85c026ea960f83df53feca9fec61a"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"any_spawner",
|
|
|
|
"async-lock",
|
|
|
|
"futures",
|
|
|
|
"guardian",
|
|
|
|
"hydration_context",
|
|
|
|
"or_poisoned",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustc-hash",
|
|
|
|
"send_wrapper",
|
|
|
|
"serde",
|
|
|
|
"slotmap",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-09-07 01:17:51 -04:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2024-10-30 20:49:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reactive_stores"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.1.0-rc1"
|
2024-10-30 20:49:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "81fa994eaec6638c22faeedd4524cbd5a3653e7f32a67e130a60a0c8c9e1ee81"
|
2024-10-30 20:49:24 -04:00
|
|
|
dependencies = [
|
|
|
|
"guardian",
|
|
|
|
"itertools",
|
|
|
|
"or_poisoned",
|
|
|
|
"paste",
|
|
|
|
"reactive_graph",
|
|
|
|
"reactive_stores_macro",
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reactive_stores_macro"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.1.0-rc1"
|
2024-10-30 20:49:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "c9d7cfe1c6d9f1005605ac7c928aef7e037d6808d6eda0429e73f0ca90cb9cb5"
|
2024-10-30 20:49:24 -04:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro-error2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.5.7"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "1.11.1"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-11-12 20:45:17 -05:00
|
|
|
"regex-automata 0.4.9",
|
2024-10-06 22:07:51 -04:00
|
|
|
"regex-syntax 0.8.5",
|
2024-04-28 04:53:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2024-04-27 02:34:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-11-12 20:45:17 -05:00
|
|
|
version = "0.4.9"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 20:45:17 -05:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-06 22:07:51 -04:00
|
|
|
"regex-syntax 0.8.5",
|
2024-04-27 02:34:28 -04:00
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.8.5"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rstml"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.12.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "51187e564f12336ef40cd04f6f4d805d6919188001dcf1e0a021898ea0fe28ce"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-09-07 01:17:51 -04:00
|
|
|
"derive-where",
|
2024-07-20 23:00:19 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"syn_derive",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-10 19:04:13 -04:00
|
|
|
version = "0.1.24"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-10 19:04:13 -04:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "2.0.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "rustversion"
|
2024-10-17 19:29:17 -04:00
|
|
|
version = "1.0.18"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 19:29:17 -04:00
|
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
2024-04-05 22:38:41 -04:00
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "ryu"
|
2024-05-10 19:04:13 -04:00
|
|
|
version = "1.0.18"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-10 19:04:13 -04:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "send_wrapper"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-11-12 20:45:17 -05:00
|
|
|
version = "1.0.215"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 20:45:17 -05:00
|
|
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-11-12 20:45:17 -05:00
|
|
|
version = "1.0.215"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 20:45:17 -05:00
|
|
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-11-19 01:32:06 -05:00
|
|
|
version = "1.0.133"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 01:32:06 -05:00
|
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-28 18:42:15 -04:00
|
|
|
"memchr",
|
2024-04-05 22:38:41 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-09-25 23:16:48 -04:00
|
|
|
version = "0.6.8"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-25 23:16:48 -04:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "server"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"axum",
|
2024-11-19 01:32:06 -05:00
|
|
|
"bitcode",
|
2024-10-09 20:39:48 -04:00
|
|
|
"clap",
|
2024-10-10 04:15:25 -04:00
|
|
|
"console-subscriber",
|
2024-07-20 23:00:19 -04:00
|
|
|
"futures",
|
2024-07-21 02:35:13 -04:00
|
|
|
"lib",
|
2024-07-20 23:00:19 -04:00
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2024-10-09 20:59:09 -04:00
|
|
|
"tower 0.5.1",
|
2024-07-20 23:00:19 -04:00
|
|
|
"tower-http",
|
2024-10-09 20:59:09 -04:00
|
|
|
"tower_governor",
|
2024-07-20 23:00:19 -04:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2024-08-11 19:51:30 -04:00
|
|
|
"uuid",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "server_fn"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "166689e862d227e838f359cce92681cf338e60a8cbcbd029bae03548d5a6d785"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"const_format",
|
2024-10-09 20:59:09 -04:00
|
|
|
"dashmap 6.1.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"futures",
|
2024-08-14 20:38:19 -04:00
|
|
|
"gloo-net",
|
|
|
|
"http",
|
2024-07-20 23:00:19 -04:00
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
2024-09-07 01:17:51 -04:00
|
|
|
"pin-project-lite",
|
2024-07-20 23:00:19 -04:00
|
|
|
"send_wrapper",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-09-07 01:17:51 -04:00
|
|
|
"serde_qs",
|
2024-07-20 23:00:19 -04:00
|
|
|
"server_fn_macro_default",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-09-07 01:17:51 -04:00
|
|
|
"throw_error",
|
2024-07-20 23:00:19 -04:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-streams",
|
|
|
|
"web-sys",
|
|
|
|
"xxhash-rust",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "server_fn_macro"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "4230cd52992681cc370885a613a5aad9fb56d61995b789de5c42dc55ff628e98"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"const_format",
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"xxhash-rust",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "server_fn_macro_default"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.7.0-rc1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "b8d4b8ee78096ff2b09c64afacb83f023f4edfdace60c00590b2aea215fea8a4"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"server_fn_macro",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-08-14 16:12:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-24 02:23:32 -04:00
|
|
|
version = "1.4.2"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 02:23:32 -04:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-04-29 23:55:42 -04:00
|
|
|
version = "0.5.7"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-29 23:55:42 -04:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-08-02 21:01:02 -04:00
|
|
|
"windows-sys 0.52.0",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-10-08 21:33:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "socket_blaster"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2024-10-09 02:20:03 -04:00
|
|
|
"lib",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-10-08 21:33:21 -04:00
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "2.0.87"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
2024-04-05 22:38:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-11-10 22:33:13 -05: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",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tachys"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.1.0-rc1"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "b24784a27f391dedcc8160ea4b2ba7a6ad0f5484ca89ff88a10494f960aee270"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"any_spawner",
|
|
|
|
"const_str_slice_concat",
|
|
|
|
"drain_filter_polyfill",
|
|
|
|
"either_of",
|
|
|
|
"futures",
|
|
|
|
"html-escape",
|
2024-10-10 04:15:25 -04:00
|
|
|
"indexmap 2.6.0",
|
2024-09-07 01:17:51 -04:00
|
|
|
"itertools",
|
|
|
|
"js-sys",
|
|
|
|
"linear-map",
|
|
|
|
"next_tuple",
|
|
|
|
"oco_ref",
|
|
|
|
"once_cell",
|
|
|
|
"or_poisoned",
|
|
|
|
"parking_lot",
|
|
|
|
"paste",
|
|
|
|
"reactive_graph",
|
2024-10-30 20:49:24 -04:00
|
|
|
"reactive_stores",
|
2024-09-07 01:17:51 -04:00
|
|
|
"rustc-hash",
|
|
|
|
"send_wrapper",
|
|
|
|
"slotmap",
|
|
|
|
"throw_error",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thaw"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.4.0-beta4"
|
2024-11-19 21:31:46 -05:00
|
|
|
source = "git+https://github.com/thaw-ui/thaw.git#39fdba37a974a822d22e46d71c8589c8daf98342"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"chrono",
|
|
|
|
"icondata_ai",
|
|
|
|
"icondata_core",
|
|
|
|
"leptos",
|
|
|
|
"num-traits",
|
|
|
|
"palette",
|
|
|
|
"send_wrapper",
|
|
|
|
"slotmap",
|
|
|
|
"thaw_components",
|
|
|
|
"thaw_macro",
|
|
|
|
"thaw_utils",
|
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thaw_components"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.2.0-beta4"
|
2024-11-19 21:31:46 -05:00
|
|
|
source = "git+https://github.com/thaw-ui/thaw.git#39fdba37a974a822d22e46d71c8589c8daf98342"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"leptos",
|
|
|
|
"send_wrapper",
|
|
|
|
"thaw_utils",
|
|
|
|
"uuid",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thaw_macro"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.1.0-beta4"
|
2024-11-19 21:31:46 -05:00
|
|
|
source = "git+https://github.com/thaw-ui/thaw.git#39fdba37a974a822d22e46d71c8589c8daf98342"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thaw_utils"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "0.1.0-beta4"
|
2024-11-19 21:31:46 -05:00
|
|
|
source = "git+https://github.com/thaw-ui/thaw.git#39fdba37a974a822d22e46d71c8589c8daf98342"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"chrono",
|
|
|
|
"leptos",
|
|
|
|
"send_wrapper",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "1.0.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 2.0.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.69"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
2024-11-10 22:33:13 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "2.0.3"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "throw_error"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.0-rc1"
|
2024-09-07 01:17:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "84bf87b0433891f1029e5868d4de3a11e794a206899082ebb4e82fca139b0d70"
|
2024-09-07 01:17:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2024-08-14 20:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
2024-11-10 22:33:13 -05:00
|
|
|
"zerovec",
|
2024-08-14 20:38:19 -04:00
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "1.41.1"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2024-10-10 04:15:25 -04:00
|
|
|
"tracing",
|
2024-08-02 21:01:02 -04:00
|
|
|
"windows-sys 0.52.0",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-23 18:18:12 -04:00
|
|
|
version = "2.4.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-23 18:18:12 -04:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.24.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2024-07-18 04:00:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-09-05 17:53:39 -04:00
|
|
|
version = "0.7.12"
|
2024-07-18 04:00:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-05 17:53:39 -04:00
|
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2024-07-18 04:00:56 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-07-31 21:19:29 -04:00
|
|
|
version = "0.8.19"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-31 21:19:29 -04:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-07-30 19:56:47 -04:00
|
|
|
version = "0.6.8"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-30 19:56:47 -04:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-09-24 23:50:12 -04:00
|
|
|
version = "0.22.22"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-24 23:50:12 -04:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-10-10 04:15:25 -04:00
|
|
|
"indexmap 2.6.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"hyper-util",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower 0.4.13",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
2024-10-10 04:15:25 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2024-10-09 20:59:09 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-08-14 21:30:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2024-09-09 19:46:56 -04:00
|
|
|
version = "0.5.1"
|
2024-08-14 21:30:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-09 19:46:56 -04:00
|
|
|
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
|
2024-08-14 21:30:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"sync_wrapper 0.1.2",
|
2024-09-22 19:50:25 -04:00
|
|
|
"tokio",
|
2024-08-14 21:30:39 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-09-22 19:50:25 -04:00
|
|
|
"tracing",
|
2024-08-14 21:30:39 -04:00
|
|
|
]
|
|
|
|
|
2024-07-18 04:00:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2024-11-19 01:32:06 -05:00
|
|
|
version = "0.6.2"
|
2024-07-18 04:00:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-19 01:32:06 -05:00
|
|
|
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
2024-07-18 04:00:56 -04:00
|
|
|
dependencies = [
|
2024-08-14 21:39:17 -04:00
|
|
|
"async-compression",
|
2024-07-18 04:00:56 -04:00
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
2024-08-14 21:39:17 -04:00
|
|
|
"futures-core",
|
2024-07-18 04:00:56 -04:00
|
|
|
"futures-util",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-07-18 04:00:56 -04:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"http-range-header",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2024-08-14 16:12:32 -04:00
|
|
|
version = "0.3.3"
|
2024-04-28 04:53:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 16:12:32 -04:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2024-04-28 04:53:00 -04:00
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-08-14 16:12:32 -04:00
|
|
|
version = "0.3.3"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 16:12:32 -04:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-10-09 20:59:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower_governor"
|
2024-10-17 19:29:17 -04:00
|
|
|
version = "0.4.3"
|
2024-10-09 20:59:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 19:29:17 -04:00
|
|
|
checksum = "aea939ea6cfa7c4880f3e7422616624f97a567c16df67b53b11f0d03917a8e46"
|
2024-10-09 20:59:09 -04:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"forwarded-header-value",
|
|
|
|
"governor",
|
|
|
|
"http",
|
|
|
|
"pin-project",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-10-17 19:29:17 -04:00
|
|
|
"tower 0.5.1",
|
2024-10-09 20:59:09 -04:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2024-04-28 04:53:00 -04:00
|
|
|
"tracing-attributes",
|
2024-04-27 02:34:28 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2024-04-28 04:53:00 -04:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
2024-04-27 02:34:28 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.18"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-10-06 22:07:51 -04:00
|
|
|
version = "0.24.0"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 22:07:51 -04:00
|
|
|
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"data-encoding",
|
2024-08-14 20:38:19 -04:00
|
|
|
"http",
|
2024-04-13 21:04:42 -04:00
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"sha1",
|
2024-11-10 22:33:13 -05:00
|
|
|
"thiserror 1.0.69",
|
2024-04-13 21:04:42 -04:00
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typed-builder"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.19.1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "a06fbd5b8de54c5f7c91f6fe4cebb949be2125d7758e630bb58b1d831dbce600"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"typed-builder-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-builder-macro"
|
2024-09-07 01:17:51 -04:00
|
|
|
version = "0.19.1"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-07 01:17:51 -04:00
|
|
|
checksum = "f9534daa9fd3ed0bd911d462a37f172228077e7abf18c18a5f67199d959205f8"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
2024-08-14 20:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
|
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
|
|
|
|
dependencies = [
|
|
|
|
"tinystr",
|
|
|
|
]
|
|
|
|
|
2024-07-18 04:00:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-10-30 20:49:24 -04:00
|
|
|
version = "2.8.0"
|
2024-07-18 04:00:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 20:49:24 -04:00
|
|
|
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
2024-07-18 04:00:56 -04:00
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-12 02:38:16 -04:00
|
|
|
version = "1.0.13"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 02:38:16 -04:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2024-04-05 22:38:41 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-09-15 00:27:16 -04:00
|
|
|
version = "1.12.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-15 00:27:16 -04:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2024-09-22 19:50:25 -04:00
|
|
|
version = "0.2.6"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-22 19:50:25 -04:00
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "2.5.3"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
|
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2024-10-08 21:33:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-17 19:29:17 -04:00
|
|
|
version = "1.11.0"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 19:29:17 -04:00
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2024-08-11 19:51:30 -04:00
|
|
|
"rand",
|
|
|
|
"serde",
|
2024-09-07 01:17:51 -04:00
|
|
|
"wasm-bindgen",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-04-28 04:53:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-07-26 23:33:11 -04:00
|
|
|
version = "0.9.5"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-26 23:33:11 -04:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2024-10-10 04:15:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.95"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-14 20:38:19 -04:00
|
|
|
"once_cell",
|
2024-07-20 23:00:19 -04:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.95"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.4.45"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.95"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.95"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.2.95"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.3.45"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "d381749acb0943d357dcbd8f0b100640679883fcdeeef04def49daf8d33a5426"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
2024-08-14 20:38:19 -04:00
|
|
|
"minicov",
|
2024-07-20 23:00:19 -04:00
|
|
|
"scoped-tls",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-bindgen-test-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test-macro"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.3.45"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "c97b2ef2c8d627381e51c071c2ab328eac606d3f69dd82bcbca20a9e389d95f0"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.4.2"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-11-10 22:33:13 -05:00
|
|
|
version = "0.3.72"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-10 22:33:13 -05:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2024-04-27 02:34:28 -04:00
|
|
|
dependencies = [
|
2024-04-28 04:53:00 -04:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2024-04-27 02:34:28 -04:00
|
|
|
]
|
|
|
|
|
2024-04-05 22:38:41 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2024-04-05 22:38:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-08-02 21:01:02 -04:00
|
|
|
version = "0.1.9"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-02 21:01:02 -04:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
2024-08-02 21:01:02 -04:00
|
|
|
"windows-sys 0.59.0",
|
2024-07-20 23:00:19 -04:00
|
|
|
]
|
|
|
|
|
2024-04-27 02:34:28 -04:00
|
|
|
[[package]]
|
2024-04-28 04:53:00 -04:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2024-04-27 02:34:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 04:53:00 -04:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2024-04-27 02:34:28 -04:00
|
|
|
|
2024-09-07 01:17:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-23 18:18:12 -04:00
|
|
|
"windows-targets",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
2024-08-02 21:01:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-04-13 21:04:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-04-13 21:04:42 -04:00
|
|
|
dependencies = [
|
2024-07-23 18:18:12 -04:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-04-13 21:04:42 -04:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-23 18:18:12 -04:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2024-04-13 21:04:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-04-13 21:04:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-15 04:15:21 -04:00
|
|
|
version = "0.52.6"
|
2024-04-13 21:04:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 04:15:21 -04:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-09-25 23:16:48 -04:00
|
|
|
version = "0.6.20"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-25 23:16:48 -04:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
2024-07-20 23:00:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2024-07-20 23:00:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "xxhash-rust"
|
2024-07-26 23:33:11 -04:00
|
|
|
version = "0.8.12"
|
2024-07-20 23:00:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-26 23:33:11 -04:00
|
|
|
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
|
2024-07-20 23:00:19 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
2024-07-30 19:56:47 -04:00
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-07-30 19:56:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-08-03 21:05:28 -04:00
|
|
|
version = "0.7.35"
|
2024-07-30 19:56:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 21:05:28 -04:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-07-30 19:56:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-08-03 21:05:28 -04:00
|
|
|
version = "0.7.35"
|
2024-07-30 19:56:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 21:05:28 -04:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-07-30 19:56:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2024-08-14 21:39:17 -04:00
|
|
|
|
2024-11-10 22:33:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-08-14 21:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "7.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.13+zstd.1.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|