tanguy.gerome.fi/Cargo.lock

3956 lines
95 KiB
Text
Raw Normal View History

2024-10-21 19:40:51 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
2025-01-26 17:47:40 +02:00
version = "0.2.21"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-10-21 19:40:51 +03:00
2024-11-09 22:49:25 +02: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-21 19:40:51 +03:00
[[package]]
name = "anyhow"
2025-01-26 17:47:40 +02:00
version = "1.0.95"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
2024-10-21 19:40:51 +03:00
[[package]]
name = "async-recursion"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "async-trait"
2025-01-26 17:47:40 +02:00
version = "0.1.85"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-10-21 19:40:51 +03:00
[[package]]
name = "attribute-derive"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1ee502851995027b06f99f5ffbeffa1406b38d0b318a1ebfa469332c6cbafd"
dependencies = [
"attribute-derive-macro",
"derive-where",
"manyhow",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "attribute-derive-macro"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3601467f634cfe36c4780ca9c75dea9a5b34529c1f2810676a337e7e0997f954"
dependencies = [
"collection_literals",
"interpolator",
"manyhow",
"proc-macro-utils 0.8.0",
"proc-macro2",
"quote",
"quote-use",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "axum"
2025-01-26 17:47:40 +02:00
version = "0.7.9"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
2024-10-21 19:40:51 +03:00
dependencies = [
"async-trait",
"axum-core",
"bytes",
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
2024-10-21 19:40:51 +03:00
"http-body-util",
2025-01-26 17:47:40 +02:00
"hyper 1.5.2",
2024-10-21 19:40:51 +03:00
"hyper-util",
"itoa",
"matchit",
"memchr",
"mime",
"multer",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2025-01-26 17:47:40 +02:00
"sync_wrapper 1.0.2",
2024-10-21 19:40:51 +03:00
"tokio",
2025-01-26 17:47:40 +02:00
"tower 0.5.2",
2024-10-21 19:40:51 +03:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "axum-core"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
dependencies = [
"async-trait",
"bytes",
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
2024-10-21 19:40:51 +03:00
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
2025-01-26 17:47:40 +02:00
"sync_wrapper 1.0.2",
2024-10-21 19:40:51 +03:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2024-11-09 22:49:25 +02:00
"windows-targets 0.52.6",
2024-10-21 19:40:51 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-10-21 19:40:51 +03:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-11-09 22:49:25 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-10-21 19:40:51 +03:00
[[package]]
name = "bitflags"
2025-01-26 17:47:40 +02:00
version = "2.8.0"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
2024-10-21 19:40:51 +03:00
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytes"
2025-01-26 17:47:40 +02:00
version = "1.9.0"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2024-10-21 19:40:51 +03:00
[[package]]
name = "cached"
version = "0.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90eb5776f28a149524d1d8623035760b4454ec881e8cf3838fa8d7e1b11254b3"
dependencies = [
"cached_proc_macro",
"cached_proc_macro_types",
"hashbrown 0.13.2",
"instant",
"once_cell",
"thiserror",
]
[[package]]
name = "cached_proc_macro"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c878c71c2821aa2058722038a59a67583a4240524687c6028571c9b395ded61f"
dependencies = [
2024-10-22 17:46:53 +03:00
"darling 0.14.4",
2024-10-21 19:40:51 +03:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2024-10-22 17:46:53 +03:00
[[package]]
name = "calendrical_calculations"
2025-01-26 17:47:40 +02:00
version = "0.1.2"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "f27ca2b6e2f7d75f43e001ded6f25e79b80bded5abbe764cbdf78c25a3051f4b"
2024-10-22 17:46:53 +03:00
dependencies = [
"core_maths",
"displaydoc",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "camino"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2024-11-09 22:49:25 +02:00
[[package]]
name = "cc"
2025-01-26 17:47:40 +02:00
version = "1.2.10"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
2024-11-09 22:49:25 +02:00
dependencies = [
"shlex",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-11-09 22:49:25 +02:00
[[package]]
name = "chrono"
2025-01-26 17:47:40 +02:00
version = "0.4.39"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2024-11-09 22:49:25 +02:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "ciborium"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
[[package]]
name = "ciborium-ll"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
dependencies = [
"ciborium-io",
"half",
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "codee"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d3ad3122b0001c7f140cf4d605ef9a9e2c24d96ab0b4fb4347b76de2425f445"
dependencies = [
"thiserror",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "collection_literals"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
[[package]]
name = "config"
2025-01-26 17:47:40 +02:00
version = "0.14.1"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf"
2024-10-21 19:40:51 +03:00
dependencies = [
"convert_case",
"nom",
"pathdiff",
"serde",
"toml",
]
[[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 = "const_format"
2025-01-26 17:47:40 +02:00
version = "0.2.34"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
2024-10-21 19:40:51 +03:00
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2025-01-26 17:47:40 +02:00
version = "0.2.34"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "contentful"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "018e4ff43b3f2b29233a927971adb0be725ea44f3d81cec4542eedbe11b8aa96"
dependencies = [
"chrono",
"log",
"reqwest 0.11.27",
"serde",
"serde_json",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2024-10-22 17:46:53 +03:00
[[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-11-09 22:49:25 +02:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-10-22 17:46:53 +03:00
[[package]]
name = "core_maths"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3"
dependencies = [
"libm",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "crunchy"
2025-01-26 17:47:40 +02:00
version = "0.2.3"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
2024-10-21 19:40:51 +03:00
[[package]]
name = "darling"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
2024-10-22 17:46:53 +03:00
"darling_core 0.14.4",
"darling_macro 0.14.4",
]
[[package]]
name = "darling"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core 0.20.10",
"darling_macro 0.20.10",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "darling_core"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-10-22 17:46:53 +03:00
"strsim 0.10.0",
2024-10-21 19:40:51 +03:00
"syn 1.0.109",
]
2024-10-22 17:46:53 +03:00
[[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 0.11.1",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "darling_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
2024-10-22 17:46:53 +03:00
"darling_core 0.14.4",
2024-10-21 19:40:51 +03:00
"quote",
"syn 1.0.109",
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "darling_macro"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core 0.20.10",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "default-struct-builder"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0df63c21a4383f94bd5388564829423f35c316aed85dc4f8427aded372c7c0d"
dependencies = [
"darling 0.20.10",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "derive-where"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2024-10-21 19:40:51 +03:00
[[package]]
name = "drain_filter_polyfill"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "encoding_rs"
2025-01-26 17:47:40 +02:00
version = "0.8.35"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2024-10-21 19:40:51 +03:00
dependencies = [
"cfg-if",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-11-09 22:49:25 +02:00
[[package]]
name = "errno"
2025-01-26 17:47:40 +02:00
version = "0.3.10"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
2024-11-09 22:49:25 +02:00
dependencies = [
"libc",
2025-01-26 17:47:40 +02:00
"windows-sys 0.59.0",
2024-11-09 22:49:25 +02:00
]
[[package]]
name = "fastrand"
2025-01-26 17:47:40 +02:00
version = "2.3.0"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-11-09 22:49:25 +02:00
2024-10-22 17:46:53 +03:00
[[package]]
name = "fixed_decimal"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8"
dependencies = [
"displaydoc",
"ryu",
"smallvec",
"writeable",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-11-09 22:49:25 +02:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2024-10-21 19:40:51 +03:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "futures-sink"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-util"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "getrandom"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[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",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-10-21 19:40:51 +03:00
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[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-11-09 22:49:25 +02:00
[[package]]
name = "h2"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
2025-01-26 17:47:40 +02:00
version = "0.4.7"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
2024-11-09 22:49:25 +02:00
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "half"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
dependencies = [
"cfg-if",
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
[[package]]
name = "hashbrown"
2025-01-26 17:47:40 +02:00
version = "0.15.2"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
2024-10-21 19:40:51 +03: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-11-09 22:49:25 +02:00
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "http"
2025-01-26 17:47:40 +02:00
version = "1.2.0"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
2024-10-21 19:40:51 +03:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
2024-10-21 19:40:51 +03:00
"pin-project-lite",
]
[[package]]
name = "http-range-header"
2025-01-26 17:47:40 +02:00
version = "0.4.2"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
2024-10-21 19:40:51 +03:00
[[package]]
name = "httparse"
version = "1.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2024-11-09 22:49:25 +02:00
[[package]]
name = "hyper"
2025-01-26 17:47:40 +02:00
version = "0.14.32"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2024-11-09 22:49:25 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "hyper"
2025-01-26 17:47:40 +02:00
version = "1.5.2"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
2024-10-21 19:40:51 +03:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2025-01-26 17:47:40 +02:00
"h2 0.4.7",
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
2024-10-21 19:40:51 +03:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
2024-11-09 22:49:25 +02:00
"want",
]
[[package]]
name = "hyper-rustls"
2025-01-26 17:47:40 +02:00
version = "0.27.5"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
2024-11-09 22:49:25 +02:00
dependencies = [
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
"hyper 1.5.2",
2024-11-09 22:49:25 +02:00
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tower-service",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
2025-01-26 17:47:40 +02:00
"hyper 0.14.32",
2024-11-09 22:49:25 +02:00
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
2025-01-26 17:47:40 +02:00
"hyper 1.5.2",
2024-11-09 22:49:25 +02:00
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "hyper-util"
2025-01-26 17:47:40 +02:00
version = "0.1.10"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
2024-10-21 19:40:51 +03:00
dependencies = [
"bytes",
2024-11-09 22:49:25 +02:00
"futures-channel",
2024-10-21 19:40:51 +03:00
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
2025-01-26 17:47:40 +02:00
"hyper 1.5.2",
2024-10-21 19:40:51 +03:00
"pin-project-lite",
2024-11-09 22:49:25 +02:00
"socket2",
2024-10-21 19:40:51 +03:00
"tokio",
"tower-service",
2024-11-09 22:49:25 +02:00
"tracing",
]
[[package]]
name = "iana-time-zone"
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
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-10-21 19:40:51 +03:00
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "icu"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff5e3018d703f168b00dcefa540a65f1bbc50754ae32f3f5f0e43fe5ee51502"
dependencies = [
"icu_calendar",
"icu_casemap",
"icu_collator",
"icu_collections",
"icu_datetime",
"icu_decimal",
"icu_experimental",
"icu_list",
"icu_locid",
"icu_locid_transform",
"icu_normalizer",
"icu_plurals",
"icu_properties",
"icu_provider",
"icu_segmenter",
"icu_timezone",
]
[[package]]
name = "icu_calendar"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7265b2137f9a36f7634a308d91f984574bbdba8cfd95ceffe1c345552275a8ff"
dependencies = [
"calendrical_calculations",
"displaydoc",
"icu_calendar_data",
"icu_locid",
"icu_locid_transform",
"icu_provider",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_calendar_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e009b7f0151ee6fb28c40b1283594397e0b7183820793e9ace3dcd13db126d0"
[[package]]
name = "icu_casemap"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff0c8ae9f8d31b12e27fc385ff9ab1f3cd9b17417c665c49e4ec958c37da75f"
dependencies = [
"displaydoc",
"icu_casemap_data",
"icu_collections",
"icu_locid",
"icu_properties",
"icu_provider",
"writeable",
"zerovec",
]
[[package]]
name = "icu_casemap_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d57966d5ab748f74513be4046867f9a20e801e2775d41f91d04a0f560b61f08"
[[package]]
name = "icu_collator"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d370371887d31d56f361c3eaa15743e54f13bc677059c9191c77e099ed6966b2"
dependencies = [
"displaydoc",
"icu_collator_data",
"icu_collections",
"icu_locid_transform",
"icu_normalizer",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"zerovec",
]
[[package]]
name = "icu_collator_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee3f88741364b7d6269cce6827a3e6a8a2cf408a78f766c9224ab479d5e4ae5"
[[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_datetime"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780"
dependencies = [
"displaydoc",
"either",
"fixed_decimal",
"icu_calendar",
"icu_datetime_data",
"icu_decimal",
"icu_locid",
"icu_locid_transform",
"icu_plurals",
"icu_provider",
"icu_timezone",
"smallvec",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_datetime_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7e7f7a01269b9afb0a39eff4f8676f693b55f509b3120e43a0350a9f88bea"
[[package]]
name = "icu_decimal"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_decimal_data",
"icu_locid_transform",
"icu_provider",
"writeable",
]
[[package]]
name = "icu_decimal_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d424c994071c6f5644f999925fc868c85fec82295326e75ad5017bc94b41523"
[[package]]
name = "icu_experimental"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_collections",
"icu_decimal",
"icu_experimental_data",
"icu_locid",
"icu_locid_transform",
"icu_normalizer",
"icu_pattern",
"icu_plurals",
"icu_properties",
"icu_provider",
"litemap",
"num-bigint",
"num-rational",
"num-traits",
"smallvec",
"tinystr",
"writeable",
"zerofrom",
"zerotrie",
"zerovec",
]
[[package]]
name = "icu_experimental_data"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c178b9a34083fca5bd70d61f647575335e9c197d0f30c38e8ccd187babc69d0"
[[package]]
name = "icu_list"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
dependencies = [
"displaydoc",
"icu_list_data",
"icu_locid_transform",
"icu_provider",
"regex-automata 0.2.0",
"writeable",
]
[[package]]
name = "icu_list_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f"
[[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_pattern"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4"
dependencies = [
"displaydoc",
"either",
"writeable",
"yoke",
"zerofrom",
]
[[package]]
name = "icu_plurals"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_locid_transform",
"icu_plurals_data",
"icu_provider",
"zerovec",
]
[[package]]
name = "icu_plurals_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3e8f775b215d45838814a090a2227247a7431d74e9156407d9c37f6ef0f208"
[[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",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
[[package]]
name = "icu_segmenter"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de"
dependencies = [
"core_maths",
"displaydoc",
"icu_collections",
"icu_locid",
"icu_provider",
"icu_segmenter_data",
"utf8_iter",
"zerovec",
]
[[package]]
name = "icu_segmenter_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f739ee737260d955e330bc83fdeaaf1631f7fb7ed218761d3c04bb13bb7d79df"
[[package]]
name = "icu_timezone"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96"
dependencies = [
"displaydoc",
"icu_calendar",
"icu_provider",
"icu_timezone_data",
"tinystr",
"zerotrie",
"zerovec",
]
[[package]]
name = "icu_timezone_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c588878c508a3e2ace333b3c50296053e6483c6a7541251b546cc59dcd6ced8e"
2024-10-21 19:40:51 +03:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
2025-01-26 17:47:40 +02:00
version = "1.0.3"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2024-10-21 19:40:51 +03:00
dependencies = [
2025-01-26 17:47:40 +02:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "indexmap"
2025-01-26 17:47:40 +02:00
version = "2.7.1"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
2024-10-21 19:40:51 +03:00
dependencies = [
"equivalent",
2025-01-26 17:47:40 +02:00
"hashbrown 0.15.2",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "instant"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
"cfg-if",
]
[[package]]
name = "interpolator"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
[[package]]
name = "inventory"
2025-01-26 17:47:40 +02:00
version = "0.3.17"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "3b31349d02fe60f80bbbab1a9402364cad7460626d6030494b08ac4a2075bf81"
dependencies = [
"rustversion",
]
2024-10-21 19:40:51 +03:00
2024-11-09 22:49:25 +02:00
[[package]]
name = "ipnet"
2025-01-26 17:47:40 +02:00
version = "2.11.0"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2024-11-09 22:49:25 +02:00
2024-10-21 19:40:51 +03:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2025-01-26 17:47:40 +02:00
version = "1.0.14"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2024-10-21 19:40:51 +03:00
[[package]]
name = "js-sys"
2025-01-26 17:47:40 +02:00
version = "0.3.72"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
2024-10-21 19:40:51 +03:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "leptos"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cbb3237c274dadf00dcc27db96c52601b40375117178fb24a991cda073624f0"
dependencies = [
"cfg-if",
"leptos_config",
"leptos_dom",
"leptos_macro",
"leptos_reactive",
"leptos_server",
"server_fn",
"tracing",
2024-10-22 17:46:53 +03:00
"typed-builder 0.18.2",
"typed-builder-macro 0.18.2",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "leptos-use"
2025-01-26 17:47:40 +02:00
version = "0.13.13"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "789bf9f4337e6ebd8f1b407e3f762fdc538d48dc145f9d1dce2338014b38f4dd"
2024-10-22 17:46:53 +03:00
dependencies = [
"cfg-if",
2025-01-26 17:47:40 +02:00
"chrono",
2024-10-22 17:46:53 +03:00
"codee",
"cookie",
"default-struct-builder",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-10-22 17:46:53 +03:00
"js-sys",
"lazy_static",
"leptos",
"leptos_axum",
"paste",
"thiserror",
2024-10-21 19:40:51 +03:00
"wasm-bindgen",
2024-10-22 17:46:53 +03:00
"wasm-bindgen-futures",
2024-10-21 19:40:51 +03:00
"web-sys",
]
[[package]]
name = "leptos_axum"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "910681b920c48a43508b2bd0261bdb67c4ef9456a0b3613f956a0d30e832e9de"
dependencies = [
"axum",
"cfg-if",
"futures",
"http-body-util",
"leptos",
"leptos_integration_utils",
"leptos_macro",
"leptos_meta",
"leptos_router",
"once_cell",
"parking_lot",
"serde_json",
"server_fn",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "leptos_config"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ed778611380ddea47568ac6ad6ec5158d39b5bd59e6c4dcd24efc15dc3dc0d"
dependencies = [
"config",
"regex",
"serde",
"thiserror",
2024-10-22 17:46:53 +03:00
"typed-builder 0.18.2",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "leptos_dom"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8401c46c86c1f4c16dcb7881ed319fcdca9cda9b9e78a6088955cb423afcf119"
dependencies = [
"async-recursion",
"cfg-if",
"drain_filter_polyfill",
"futures",
"getrandom",
"html-escape",
"indexmap",
"itertools",
"js-sys",
"leptos_reactive",
"once_cell",
"pad-adapter",
"paste",
"rustc-hash",
"serde",
"serde_json",
"server_fn",
"smallvec",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_hot_reload"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb53d4794240b684a2f4be224b84bee9e62d2abc498cf2bcd643cd565e01d96"
dependencies = [
"anyhow",
"camino",
"indexmap",
"parking_lot",
"proc-macro2",
"quote",
"rstml",
"serde",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"walkdir",
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "leptos_i18n"
2025-01-26 17:47:40 +02:00
version = "0.4.2"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "eae340ebc4f67110eda8ad934f5173f54c274481857f66730d1e9a4cfaa3ec4f"
2024-10-22 17:46:53 +03:00
dependencies = [
"codee",
"fixed_decimal",
"icu",
"leptos",
"leptos-use",
"leptos_i18n_macro",
"leptos_meta",
"leptos_router",
"serde",
"typed-builder 0.19.1",
"wasm-bindgen",
"writeable",
]
[[package]]
name = "leptos_i18n_macro"
2025-01-26 17:47:40 +02:00
version = "0.4.2"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "720af3b1921be2339f5413a70b5db79b6b9cb90b695bc9ad3f971520bb363c69"
2024-10-22 17:46:53 +03:00
dependencies = [
"fixed_decimal",
"icu",
"proc-macro2",
"quote",
"serde",
"serde_json",
"serde_yaml",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
"toml",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "leptos_integration_utils"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a96976631c2225ec116a7bf9c0ed5bf6999a19fed33f5e3cbcf37af44c384dc"
dependencies = [
"futures",
"leptos",
"leptos_config",
"leptos_hot_reload",
"leptos_meta",
"tracing",
]
[[package]]
name = "leptos_macro"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b13bc3db70715cd8218c4535a5af3ae3c0e5fea6f018531fc339377b36bc0e0"
dependencies = [
"attribute-derive",
"cfg-if",
"convert_case",
"html-escape",
"itertools",
"leptos_hot_reload",
"prettyplease",
"proc-macro-error2",
"proc-macro2",
"quote",
"rstml",
"server_fn_macro",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"tracing",
"uuid",
]
[[package]]
name = "leptos_meta"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25acc2f63cf91932013e400a95bf6e35e5d3dbb44a7b7e25a8e3057d12005b3b"
dependencies = [
"cfg-if",
"indexmap",
"leptos",
"tracing",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "leptos_reactive"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4161acbf80f59219d8d14182371f57302bc7ff81ee41aba8ba1ff7295727f23"
dependencies = [
2024-11-09 22:49:25 +02:00
"base64 0.22.1",
2024-10-21 19:40:51 +03:00
"cfg-if",
"futures",
"indexmap",
"js-sys",
"oco_ref",
"paste",
"pin-project",
"rustc-hash",
"self_cell",
"serde",
"serde-wasm-bindgen",
"serde_json",
"slotmap",
"thiserror",
"tokio",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_router"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d71dea7d42c0d29c40842750232d3425ed1cf10e313a1f898076d20871dad32"
dependencies = [
"cached",
"cfg-if",
"gloo-net",
"itertools",
"js-sys",
"lazy_static",
"leptos",
"leptos_integration_utils",
"leptos_meta",
"linear-map",
"lru",
"once_cell",
"percent-encoding",
"regex",
"send_wrapper",
"serde",
"serde_json",
"serde_qs 0.13.0",
"thiserror",
"tracing",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_server"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a97eb90a13f71500b831c7119ddd3bdd0d7ae0a6b0487cade4fddeed3b8c03f"
dependencies = [
"inventory",
"lazy_static",
"leptos_macro",
"leptos_reactive",
"serde",
"server_fn",
"thiserror",
"tracing",
]
[[package]]
name = "libc"
2025-01-26 17:47:40 +02:00
version = "0.2.169"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2024-10-21 19:40:51 +03:00
2024-10-22 17:46:53 +03:00
[[package]]
name = "libm"
2025-01-26 17:47:40 +02:00
version = "0.2.11"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2024-10-22 17:46:53 +03:00
2024-10-21 19:40:51 +03:00
[[package]]
name = "linear-map"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
dependencies = [
"serde",
"serde_test",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "linux-raw-sys"
2025-01-26 17:47:40 +02:00
version = "0.4.15"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2024-11-09 22:49:25 +02:00
2024-10-22 17:46:53 +03:00
[[package]]
name = "litemap"
2025-01-26 17:47:40 +02:00
version = "0.7.4"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2024-10-22 17:46:53 +03:00
2024-10-21 19:40:51 +03:00
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2025-01-26 17:47:40 +02:00
version = "0.4.25"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2024-10-21 19:40:51 +03:00
[[package]]
name = "lru"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
dependencies = [
"hashbrown 0.14.5",
]
[[package]]
name = "manyhow"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91ea592d76c0b6471965708ccff7e6a5d277f676b90ab31f4d3f3fc77fade64"
dependencies = [
"manyhow-macros",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "manyhow-macros"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c64621e2c08f2576e4194ea8be11daf24ac01249a4f53cd8befcbb7077120ead"
dependencies = [
"proc-macro-utils 0.8.0",
"proc-macro2",
"quote",
]
[[package]]
name = "matchit"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2025-01-26 17:47:40 +02:00
version = "0.8.3"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
2024-10-21 19:40:51 +03:00
dependencies = [
"adler2",
]
[[package]]
name = "mio"
2025-01-26 17:47:40 +02:00
version = "1.0.3"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2024-10-21 19:40:51 +03:00
dependencies = [
"libc",
"wasi",
"windows-sys 0.52.0",
]
[[package]]
name = "multer"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-10-21 19:40:51 +03:00
"httparse",
"memchr",
"mime",
"spin",
"version_check",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "native-tls"
2025-01-26 17:47:40 +02:00
version = "0.2.13"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
2024-11-09 22:49:25 +02:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2024-10-21 19:40:51 +03: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-22 17:46:53 +03:00
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "object"
2025-01-26 17:47:40 +02:00
version = "0.36.7"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2024-10-21 19:40:51 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "oco_ref"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51ebcefb2f0b9a5e0bea115532c8ae4215d1b01eff176d0f4ba4192895c2708"
dependencies = [
"serde",
"thiserror",
]
[[package]]
name = "once_cell"
version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2024-11-09 22:49:25 +02:00
[[package]]
name = "openssl"
2025-01-26 17:47:40 +02:00
version = "0.10.69"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e"
2024-11-09 22:49:25 +02:00
dependencies = [
2025-01-26 17:47:40 +02:00
"bitflags 2.8.0",
2024-11-09 22:49:25 +02:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-11-09 22:49:25 +02:00
]
[[package]]
name = "openssl-probe"
2025-01-26 17:47:40 +02:00
version = "0.1.6"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2024-11-09 22:49:25 +02:00
[[package]]
name = "openssl-sys"
version = "0.9.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "pad-adapter"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56d80efc4b6721e8be2a10a5df21a30fa0b470f1539e53d8b4e6e75faf938b63"
[[package]]
name = "parking_lot"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-11-09 22:49:25 +02:00
"windows-targets 0.52.6",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pathdiff"
2025-01-26 17:47:40 +02:00
version = "0.2.3"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2024-10-21 19:40:51 +03:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pin-project"
2025-01-26 17:47:40 +02:00
version = "1.1.8"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
2024-10-21 19:40:51 +03:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2025-01-26 17:47:40 +02:00
version = "1.1.8"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "pin-project-lite"
2025-01-26 17:47:40 +02:00
version = "0.2.16"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2024-10-21 19:40:51 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-11-09 22:49:25 +02:00
[[package]]
name = "pkg-config"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2024-10-22 17:46:53 +03:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2024-10-21 19:40:51 +03:00
[[package]]
name = "prettyplease"
2025-01-26 17:47:40 +02:00
version = "0.2.29"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[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",
]
[[package]]
name = "proc-macro-utils"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f59e109e2f795a5070e69578c4dc101068139f74616778025ae1011d4cd41a8"
dependencies = [
"proc-macro2",
"quote",
"smallvec",
]
[[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",
]
[[package]]
name = "proc-macro2"
2025-01-26 17:47:40 +02:00
version = "1.0.93"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2024-10-21 19:40:51 +03:00
dependencies = [
"unicode-ident",
]
[[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",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"version_check",
"yansi",
]
[[package]]
name = "quote"
2025-01-26 17:47:40 +02:00
version = "1.0.38"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "quote-use"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
dependencies = [
"quote",
"quote-use-macros",
]
[[package]]
name = "quote-use-macros"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
dependencies = [
"proc-macro-utils 0.10.0",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "redox_syscall"
2025-01-26 17:47:40 +02:00
version = "0.5.8"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
2024-10-21 19:40:51 +03:00
dependencies = [
2025-01-26 17:47:40 +02:00
"bitflags 2.8.0",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "regex"
2025-01-26 17:47:40 +02:00
version = "1.11.1"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-10-21 19:40:51 +03:00
dependencies = [
"aho-corasick",
"memchr",
2025-01-26 17:47:40 +02:00
"regex-automata 0.4.9",
2024-10-21 19:40:51 +03:00
"regex-syntax",
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "regex-automata"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
dependencies = [
"memchr",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "regex-automata"
2025-01-26 17:47:40 +02:00
version = "0.4.9"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2024-10-21 19:40:51 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-11-09 22:49:25 +02:00
[[package]]
name = "reqwest"
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
2025-01-26 17:47:40 +02:00
"hyper 0.14.32",
2024-11-09 22:49:25 +02:00
"hyper-tls 0.5.0",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 0.1.2",
"system-configuration 0.5.1",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "reqwest"
2025-01-26 17:47:40 +02:00
version = "0.12.12"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
2024-11-09 22:49:25 +02:00
dependencies = [
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2025-01-26 17:47:40 +02:00
"h2 0.4.7",
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
"http-body-util",
2025-01-26 17:47:40 +02:00
"hyper 1.5.2",
2024-11-09 22:49:25 +02:00
"hyper-rustls",
"hyper-tls 0.6.0",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile 2.2.0",
"serde",
"serde_json",
"serde_urlencoded",
2025-01-26 17:47:40 +02:00
"sync_wrapper 1.0.2",
2024-11-09 22:49:25 +02:00
"system-configuration 0.6.1",
"tokio",
"tokio-native-tls",
2025-01-26 17:47:40 +02:00
"tower 0.5.2",
2024-11-09 22:49:25 +02:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-registry",
]
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin",
"untrusted",
"windows-sys 0.52.0",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "rstml"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe542870b8f59dd45ad11d382e5339c9a1047cde059be136a7016095bbdefa77"
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"syn_derive",
"thiserror",
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-11-09 22:49:25 +02:00
[[package]]
name = "rustix"
2025-01-26 17:47:40 +02:00
version = "0.38.44"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2024-11-09 22:49:25 +02:00
dependencies = [
2025-01-26 17:47:40 +02:00
"bitflags 2.8.0",
2024-11-09 22:49:25 +02:00
"errno",
"libc",
"linux-raw-sys",
2025-01-26 17:47:40 +02:00
"windows-sys 0.59.0",
2024-11-09 22:49:25 +02:00
]
[[package]]
name = "rustls"
2025-01-26 17:47:40 +02:00
version = "0.23.21"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
2024-11-09 22:49:25 +02:00
dependencies = [
"once_cell",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2025-01-26 17:47:40 +02:00
version = "1.10.1"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
2024-11-09 22:49:25 +02:00
[[package]]
name = "rustls-webpki"
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "rustversion"
2025-01-26 17:47:40 +02:00
version = "1.0.19"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
2024-10-21 19:40:51 +03:00
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "schannel"
2025-01-26 17:47:40 +02:00
version = "0.1.27"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2024-11-09 22:49:25 +02:00
dependencies = [
"windows-sys 0.59.0",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-11-09 22:49:25 +02:00
[[package]]
name = "security-framework"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
2025-01-26 17:47:40 +02:00
"bitflags 2.8.0",
2024-11-09 22:49:25 +02:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2025-01-26 17:47:40 +02:00
version = "2.14.0"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2024-11-09 22:49:25 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "self_cell"
2025-01-26 17:47:40 +02:00
version = "1.1.0"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
2024-10-21 19:40:51 +03:00
[[package]]
name = "send_wrapper"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
dependencies = [
"futures-core",
]
[[package]]
name = "serde"
2025-01-26 17:47:40 +02:00
version = "1.0.217"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
2024-10-21 19:40:51 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-wasm-bindgen"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
]
[[package]]
name = "serde_derive"
2025-01-26 17:47:40 +02:00
version = "1.0.217"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "serde_json"
2025-01-26 17:47:40 +02:00
version = "1.0.137"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
2024-10-21 19:40:51 +03:00
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]
[[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",
]
[[package]]
name = "serde_qs"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
dependencies = [
"percent-encoding",
"serde",
"thiserror",
]
[[package]]
name = "serde_qs"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6"
dependencies = [
"percent-encoding",
"serde",
"thiserror",
]
[[package]]
name = "serde_spanned"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
[[package]]
name = "serde_test"
version = "1.0.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed"
dependencies = [
"serde",
]
[[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-10-22 17:46:53 +03:00
[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "server_fn"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fae7a3038a32e5a34ba32c6c45eb4852f8affaf8b794ebfcd4b1099e2d62ebe"
dependencies = [
"axum",
"bytes",
"ciborium",
"const_format",
"dashmap",
"futures",
"gloo-net",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-10-21 19:40:51 +03:00
"http-body-util",
2025-01-26 17:47:40 +02:00
"hyper 1.5.2",
2024-10-21 19:40:51 +03:00
"inventory",
"js-sys",
"once_cell",
"send_wrapper",
"serde",
"serde_json",
"serde_qs 0.12.0",
"server_fn_macro_default",
"thiserror",
"tower 0.4.13",
"tower-layer",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"xxhash-rust",
]
[[package]]
name = "server_fn_macro"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faaaf648c6967aef78177c0610478abb5a3455811f401f3c62d10ae9bd3901a1"
dependencies = [
"const_format",
"convert_case",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"xxhash-rust",
]
[[package]]
name = "server_fn_macro_default"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2aa8119b558a17992e0ac1fd07f080099564f24532858811ce04f742542440"
dependencies = [
"server_fn_macro",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2024-10-21 19:40:51 +03:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"serde",
"version_check",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "socket2"
2025-01-26 17:47:40 +02:00
version = "0.5.8"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
2024-10-21 19:40:51 +03:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2024-10-22 17:46:53 +03:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2024-10-21 19:40:51 +03:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-10-22 17:46:53 +03:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-11-09 22:49:25 +02:00
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-10-21 19:40:51 +03:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2025-01-26 17:47:40 +02:00
version = "2.0.96"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "sync_wrapper"
2025-01-26 17:47:40 +02:00
version = "1.0.2"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2024-11-09 22:49:25 +02:00
dependencies = [
"futures-core",
]
2024-10-21 19:40:51 +03:00
2024-10-22 17:46:53 +03:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys 0.5.0",
]
[[package]]
name = "system-configuration"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
dependencies = [
2025-01-26 17:47:40 +02:00
"bitflags 2.8.0",
2024-11-09 22:49:25 +02:00
"core-foundation",
"system-configuration-sys 0.6.0",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
dependencies = [
"core-foundation-sys",
"libc",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "tanguy-gerome-fi"
version = "0.1.0"
dependencies = [
"axum",
"console_error_panic_hook",
2024-11-09 22:49:25 +02:00
"contentful",
"dotenvy",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-10-21 19:40:51 +03:00
"leptos",
"leptos_axum",
2024-10-22 17:46:53 +03:00
"leptos_i18n",
2024-10-21 19:40:51 +03:00
"leptos_meta",
"leptos_router",
2025-01-26 17:47:40 +02:00
"reqwest 0.12.12",
2024-11-09 22:49:25 +02:00
"serde",
"serde_json",
"serde_path_to_error",
2024-10-21 19:40:51 +03:00
"thiserror",
"tokio",
"tower 0.4.13",
"tower-http",
"tracing",
"wasm-bindgen",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "tempfile"
2025-01-26 17:47:40 +02:00
version = "3.15.0"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
2024-11-09 22:49:25 +02:00
dependencies = [
"cfg-if",
"fastrand",
2025-01-26 17:47:40 +02:00
"getrandom",
2024-11-09 22:49:25 +02:00
"once_cell",
"rustix",
"windows-sys 0.59.0",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "thiserror"
2025-01-26 17:47:40 +02:00
version = "1.0.69"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2024-10-21 19:40:51 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2025-01-26 17:47:40 +02:00
version = "1.0.69"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "time"
2025-01-26 17:47:40 +02:00
version = "0.3.37"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2024-10-22 17:46:53 +03: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"
2025-01-26 17:47:40 +02:00
version = "0.2.19"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2024-10-22 17:46:53 +03:00
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "tokio"
2025-01-26 17:47:40 +02:00
version = "1.43.0"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
2024-10-21 19:40:51 +03:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
"windows-sys 0.52.0",
]
[[package]]
name = "tokio-macros"
2025-01-26 17:47:40 +02:00
version = "2.5.0"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
2025-01-26 17:47:40 +02:00
version = "0.26.1"
2024-11-09 22:49:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
2024-11-09 22:49:25 +02:00
dependencies = [
"rustls",
"tokio",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "tokio-util"
2025-01-26 17:47:40 +02:00
version = "0.7.13"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2024-10-21 19:40:51 +03:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"futures-util",
"hashbrown 0.14.5",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
2025-01-26 17:47:40 +02:00
version = "0.5.2"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2024-10-21 19:40:51 +03:00
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
2025-01-26 17:47:40 +02:00
"sync_wrapper 1.0.2",
2024-10-21 19:40:51 +03:00
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
2025-01-26 17:47:40 +02:00
"bitflags 2.8.0",
2024-10-21 19:40:51 +03:00
"bytes",
"futures-util",
2025-01-26 17:47:40 +02:00
"http 1.2.0",
2024-11-09 22:49:25 +02:00
"http-body 1.0.1",
2024-10-21 19:40:51 +03:00
"http-body-util",
"http-range-header",
"httpdate",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tracing"
2025-01-26 17:47:40 +02:00
version = "0.1.41"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2024-10-21 19:40:51 +03:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-01-26 17:47:40 +02:00
version = "0.1.28"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "tracing-core"
2025-01-26 17:47:40 +02:00
version = "0.1.33"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2024-10-21 19:40:51 +03:00
dependencies = [
"once_cell",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2024-10-21 19:40:51 +03:00
[[package]]
name = "typed-builder"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77739c880e00693faef3d65ea3aad725f196da38b22fdc7ea6ded6e1ce4d3add"
dependencies = [
2024-10-22 17:46:53 +03:00
"typed-builder-macro 0.18.2",
]
[[package]]
name = "typed-builder"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06fbd5b8de54c5f7c91f6fe4cebb949be2125d7758e630bb58b1d831dbce600"
dependencies = [
"typed-builder-macro 0.19.1",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "typed-builder-macro"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f718dfaf347dcb5b983bfc87608144b0bad87970aebcbea5ce44d2a30c08e63"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "typed-builder-macro"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9534daa9fd3ed0bd911d462a37f172228077e7abf18c18a5f67199d959205f8"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "unicase"
2025-01-26 17:47:40 +02:00
version = "2.8.1"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2024-10-21 19:40:51 +03:00
[[package]]
name = "unicode-ident"
2025-01-26 17:47:40 +02:00
version = "1.0.15"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
2024-10-21 19:40:51 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2024-10-22 17:46:53 +03:00
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2024-11-09 22:49:25 +02:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-10-21 19:40:51 +03:00
[[package]]
name = "url"
2025-01-26 17:47:40 +02:00
version = "2.5.4"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2024-10-21 19:40:51 +03:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2024-10-21 19:40:51 +03:00
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
2024-10-22 17:46:53 +03:00
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-10-21 19:40:51 +03:00
[[package]]
name = "uuid"
2025-01-26 17:47:40 +02:00
version = "1.12.1"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
2024-10-21 19:40:51 +03:00
dependencies = [
"getrandom",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2024-10-21 19:40:51 +03:00
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[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-11-09 22:49:25 +02:00
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2025-01-26 17:47:40 +02:00
version = "0.2.100"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2024-10-21 19:40:51 +03:00
dependencies = [
"cfg-if",
"once_cell",
2025-01-26 17:47:40 +02:00
"rustversion",
2024-10-21 19:40:51 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-01-26 17:47:40 +02:00
version = "0.2.100"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2024-10-21 19:40:51 +03:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2025-01-26 17:47:40 +02:00
version = "0.4.45"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
2024-10-21 19:40:51 +03:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2025-01-26 17:47:40 +02:00
version = "0.2.100"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2024-10-21 19:40:51 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-01-26 17:47:40 +02:00
version = "0.2.100"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2024-10-21 19:40:51 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-01-26 17:47:40 +02:00
version = "0.2.100"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "wasm-streams"
2025-01-26 17:47:40 +02:00
version = "0.4.2"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2024-10-21 19:40:51 +03:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
2025-01-26 17:47:40 +02:00
version = "0.3.72"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
2024-10-21 19:40:51 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-11-09 22:49:25 +02:00
"windows-targets 0.52.6",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
2024-11-09 22:49:25 +02:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2024-10-21 19:40:51 +03:00
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
2024-11-09 22:49:25 +02:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-10-21 19:40:51 +03:00
"windows_i686_gnullvm",
2024-11-09 22:49:25 +02:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2024-10-21 19:40:51 +03:00
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-11-09 22:49:25 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-10-21 19:40:51 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
2025-01-26 17:47:40 +02:00
version = "0.6.24"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
2024-10-21 19:40:51 +03:00
dependencies = [
"memchr",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-10-22 17:46:53 +03: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"
dependencies = [
"either",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "xxhash-rust"
2025-01-26 17:47:40 +02:00
version = "0.8.15"
2024-10-21 19:40:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
2024-10-21 19:40:51 +03:00
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2024-10-22 17:46:53 +03:00
[[package]]
name = "yoke"
2025-01-26 17:47:40 +02:00
version = "0.7.5"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
2024-10-22 17:46:53 +03:00
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2025-01-26 17:47:40 +02:00
version = "0.7.5"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2024-10-22 17:46:53 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
"synstructure",
]
2024-10-21 19:40:51 +03:00
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-21 19:40:51 +03:00
]
2024-10-22 17:46:53 +03:00
[[package]]
name = "zerofrom"
2025-01-26 17:47:40 +02:00
version = "0.1.5"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
2024-10-22 17:46:53 +03:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2025-01-26 17:47:40 +02:00
version = "0.1.5"
2024-10-22 17:46:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 17:47:40 +02:00
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
2024-10-22 17:46:53 +03:00
dependencies = [
"proc-macro2",
"quote",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
"synstructure",
]
2024-11-09 22:49:25 +02:00
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2024-10-22 17:46:53 +03:00
[[package]]
name = "zerotrie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
]
[[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",
2025-01-26 17:47:40 +02:00
"syn 2.0.96",
2024-10-22 17:46:53 +03:00
]