cards/Cargo.lock

4169 lines
99 KiB
Text
Raw Normal View History

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"
version = "3.0.7"
2024-10-08 21:33:21 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
2024-10-08 21:33:21 -04:00
dependencies = [
"anstyle",
"once_cell",
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"
2024-12-02 22:50:49 -05:00
version = "0.2.0"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "41058deaa38c9d9dd933d6d238d825227cffa668e2839b52879f6619c63eee3b"
2024-09-07 01:17:51 -04:00
dependencies = [
"futures",
"thiserror 2.0.11",
2024-09-07 01:17:51 -04:00
"wasm-bindgen-futures",
]
2024-05-05 05:32:16 -04:00
[[package]]
name = "anyhow"
2025-02-24 18:14:41 -05:00
version = "1.0.96"
2024-05-05 05:32:16 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
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-08-14 21:39:17 -04:00
[[package]]
name = "async-compression"
2024-12-02 22:50:49 -05:00
version = "0.4.18"
2024-08-14 21:39:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
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"
version = "0.1.86"
2024-04-28 04:53:00 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
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"
2024-12-02 22:50:49 -05:00
version = "0.10.3"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "0053e96dd3bec5b4879c23a138d6ef26f2cb936c9cdc96274ac2b9ed44b5bb54"
2024-07-20 23:00:19 -04:00
dependencies = [
"attribute-derive-macro",
"derive-where",
"manyhow",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "attribute-derive-macro"
2024-12-02 22:50:49 -05:00
version = "0.10.3"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "463b53ad0fd5b460af4b1915fe045ff4d946d025fb6c4dc3337752eaa980f71b"
2024-07-20 23:00:19 -04:00
dependencies = [
"collection_literals",
"interpolator",
"manyhow",
2024-12-02 22:50:49 -05:00
"proc-macro-utils",
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 0.4.5",
"bytes",
"futures-util",
"http",
"http-body",
"http-body-util",
"itoa",
"matchit 0.7.3",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper",
"tower 0.5.2",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
dependencies = [
"axum-core 0.5.0",
2024-10-10 04:15:25 -04:00
"base64 0.22.1",
2024-04-28 04:53:00 -04:00
"bytes",
"form_urlencoded",
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",
"http-body-util",
"hyper",
"hyper-util",
"itoa",
"matchit 0.8.4",
2024-04-28 04:53:00 -04:00
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sha1",
2024-12-11 18:56:10 -05:00
"sync_wrapper",
2024-04-28 04:53:00 -04:00
"tokio",
"tokio-tungstenite",
2024-12-11 18:56:10 -05:00
"tower 0.5.2",
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-12-11 18:56:10 -05:00
"sync_wrapper",
2024-04-28 04:53:00 -04:00
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
dependencies = [
"bytes",
"futures-util",
"http",
"http-body",
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
"sync_wrapper",
"tower-layer",
"tower-service",
2024-04-28 04:53:00 -04:00
"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-04-13 21:04:42 -04:00
[[package]]
name = "bitflags"
version = "2.8.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
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.2"
2024-08-14 21:39:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
2024-08-14 21:39:17 -04:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2024-07-20 23:00:19 -04:00
[[package]]
name = "bumpalo"
version = "3.17.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2024-07-20 23:00:19 -04:00
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-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"
version = "1.10.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
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"
2025-02-24 18:14:41 -05:00
version = "1.2.15"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af"
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"
2024-12-09 22:25:38 -05:00
version = "0.4.39"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 22:25:38 -05:00
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
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"
2025-02-24 18:14:41 -05:00
version = "4.5.31"
2024-10-08 21:33:21 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2024-10-08 21:33:21 -04:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2025-02-24 18:14:41 -05:00
version = "4.5.31"
2024-10-08 21:33:21 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2024-10-08 21:33:21 -04:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_lex"
2024-12-09 02:17:53 -05:00
version = "0.7.4"
2024-10-08 21:33:21 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:17:53 -05:00
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2024-10-08 21:33:21 -04:00
2024-07-20 23:00:19 -04:00
[[package]]
name = "client"
version = "0.1.0"
dependencies = [
"codee 0.2.0",
2024-07-20 23:00:19 -04:00
"console_error_panic_hook",
"console_log",
"getrandom 0.3.1",
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"
dependencies = [
"thiserror 1.0.69",
]
[[package]]
name = "codee"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f18d705321923b1a9358e3fc3c57c3b50171196827fc7f5f10b053242aca627"
2024-08-14 20:38:19 -04:00
dependencies = [
2024-09-07 01:17:51 -04:00
"serde",
"serde_json",
"thiserror 2.0.11",
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-12-09 02:17:53 -05:00
version = "0.2.34"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:17:53 -05:00
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
2024-07-20 23:00:19 -04:00
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2024-12-09 02:17:53 -05:00
version = "0.2.34"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:17:53 -05:00
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
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"
version = "0.2.17"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
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"
2024-12-24 23:18:44 -05:00
version = "0.5.14"
2024-10-10 04:15:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
2024-10-10 04:15:25 -04:00
dependencies = [
"crossbeam-utils",
]
2024-07-20 23:00:19 -04:00
[[package]]
2024-09-07 01:17:51 -04:00
name = "crossbeam-utils"
2024-12-24 23:18:44 -05:00
version = "0.8.21"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
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",
]
[[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"
version = "2.8.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
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 = "dyn-clone"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feeef44e73baff3a26d371801df019877a9866a8c493d315ab00177843314f35"
2024-07-20 23:00:19 -04:00
[[package]]
name = "either"
2025-02-24 18:14:41 -05:00
version = "1.14.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
2024-07-20 23:00:19 -04:00
2024-09-07 01:17:51 -04:00
[[package]]
name = "either_of"
version = "0.1.5"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "169ae1dd00fb612cf27fd069b3b10f325ea60ac551f08e5b931b4413972a847d"
2024-09-07 01:17:51 -04:00
dependencies = [
"paste",
2024-09-07 01:17:51 -04:00
"pin-project-lite",
]
2024-07-20 23:00:19 -04:00
[[package]]
name = "equivalent"
version = "1.0.2"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2024-07-20 23:00:19 -04:00
2024-09-07 01:17:51 -04:00
[[package]]
name = "event-listener"
version = "5.4.0"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
2024-09-07 01:17:51 -04:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2024-12-02 22:50:49 -05:00
version = "0.5.3"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
2024-09-07 01:17:51 -04:00
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"
2025-02-24 18:14:41 -05:00
version = "1.1.0"
2024-08-14 21:39:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
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",
2024-12-02 22:50:49 -05:00
"num_cpus",
2024-04-28 04:53:00 -04:00
]
[[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 0.11.0+wasi-snapshot-preview1",
2024-07-20 23:00:19 -04:00
"wasm-bindgen",
2024-04-05 22:38:41 -04:00
]
[[package]]
name = "getrandom"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi 0.13.3+wasi-0.2.2",
"wasm-bindgen",
"windows-targets",
]
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-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"
2024-12-24 23:18:44 -05:00
version = "0.8.0"
2024-10-09 20:59:09 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "842dc78579ce01e6a1576ad896edc92fca002dd60c9c3746b7fc2bec6fb429d0"
2024-10-09 20:59:09 -04:00
dependencies = [
"cfg-if",
2024-12-24 23:18:44 -05:00
"dashmap",
"futures-sink",
2024-10-09 20:59:09 -04:00
"futures-timer",
2024-12-24 23:18:44 -05:00
"futures-util",
2024-10-09 20:59:09 -04:00
"no-std-compat",
"nonzero_ext",
"parking_lot",
"portable-atomic",
"quanta",
"rand 0.8.5",
2024-10-09 20:59:09 -04:00
"smallvec",
"spinning_top",
]
2024-07-20 23:00:19 -04:00
[[package]]
2024-09-07 01:17:51 -04:00
name = "guardian"
version = "1.3.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f"
2024-07-20 23:00:19 -04:00
2024-10-10 04:15:25 -04:00
[[package]]
name = "h2"
2025-02-24 18:14:41 -05:00
version = "0.4.8"
2024-10-10 04:15:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
2024-10-10 04:15:25 -04:00
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
"indexmap 2.7.1",
2024-10-10 04:15:25 -04:00
"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-12-02 22:50:49 -05:00
version = "0.15.2"
2024-10-06 22:07:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
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-12-03 17:45:50 -05:00
version = "1.2.0"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-03 17:45:50 -05:00
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
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"
2024-12-02 22:50:49 -05:00
version = "0.4.2"
2024-07-18 04:00:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
2024-07-18 04:00:56 -04:00
2024-04-13 21:04:42 -04:00
[[package]]
name = "httparse"
version = "1.10.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
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-12-24 23:18:44 -05:00
version = "0.2.1"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "d35485b3dcbf7e044b8f28c73f04f13e7b509c2466fd10cb2a8a447e38f8a93a"
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"
version = "1.6.0"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
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"
version = "2.7.1"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
2024-07-20 23:00:19 -04:00
dependencies = [
"equivalent",
2024-12-02 22:50:49 -05:00
"hashbrown 0.15.2",
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",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
2024-04-05 22:38:41 -04:00
[[package]]
name = "itoa"
2024-12-02 22:50:49 -05:00
version = "1.0.14"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2024-04-05 22:38:41 -04:00
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"
version = "0.3.77"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-07-20 23:00:19 -04:00
dependencies = [
2024-12-02 22:50:49 -05:00
"once_cell",
2024-07-20 23:00:19 -04:00
"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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88613d81f70f4e267473b2ee107e1ee70cf765a3c3dfee945929c8e9c520b957"
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",
"getrandom 0.2.15",
2024-09-07 01:17:51 -04:00
"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",
"thiserror 2.0.11",
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"
version = "0.15.6"
2024-11-16 03:41:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c902c63e4b25c2cbe7c02132f81c81fadff6590f2583db2c7063bfb8a77dbdf"
2024-07-20 23:00:19 -04:00
dependencies = [
"cfg-if",
"chrono",
"codee 0.2.0",
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",
"thiserror 2.0.11",
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4172cfee12576224775ccfbb9d3e76625017a8b4207c4641a2f9b96a70e6d524"
2024-07-20 23:00:19 -04:00
dependencies = [
"config",
"regex",
"serde",
"thiserror 2.0.11",
2024-07-20 23:00:19 -04:00
"typed-builder",
]
[[package]]
name = "leptos_dom"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41f6dc3ddaa09d876d7015f08f4f3905787da4ea5460cef130c365419483a89"
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f5c961e5d9b2aa6deab39d5d842272e8b1b165744b5caf674770d5cf0daa04"
2024-07-20 23:00:19 -04:00
dependencies = [
"anyhow",
"camino",
"indexmap 2.7.1",
2024-07-20 23:00:19 -04:00
"parking_lot",
"proc-macro2",
"quote",
"rstml",
"serde",
"syn",
"walkdir",
]
[[package]]
name = "leptos_macro"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b9165909eabb02188a4b33b0ab6acff408bdf440018bf65b30bba0d38d61b19"
2024-07-20 23:00:19 -04:00
dependencies = [
"attribute-derive",
"cfg-if",
"convert_case",
"html-escape",
"itertools 0.13.0",
2024-07-20 23:00:19 -04:00
"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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4566969810e3f29cfdafd6dd430382e42f72f4cdebfbfa263bd98f75feaf166d"
2024-07-20 23:00:19 -04:00
dependencies = [
2024-09-07 01:17:51 -04:00
"futures",
"indexmap 2.7.1",
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83cf6033f987f366be6ffa556ee22fa6f9f433cbffd173826fd67327c3ae7ed"
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",
"thiserror 2.0.11",
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f580227933b49028cd3b6d7cd29ab7c6d30f9777cf0ac774eda2aab000a912"
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",
"syn",
2024-07-20 23:00:19 -04:00
]
[[package]]
name = "leptos_server"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee9ed4526484b17561bc8ce1532c613e37be2c01788fed3d1c4104db674dd9"
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",
"codee 0.3.0",
2024-09-07 01:17:51 -04:00
"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 = [
"rand 0.9.0",
2024-07-21 00:52:47 -04:00
"serde",
"tracing",
]
2024-07-20 23:00:19 -04:00
2024-07-21 02:35:13 -04:00
[[package]]
name = "libc"
2025-02-24 18:14:41 -05:00
version = "0.2.170"
2024-07-21 02:35:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
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"
2024-12-02 22:50:49 -05:00
version = "0.7.4"
2024-11-10 22:33:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2024-11-10 22:33:13 -05:00
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"
2025-02-24 18:14:41 -05:00
version = "0.4.26"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
2024-04-13 21:04:42 -04:00
2024-07-20 23:00:19 -04:00
[[package]]
name = "manyhow"
2024-12-02 22:50:49 -05:00
version = "0.11.4"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587"
2024-07-20 23:00:19 -04:00
dependencies = [
"manyhow-macros",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "manyhow-macros"
2024-12-02 22:50:49 -05:00
version = "0.11.4"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495"
2024-07-20 23:00:19 -04:00
dependencies = [
2024-12-02 22:50:49 -05:00
"proc-macro-utils",
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"
[[package]]
name = "matchit"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
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"
2025-02-24 18:14:41 -05:00
version = "0.8.5"
2024-08-20 14:54:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
2024-08-20 14:54:13 -04:00
dependencies = [
"adler2",
]
2024-04-13 21:04:42 -04:00
[[package]]
name = "mio"
2024-12-02 22:50:49 -05:00
version = "1.0.3"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2024-04-13 21:04:42 -04:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
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-12-02 22:50:49 -05:00
version = "0.1.0"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "60993920e071b0c9b66f14e2b32740a4e27ffc82854dcd72035887f336a09a28"
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-12-02 22:50:49 -05:00
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
2024-04-13 21:04:42 -04:00
[[package]]
name = "object"
2024-12-24 23:18:44 -05:00
version = "0.36.7"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
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"
version = "1.20.3"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
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-12-02 22:50:49 -05:00
version = "0.2.3"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
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.3"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2024-09-07 01:17:51 -04:00
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.3"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2024-09-07 01:17:51 -04:00
dependencies = [
"phf_shared",
"rand 0.8.5",
2024-09-07 01:17:51 -04:00
]
[[package]]
name = "phf_macros"
version = "0.11.3"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2024-09-07 01:17:51 -04:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "phf_shared"
version = "0.11.3"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2024-09-07 01:17:51 -04:00
dependencies = [
"siphasher",
]
2024-04-27 02:34:28 -04:00
[[package]]
name = "pin-project"
version = "1.1.9"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
2024-04-27 02:34:28 -04:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.9"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
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"
version = "0.2.16"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
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"
2025-02-24 18:14:41 -05:00
version = "1.11.0"
2024-10-09 20:59:09 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
2024-10-09 20:59:09 -04:00
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 0.7.35",
2024-07-30 19:56:47 -04:00
]
2024-04-05 22:38:41 -04:00
2024-07-20 23:00:19 -04:00
[[package]]
name = "prettyplease"
version = "0.2.29"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
2024-07-20 23:00:19 -04:00
dependencies = [
"proc-macro2",
"syn",
]
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-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"
version = "1.0.93"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
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.5"
2024-10-10 04:15:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
2024-10-10 04:15:25 -04:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
version = "0.13.5"
2024-10-10 04:15:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
2024-10-10 04:15:25 -04:00
dependencies = [
"anyhow",
"itertools 0.14.0",
2024-10-10 04:15:25 -04:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
version = "0.13.5"
2024-10-10 04:15:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
2024-10-10 04:15:25 -04:00
dependencies = [
"prost",
]
2024-10-09 20:59:09 -04:00
[[package]]
name = "quanta"
version = "0.12.5"
2024-10-09 20:59:09 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
2024-10-09 20:59:09 -04:00
dependencies = [
"crossbeam-utils",
"libc",
"once_cell",
"raw-cpuid",
"wasi 0.11.0+wasi-snapshot-preview1",
2024-10-09 20:59:09 -04:00
"web-sys",
"winapi",
]
2024-04-05 22:38:41 -04:00
[[package]]
name = "quote"
version = "1.0.38"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
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-12-02 22:50:49 -05:00
"proc-macro-utils",
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 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [
"rand_chacha 0.9.0",
2025-02-24 18:14:41 -05:00
"rand_core 0.9.2",
"zerocopy 0.8.20",
2024-04-05 22:38:41 -04:00
]
[[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 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
2025-02-24 18:14:41 -05:00
"rand_core 0.9.2",
2024-04-05 22:38:41 -04:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.15",
]
[[package]]
name = "rand_core"
2025-02-24 18:14:41 -05:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "7a509b1a2ffbe92afab0e55c8fd99dea1c280e8171bd2d88682bb20bc41cbc2c"
dependencies = [
"getrandom 0.3.1",
2025-02-24 18:14:41 -05:00
"zerocopy 0.8.20",
2024-04-05 22:38:41 -04:00
]
2024-10-09 20:59:09 -04:00
[[package]]
name = "raw-cpuid"
2025-02-24 18:14:41 -05:00
version = "11.4.0"
2024-10-09 20:59:09 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "529468c1335c1c03919960dfefdb1b3648858c20d7ec2d0663e728e4a717efbc"
2024-10-09 20:59:09 -04:00
dependencies = [
"bitflags",
]
2024-09-07 01:17:51 -04:00
[[package]]
name = "reactive_graph"
version = "0.1.7"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9996b4c0f501d64a755ff3dfbe9276e9f834d105d7d45059ad4bd6d2a56477d0"
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",
"thiserror 2.0.11",
2024-09-07 01:17:51 -04:00
"web-sys",
]
2024-10-30 20:49:24 -04:00
[[package]]
name = "reactive_stores"
version = "0.1.7"
2024-10-30 20:49:24 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74c3d2a20d8edd8ac6628718209f743da86349d7f10a4458304666c2ddfc082e"
2024-10-30 20:49:24 -04:00
dependencies = [
"guardian",
"itertools 0.13.0",
2024-10-30 20:49:24 -04:00
"or_poisoned",
"paste",
"reactive_graph",
"reactive_stores_macro",
"rustc-hash",
]
[[package]]
name = "reactive_stores_macro"
version = "0.1.7"
2024-10-30 20:49:24 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d4d8e40112b8ee1424e5ec636fcbc9764c1a099e81f8fa818f6762b43cc10cd"
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"
2025-02-24 18:14:41 -05:00
version = "0.5.9"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f"
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"
version = "0.12.1"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61cf4616de7499fc5164570d40ca4e1b24d231c6833a88bff0fe00725080fd56"
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",
"thiserror 2.0.11",
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"
version = "2.1.1"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
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"
version = "1.0.19"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
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"
version = "1.0.19"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
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",
]
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"
2025-02-24 18:14:41 -05:00
version = "1.0.218"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
2024-04-05 22:38:41 -04:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-02-24 18:14:41 -05:00
version = "1.0.218"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
2024-04-05 22:38:41 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2025-02-24 18:14:41 -05:00
version = "1.0.139"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
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 0.8.1",
"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",
"rand 0.9.0",
2024-07-20 23:00:19 -04:00
"serde",
"serde_json",
"tokio",
2024-12-11 18:56:10 -05:00
"tower 0.5.2",
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055476c2a42c9a98a69e3f0ce29b86aa3acbdef19a84e0523330f095097defcf"
2024-07-20 23:00:19 -04:00
dependencies = [
"bytes",
"const_format",
2024-12-24 23:18:44 -05:00
"dashmap",
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",
"thiserror 2.0.11",
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e65737414a9583ce3b43dddd4e5dfb33fe385a6933ed79a9b539b8eb0767cd07"
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"
version = "0.7.7"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "563909a43390341403ab76fbc33fde306712613da02244e692eabeae8ffde949"
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 = "1.0.1"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2024-09-07 01:17:51 -04:00
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.14.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
2024-04-13 21:04:42 -04:00
[[package]]
name = "socket2"
2024-12-02 22:50:49 -05:00
version = "0.5.8"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
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",
"tungstenite",
2024-10-08 21:33:21 -04:00
]
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"
version = "2.0.98"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
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.2.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb066a04799e45f5d582e8fc6ec8e6d6896040d00898eb4e6a835196815b219"
2024-07-20 23:00:19 -04:00
dependencies = [
"proc-macro-error2",
2024-07-20 23:00:19 -04:00
"proc-macro2",
"quote",
"syn",
]
2024-04-28 04:53:00 -04:00
[[package]]
name = "sync_wrapper"
2024-11-21 10:13:14 -05:00
version = "1.0.2"
2024-04-28 04:53:00 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-21 10:13:14 -05:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
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"
version = "0.1.7"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c05fed41ed4e334257090500510df21bb1611680c0cfd3be14acec7ffdf3d95"
2024-09-07 01:17:51 -04:00
dependencies = [
"any_spawner",
"async-trait",
2024-09-07 01:17:51 -04:00
"const_str_slice_concat",
"drain_filter_polyfill",
"dyn-clone",
2024-09-07 01:17:51 -04:00
"either_of",
"futures",
"html-escape",
"indexmap 2.7.1",
"itertools 0.13.0",
2024-09-07 01:17:51 -04:00
"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"
version = "0.4.3"
2024-12-03 17:45:50 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee0908bf3661dc3223bae4368100d9cd2702073e08d60c38ea1ba5f2471f1da4"
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"
version = "0.3.0"
2024-12-03 17:45:50 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19234194c09f0f8cdd737ca2638f15f0284c57ae03da6449038f8ba92c1a2ed2"
2024-09-07 01:17:51 -04:00
dependencies = [
"cfg-if",
"leptos",
"send_wrapper",
"thaw_utils",
"uuid",
"web-sys",
]
[[package]]
name = "thaw_macro"
2024-12-24 23:18:44 -05:00
version = "0.1.0"
2024-12-03 17:45:50 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "5af50a5123e480e7ee8961e6456f63530816875d0a19cb73060b8e61dd2a95fb"
2024-09-07 01:17:51 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thaw_utils"
version = "0.1.1"
2024-12-03 17:45:50 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a02051778efb4e365286e3cc79eb7c988f373855587453dcd367c34a36d1451"
2024-09-07 01:17:51 -04:00
dependencies = [
"cfg-if",
"chrono",
"leptos",
2024-12-02 22:50:49 -05:00
"reactive_stores",
2024-09-07 01:17:51 -04:00
"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.11"
2024-11-10 22:33:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
2024-11-10 22:33:13 -05:00
dependencies = [
"thiserror-impl 2.0.11",
2024-11-10 22:33:13 -05:00
]
[[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"
version = "2.0.11"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
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-12-02 22:50:49 -05:00
version = "0.2.0"
2024-09-07 01:17:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "e4ef8bf264c6ae02a065a4a16553283f0656bd6266fc1fcb09fd2e6b5e91427b"
2024-09-07 01:17:51 -04:00
dependencies = [
"pin-project-lite",
]
2024-07-20 23:00:19 -04:00
[[package]]
name = "time"
2024-12-03 17:45:50 -05:00
version = "0.3.37"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-03 17:45:50 -05:00
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2024-07-20 23:00:19 -04:00
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"
2024-12-03 17:45:50 -05:00
version = "0.2.19"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-03 17:45:50 -05:00
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2024-07-20 23:00:19 -04:00
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"
version = "1.43.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
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"
version = "2.5.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
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"
2024-12-09 02:17:53 -05:00
version = "0.1.17"
2024-10-10 04:15:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:17:53 -05:00
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2024-10-10 04:15:25 -04:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2024-04-13 21:04:42 -04:00
[[package]]
name = "tokio-tungstenite"
2025-02-24 18:14:41 -05:00
version = "0.26.2"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
2024-04-13 21:04:42 -04:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
2024-04-13 21:04:42 -04:00
]
2024-07-18 04:00:56 -04:00
[[package]]
name = "tokio-util"
2024-12-09 02:17:53 -05:00
version = "0.7.13"
2024-07-18 04:00:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-09 02:17:53 -05:00
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
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"
version = "0.8.20"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
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"
version = "0.22.24"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
2024-07-20 23:00:19 -04:00
dependencies = [
"indexmap 2.7.1",
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 0.7.9",
2024-10-10 04:15:25 -04:00
"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 0.8.5",
2024-10-10 04:15:25 -04:00
"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-12-11 18:56:10 -05:00
version = "0.5.2"
2024-08-14 21:30:39 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-11 18:56:10 -05:00
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2024-08-14 21:30:39 -04:00
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
2024-12-11 18:56:10 -05:00
"sync_wrapper",
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"
version = "0.6.0"
2024-10-09 20:59:09 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a2ccff6830fa835371af7541e561a90e4c07b84f72991ebac4b3cb6790dc0d"
2024-10-09 20:59:09 -04:00
dependencies = [
"axum 0.8.1",
2024-10-09 20:59:09 -04:00
"forwarded-header-value",
"governor",
"http",
"pin-project",
"thiserror 2.0.11",
2024-12-11 18:56:10 -05:00
"tower 0.5.2",
2024-10-09 20:59:09 -04:00
"tracing",
]
2024-04-27 02:34:28 -04:00
[[package]]
name = "tracing"
2024-12-02 22:50:49 -05:00
version = "0.1.41"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2024-04-27 02:34:28 -04:00
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"
2024-12-02 22:50:49 -05:00
version = "0.1.28"
2024-04-28 04:53:00 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2024-04-28 04:53:00 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-27 02:34:28 -04:00
[[package]]
name = "tracing-core"
2024-12-02 22:50:49 -05:00
version = "0.1.33"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2024-04-27 02:34:28 -04:00
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"
2024-12-02 22:50:49 -05:00
version = "0.3.19"
2024-04-27 02:34:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2024-04-28 04:53:00 -04:00
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-12-24 23:18:44 -05:00
[[package]]
name = "tungstenite"
2025-02-24 18:14:41 -05:00
version = "0.26.2"
2024-12-24 23:18:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
2024-12-24 23:18:44 -05:00
dependencies = [
"bytes",
"data-encoding",
"http",
"httparse",
"log",
2025-02-24 18:14:41 -05:00
"rand 0.9.0",
2024-12-24 23:18:44 -05:00
"sha1",
"thiserror 2.0.11",
2024-12-24 23:18:44 -05:00
"utf-8",
]
2024-07-20 23:00:19 -04:00
[[package]]
name = "typed-builder"
2024-12-02 22:50:49 -05:00
version = "0.20.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "7e14ed59dc8b7b26cacb2a92bad2e8b1f098806063898ab42a3bd121d7d45e75"
2024-07-20 23:00:19 -04:00
dependencies = [
"typed-builder-macro",
]
[[package]]
name = "typed-builder-macro"
2024-12-02 22:50:49 -05:00
version = "0.20.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "560b82d656506509d43abe30e0ba64c56b1953ab3d4fe7ba5902747a7a3cedd5"
2024-07-20 23:00:19 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-13 21:04:42 -04:00
[[package]]
name = "typenum"
2025-02-24 18:14:41 -05:00
version = "1.18.0"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2024-04-13 21:04:42 -04:00
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-12-24 23:18:44 -05:00
version = "2.8.1"
2024-07-18 04:00:56 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-24 23:18:44 -05:00
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2024-07-18 04:00:56 -04:00
2024-04-05 22:38:41 -04:00
[[package]]
name = "unicode-ident"
2025-02-24 18:14:41 -05:00
version = "1.0.17"
2024-04-05 22:38:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
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-12-02 22:50:49 -05:00
version = "2.5.4"
2024-04-13 21:04:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
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"
2025-02-24 18:14:41 -05:00
version = "1.14.0"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1"
2024-07-20 23:00:19 -04:00
dependencies = [
"getrandom 0.3.1",
"js-sys",
"rand 0.9.0",
2024-08-11 19:51:30 -04:00
"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.1"
2024-04-28 04:53:00 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2024-04-28 04:53:00 -04:00
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
[[package]]
name = "wasi"
version = "0.13.3+wasi-0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
dependencies = [
"wit-bindgen-rt",
]
2024-07-20 23:00:19 -04:00
[[package]]
name = "wasm-bindgen"
version = "0.2.100"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2024-07-20 23:00:19 -04:00
dependencies = [
"cfg-if",
2024-08-14 20:38:19 -04:00
"once_cell",
"rustversion",
2024-07-20 23:00:19 -04:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.100"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2024-07-20 23:00:19 -04:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.50"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2024-07-20 23:00:19 -04:00
dependencies = [
"cfg-if",
"js-sys",
2024-12-02 22:50:49 -05:00
"once_cell",
2024-07-20 23:00:19 -04:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.100"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2024-07-20 23:00:19 -04:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.100"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2024-07-20 23:00:19 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.100"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2024-07-20 23:00:19 -04:00
[[package]]
name = "wasm-bindgen-test"
version = "0.3.50"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c8d5e33ca3b6d9fa3b4676d774c5778031d27a578c2b007f905acf816152c3"
2024-07-20 23:00:19 -04:00
dependencies = [
"js-sys",
2024-08-14 20:38:19 -04:00
"minicov",
2024-07-20 23:00:19 -04:00
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.50"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17d5042cc5fa009658f9a7333ef24291b1291a25b6382dd68862a7f3b969f69b"
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"
version = "0.3.77"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
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"
2025-02-24 18:14:41 -05:00
version = "0.7.3"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
2024-07-20 23:00:19 -04:00
dependencies = [
"memchr",
]
[[package]]
name = "wit-bindgen-rt"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
dependencies = [
"bitflags",
]
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"
version = "0.8.15"
2024-07-20 23:00:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
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"
2024-12-02 22:50:49 -05:00
version = "0.7.5"
2024-11-10 22:33:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
2024-11-10 22:33:13 -05:00
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2024-12-02 22:50:49 -05:00
version = "0.7.5"
2024-11-10 22:33:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2024-11-10 22:33:13 -05:00
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 0.7.35",
]
[[package]]
name = "zerocopy"
2025-02-24 18:14:41 -05:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "dde3bb8c68a8f3f1ed4ac9221aad6b10cece3e60a8e2ea54a6a2dec806d0084c"
dependencies = [
2025-02-24 18:14:41 -05:00
"zerocopy-derive 0.8.20",
2024-07-30 19:56:47 -04:00
]
[[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
[[package]]
name = "zerocopy-derive"
2025-02-24 18:14:41 -05:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "eea57037071898bf96a6da35fd626f4f27e9cee3ead2a6c703cf09d472b2e700"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-11-10 22:33:13 -05:00
[[package]]
name = "zerofrom"
2024-12-02 22:50:49 -05:00
version = "0.1.5"
2024-11-10 22:33:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
2024-11-10 22:33:13 -05:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2024-12-02 22:50:49 -05:00
version = "0.1.5"
2024-11-10 22:33:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 22:50:49 -05:00
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
2024-11-10 22:33:13 -05:00
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"
2025-02-24 18:14:41 -05:00
version = "0.13.3"
2024-08-14 21:39:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2024-08-14 21:39:17 -04:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2025-02-24 18:14:41 -05:00
version = "7.2.3"
2024-08-14 21:39:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "f3051792fbdc2e1e143244dc28c60f73d8470e93f3f9cbd0ead44da5ed802722"
2024-08-14 21:39:17 -04:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2025-02-24 18:14:41 -05:00
version = "2.0.14+zstd.1.5.7"
2024-08-14 21:39:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-24 18:14:41 -05:00
checksum = "8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5"
2024-08-14 21:39:17 -04:00
dependencies = [
"cc",
"pkg-config",
]