| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "actix-codec" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "actix-cors" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daa239b93927be1ff123eebada5a3ff23e89f0124ccb8609234e5103d5a5ae6d" |
| dependencies = [ |
| "actix-utils", |
| "actix-web", |
| "derive_more 2.0.1", |
| "futures-util", |
| "log", |
| "once_cell", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "actix-files" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" |
| dependencies = [ |
| "actix-http", |
| "actix-service", |
| "actix-utils", |
| "actix-web", |
| "bitflags 2.9.1", |
| "bytes", |
| "derive_more 0.99.20", |
| "futures-core", |
| "http-range", |
| "log", |
| "mime", |
| "mime_guess", |
| "percent-encoding", |
| "pin-project-lite", |
| "v_htmlescape", |
| ] |
| |
| [[package]] |
| name = "actix-http" |
| version = "3.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2" |
| dependencies = [ |
| "actix-codec", |
| "actix-rt", |
| "actix-service", |
| "actix-utils", |
| "base64 0.22.1", |
| "bitflags 2.9.1", |
| "brotli", |
| "bytes", |
| "bytestring", |
| "derive_more 2.0.1", |
| "encoding_rs", |
| "flate2", |
| "foldhash", |
| "futures-core", |
| "h2 0.3.26", |
| "http 0.2.12", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "language-tags", |
| "local-channel", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "rand 0.9.1", |
| "sha1", |
| "smallvec", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "actix-macros" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" |
| dependencies = [ |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "actix-router" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" |
| dependencies = [ |
| "bytestring", |
| "cfg-if", |
| "http 0.2.12", |
| "regex", |
| "regex-lite", |
| "serde", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "actix-rt" |
| version = "2.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" |
| dependencies = [ |
| "futures-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "actix-server" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502" |
| dependencies = [ |
| "actix-rt", |
| "actix-service", |
| "actix-utils", |
| "futures-core", |
| "futures-util", |
| "mio", |
| "socket2", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "actix-service" |
| version = "2.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "actix-utils" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" |
| dependencies = [ |
| "local-waker", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "actix-web" |
| version = "4.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" |
| dependencies = [ |
| "actix-codec", |
| "actix-http", |
| "actix-macros", |
| "actix-router", |
| "actix-rt", |
| "actix-server", |
| "actix-service", |
| "actix-utils", |
| "actix-web-codegen", |
| "bytes", |
| "bytestring", |
| "cfg-if", |
| "cookie", |
| "derive_more 2.0.1", |
| "encoding_rs", |
| "foldhash", |
| "futures-core", |
| "futures-util", |
| "impl-more", |
| "itoa", |
| "language-tags", |
| "log", |
| "mime", |
| "once_cell", |
| "pin-project-lite", |
| "regex", |
| "regex-lite", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "smallvec", |
| "socket2", |
| "time", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "actix-web-codegen" |
| version = "4.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" |
| dependencies = [ |
| "actix-router", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "aead" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| dependencies = [ |
| "crypto-common", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures", |
| ] |
| |
| [[package]] |
| name = "aes-gcm" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| dependencies = [ |
| "aead", |
| "aes", |
| "cipher", |
| "ctr", |
| "ghash", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| dependencies = [ |
| "cfg-if", |
| "getrandom 0.3.3", |
| "once_cell", |
| "serde", |
| "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 = "alloc-no-stdlib" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| |
| [[package]] |
| name = "alloc-stdlib" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| dependencies = [ |
| "alloc-no-stdlib", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" |
| dependencies = [ |
| "anstyle", |
| "once_cell_polyfill", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.98" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" |
| |
| [[package]] |
| name = "anymap2" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" |
| dependencies = [ |
| "derive_arbitrary", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" |
| |
| [[package]] |
| name = "arraydeque" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "assert_cmd" |
| version = "2.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66" |
| dependencies = [ |
| "anstyle", |
| "bstr", |
| "doc-comment", |
| "libc", |
| "predicates", |
| "predicates-core", |
| "predicates-tree", |
| "wait-timeout", |
| ] |
| |
| [[package]] |
| name = "async-broadcast" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
| dependencies = [ |
| "event-listener", |
| "event-listener-strategy", |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4" |
| dependencies = [ |
| "bzip2 0.6.0", |
| "flate2", |
| "futures-core", |
| "futures-io", |
| "liblzma", |
| "memchr", |
| "pin-project-lite", |
| "zstd", |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "async-dropper" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d901072ae4dcdca2201b98beb02d31fb4b6b2472fbd0e870b12ec15b8b35b2d2" |
| dependencies = [ |
| "async-dropper-derive", |
| "async-dropper-simple", |
| "async-trait", |
| "futures", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "async-dropper-derive" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a35cf17a37761f1c88b8e770b5956820fe84c12854165b6f930c604ea186e47e" |
| dependencies = [ |
| "async-trait", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "async-dropper-simple" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7c4748dfe8cd3d625ec68fc424fa80c134319881185866f9e173af9e5d8add8" |
| dependencies = [ |
| "async-scoped", |
| "async-trait", |
| "futures", |
| "rustc_version", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "async-lock" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" |
| dependencies = [ |
| "event-listener", |
| "event-listener-strategy", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-scoped" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4042078ea593edffc452eef14e99fdb2b120caa4ad9618bcdeabc4a023b98740" |
| dependencies = [ |
| "futures", |
| "pin-project", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "async-stream" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
| dependencies = [ |
| "async-stream-impl", |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-stream-impl" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.88" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "async_zip" |
| version = "0.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52" |
| dependencies = [ |
| "async-compression", |
| "crc32fast", |
| "futures-lite", |
| "pin-project", |
| "thiserror 1.0.69", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "atomic" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "atomic-polyfill" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" |
| dependencies = [ |
| "critical-section", |
| ] |
| |
| [[package]] |
| name = "atomic-waker" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| |
| [[package]] |
| name = "attohttpc" |
| version = "0.28.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07a9b245ba0739fc90935094c29adbaee3f977218b5fb95e822e261cda7f56a3" |
| dependencies = [ |
| "http 1.3.1", |
| "log", |
| "rustls", |
| "serde", |
| "serde_json", |
| "url", |
| "webpki-roots 0.26.11", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| |
| [[package]] |
| name = "aws-creds" |
| version = "0.38.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba912106484991c456adb3364338a2534d0818bd9374b324b608074e3b55f581" |
| dependencies = [ |
| "attohttpc", |
| "home", |
| "log", |
| "quick-xml 0.32.0", |
| "rust-ini", |
| "serde", |
| "thiserror 1.0.69", |
| "time", |
| "url", |
| ] |
| |
| [[package]] |
| name = "aws-lc-rs" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7" |
| dependencies = [ |
| "aws-lc-sys", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-lc-sys" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079" |
| dependencies = [ |
| "bindgen", |
| "cc", |
| "cmake", |
| "dunce", |
| "fs_extra", |
| ] |
| |
| [[package]] |
| name = "aws-region" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73ae4ae7c45238b60af0a3b27ef2fcc7bd5b8fdcd8a6d679919558b40d3eff7a" |
| dependencies = [ |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "axum" |
| version = "0.7.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" |
| dependencies = [ |
| "async-trait", |
| "axum-core 0.4.5", |
| "bytes", |
| "futures-util", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "itoa", |
| "matchit 0.7.3", |
| "memchr", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "rustversion", |
| "serde", |
| "sync_wrapper", |
| "tower 0.5.2", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "axum" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" |
| dependencies = [ |
| "axum-core 0.5.2", |
| "bytes", |
| "form_urlencoded", |
| "futures-util", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "itoa", |
| "matchit 0.8.4", |
| "memchr", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "rustversion", |
| "serde", |
| "serde_json", |
| "serde_path_to_error", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tower 0.5.2", |
| "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", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "mime", |
| "pin-project-lite", |
| "rustversion", |
| "sync_wrapper", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "axum-core" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "mime", |
| "pin-project-lite", |
| "rustversion", |
| "sync_wrapper", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "axum-server" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "495c05f60d6df0093e8fb6e74aa5846a0ad06abaf96d76166283720bf740f8ab" |
| dependencies = [ |
| "arc-swap", |
| "bytes", |
| "fs-err", |
| "http 1.3.1", |
| "http-body", |
| "hyper", |
| "hyper-util", |
| "pin-project-lite", |
| "rustls", |
| "rustls-pemfile", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bcrypt" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f" |
| dependencies = [ |
| "base64 0.22.1", |
| "blowfish", |
| "getrandom 0.3.3", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "bdd" |
| version = "0.0.1" |
| dependencies = [ |
| "bytes", |
| "cucumber", |
| "iggy", |
| "integration", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "bench-dashboard-frontend" |
| version = "0.4.1" |
| dependencies = [ |
| "bench-dashboard-shared", |
| "bench-report", |
| "charming", |
| "chrono", |
| "getrandom 0.3.3", |
| "gloo 0.11.0", |
| "js-sys", |
| "serde_json", |
| "thiserror 2.0.12", |
| "uuid", |
| "wasm-bindgen", |
| "web-sys", |
| "yew", |
| "yew-hooks", |
| "yew-router", |
| ] |
| |
| [[package]] |
| name = "bench-dashboard-server" |
| version = "0.4.0" |
| dependencies = [ |
| "actix-cors", |
| "actix-files", |
| "actix-web", |
| "bench-dashboard-shared", |
| "bench-report", |
| "chrono", |
| "clap", |
| "dashmap", |
| "file-operation", |
| "notify", |
| "octocrab", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "thiserror 2.0.12", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| "walkdir", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "bench-dashboard-shared" |
| version = "0.1.0" |
| dependencies = [ |
| "bench-report", |
| "human-repr", |
| "serde", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bench-report" |
| version = "0.2.2" |
| dependencies = [ |
| "charming", |
| "colored", |
| "derive-new", |
| "derive_more 2.0.1", |
| "human-repr", |
| "rand 0.9.1", |
| "serde", |
| "serde_json", |
| "sysinfo 0.35.2", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bench-runner" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "dircpy", |
| "git2", |
| "tempfile", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "bincode" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bincode" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" |
| dependencies = [ |
| "bincode_derive", |
| "serde", |
| "unty", |
| ] |
| |
| [[package]] |
| name = "bincode_derive" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" |
| dependencies = [ |
| "virtue", |
| ] |
| |
| [[package]] |
| name = "bindgen" |
| version = "0.69.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "cexpr", |
| "clang-sys", |
| "itertools 0.12.1", |
| "lazy_static", |
| "lazycell", |
| "log", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "rustc-hash 1.1.0", |
| "shlex", |
| "syn 2.0.104", |
| "which", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bitvec" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| dependencies = [ |
| "funty", |
| "radium", |
| "tap", |
| "wyz", |
| ] |
| |
| [[package]] |
| name = "blake3" |
| version = "1.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "blowfish" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" |
| dependencies = [ |
| "byteorder", |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "bon" |
| version = "3.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f61138465baf186c63e8d9b6b613b508cd832cba4ce93cf37ce5f096f91ac1a6" |
| dependencies = [ |
| "bon-macros", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "bon-macros" |
| version = "3.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40d1dad34aa19bf02295382f08d9bc40651585bd497266831d40ee6296fb49ca" |
| dependencies = [ |
| "darling", |
| "ident_case", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "boolinator" |
| version = "2.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9" |
| |
| [[package]] |
| name = "borsh" |
| version = "1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" |
| dependencies = [ |
| "borsh-derive", |
| "cfg_aliases", |
| ] |
| |
| [[package]] |
| name = "borsh-derive" |
| version = "1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" |
| dependencies = [ |
| "once_cell", |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "brotli" |
| version = "8.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" |
| dependencies = [ |
| "memchr", |
| "regex-automata 0.4.9", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" |
| |
| [[package]] |
| name = "byte-unit" |
| version = "5.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cd29c3c585209b0cbc7309bfe3ed7efd8c84c21b7af29c8bfae908f8777174" |
| dependencies = [ |
| "rust_decimal", |
| "serde", |
| "utf8-width", |
| ] |
| |
| [[package]] |
| name = "bytecheck" |
| version = "0.6.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" |
| dependencies = [ |
| "bytecheck_derive", |
| "ptr_meta", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "bytecheck_derive" |
| version = "0.6.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| |
| [[package]] |
| name = "bytemuck" |
| version = "1.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| |
| [[package]] |
| name = "bytestring" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f" |
| dependencies = [ |
| "bytes", |
| ] |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47" |
| dependencies = [ |
| "bzip2-sys", |
| ] |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bea8dcd42434048e4f7a304411d9273a411f647446c1234a65ce0554923f4cff" |
| dependencies = [ |
| "libbz2-rs-sys", |
| ] |
| |
| [[package]] |
| name = "bzip2-sys" |
| version = "0.1.13+1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.12", |
| ] |
| |
| [[package]] |
| name = "castaway" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" |
| dependencies = [ |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cexpr" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| dependencies = [ |
| "nom", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "charming" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df19cf7d4540f4db08203dce5171421fdfc5e83ea3f14d7b5329f0dbff3bf3c2" |
| dependencies = [ |
| "charming_macros", |
| "handlebars", |
| "js-sys", |
| "serde", |
| "serde-wasm-bindgen 0.6.5", |
| "serde_json", |
| "serde_with", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "charming_macros" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ec2398273c047c67d69794a924b1a2a5c14a5fab6bcbe8b24e86a0df9328e5e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "js-sys", |
| "num-traits", |
| "serde", |
| "wasm-bindgen", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common", |
| "inout", |
| ] |
| |
| [[package]] |
| name = "clang-sys" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| dependencies = [ |
| "glob", |
| "libc", |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.5.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "cobs" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| |
| [[package]] |
| name = "colored" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" |
| dependencies = [ |
| "crossterm", |
| "unicode-segmentation", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "compact_str" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" |
| dependencies = [ |
| "castaway", |
| "cfg-if", |
| "itoa", |
| "ryu", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "concurrent-queue" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "config" |
| version = "0.15.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "595aae20e65c3be792d05818e8c63025294ac3cb7e200f11459063a352a6ef80" |
| dependencies = [ |
| "async-trait", |
| "convert_case 0.6.0", |
| "json5", |
| "pathdiff", |
| "ron", |
| "rust-ini", |
| "serde", |
| "serde_json", |
| "toml", |
| "winnow 0.7.11", |
| "yaml-rust2", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.15.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "once_cell", |
| "unicode-width", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "console-api" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857" |
| dependencies = [ |
| "futures-core", |
| "prost", |
| "prost-types", |
| "tonic 0.12.3", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "console-subscriber" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6539aa9c6a4cd31f4b1c040f860a1eac9aa80e7df6b05d506a6e7179936d6a01" |
| dependencies = [ |
| "console-api", |
| "crossbeam-channel", |
| "crossbeam-utils", |
| "futures-task", |
| "hdrhistogram", |
| "humantime", |
| "hyper-util", |
| "prost", |
| "prost-types", |
| "serde", |
| "serde_json", |
| "thread_local", |
| "tokio", |
| "tokio-stream", |
| "tonic 0.12.3", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| ] |
| |
| [[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-random" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| dependencies = [ |
| "const-random-macro", |
| ] |
| |
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "once_cell", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "cookie" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" |
| dependencies = [ |
| "percent-encoding", |
| "time", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 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" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "critical-section" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" |
| |
| [[package]] |
| name = "crossbeam" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-epoch", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.3.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crossterm" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "crossterm_winapi", |
| "parking_lot 0.12.4", |
| "rustix 0.38.44", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "crossterm_winapi" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "rand_core 0.6.4", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5" |
| dependencies = [ |
| "ctor-proc-macro", |
| "dtor", |
| ] |
| |
| [[package]] |
| name = "ctor-proc-macro" |
| version = "0.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d" |
| |
| [[package]] |
| name = "ctr" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "cucumber" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cd12917efc3a8b069a4975ef3cb2f2d835d42d04b3814d90838488f9dd9bf69" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "console", |
| "cucumber-codegen", |
| "cucumber-expressions", |
| "derive_more 0.99.20", |
| "drain_filter_polyfill", |
| "either", |
| "futures", |
| "gherkin", |
| "globwalk", |
| "humantime", |
| "inventory", |
| "itertools 0.13.0", |
| "lazy-regex", |
| "linked-hash-map", |
| "once_cell", |
| "pin-project", |
| "regex", |
| "sealed", |
| "smart-default", |
| ] |
| |
| [[package]] |
| name = "cucumber-codegen" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e19cd9e8e7cfd79fbf844eb6a7334117973c01f6bad35571262b00891e60f1c" |
| dependencies = [ |
| "cucumber-expressions", |
| "inflections", |
| "itertools 0.13.0", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.104", |
| "synthez", |
| ] |
| |
| [[package]] |
| name = "cucumber-expressions" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810" |
| dependencies = [ |
| "derive_more 0.99.20", |
| "either", |
| "nom", |
| "nom_locate", |
| "regex", |
| "regex-syntax 0.7.5", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core 0.9.11", |
| ] |
| |
| [[package]] |
| name = "dbus" |
| version = "0.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| dependencies = [ |
| "libc", |
| "libdbus-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "dbus-secret-service" |
| version = "4.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42a16374481d92aed73ae45b1f120207d8e71d24fb89f357fadbd8f946fd84b" |
| dependencies = [ |
| "dbus", |
| "futures-util", |
| "num", |
| "once_cell", |
| "openssl", |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "deflate64" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" |
| |
| [[package]] |
| name = "deranged" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" |
| dependencies = [ |
| "powerfmt", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "derive-new" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "derive_arbitrary" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "derive_builder" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| dependencies = [ |
| "derive_builder_macro", |
| ] |
| |
| [[package]] |
| name = "derive_builder_core" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "derive_builder_macro" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| dependencies = [ |
| "derive_builder_core", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "0.99.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" |
| dependencies = [ |
| "convert_case 0.4.0", |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" |
| dependencies = [ |
| "derive_more-impl", |
| ] |
| |
| [[package]] |
| name = "derive_more-impl" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" |
| dependencies = [ |
| "convert_case 0.7.1", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "difflib" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "dircpy" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a88521b0517f5f9d51d11925d8ab4523497dcf947073fa3231a311b63941131c" |
| dependencies = [ |
| "jwalk", |
| "log", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "dlopen2" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b54f373ccf864bf587a89e880fb7610f8d73f3045f13580948ccbcaff26febff" |
| dependencies = [ |
| "dlopen2_derive", |
| "libc", |
| "once_cell", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "dlopen2_derive" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "dlv-list" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" |
| dependencies = [ |
| "const-random", |
| ] |
| |
| [[package]] |
| name = "doc-comment" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| |
| [[package]] |
| name = "dotenvy" |
| version = "0.15.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| |
| [[package]] |
| name = "downcast" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" |
| |
| [[package]] |
| name = "drain_filter_polyfill" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" |
| |
| [[package]] |
| name = "dtoa" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" |
| |
| [[package]] |
| name = "dtor" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8" |
| dependencies = [ |
| "dtor-proc-macro", |
| ] |
| |
| [[package]] |
| name = "dtor-proc-macro" |
| version = "0.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055" |
| |
| [[package]] |
| name = "dunce" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" |
| |
| [[package]] |
| name = "either" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| |
| [[package]] |
| name = "embedded-io" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" |
| |
| [[package]] |
| name = "embedded-io" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| |
| [[package]] |
| name = "encoding_rs" |
| version = "0.8.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "enum_dispatch" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" |
| dependencies = [ |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "env_filter", |
| "jiff", |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "err_trail" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf171eed0f19d57286fabcc6634d5c85b1054921f531a44c962225bbb06190b4" |
| dependencies = [ |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "error_set" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5cfac9e0befd56d4a6f7ffdad3558f798d1fc005dfaaa99ed5202efd7abec6" |
| dependencies = [ |
| "err_trail", |
| "error_set_impl", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "error_set_impl" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4937429fd4e1421897226f4337c9e1a4c4206f886828e51dea621cbdcb9fd38" |
| dependencies = [ |
| "indices", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "event-listener" |
| version = "5.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" |
| dependencies = [ |
| "concurrent-queue", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "event-listener-strategy" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| dependencies = [ |
| "event-listener", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "ext-trait" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5" |
| dependencies = [ |
| "ext-trait-proc_macros", |
| ] |
| |
| [[package]] |
| name = "ext-trait-proc_macros" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "extension-traits" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537" |
| dependencies = [ |
| "ext-trait", |
| ] |
| |
| [[package]] |
| name = "fast-async-mutex" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b877ceff2e3d2922823bab7960826ce198181f9c25f75d67b913fde9237e2da6" |
| |
| [[package]] |
| name = "fastbloom" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27cea6e7f512d43b098939ff4d5a5d6fe3db07971e1d05176fe26c642d33f5b8" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "rand 0.9.1", |
| "siphasher", |
| "wide", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| |
| [[package]] |
| name = "figlet-rs" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4742a071cd9694fc86f9fa1a08fa3e53d40cc899d7ee532295da2d085639fbc5" |
| |
| [[package]] |
| name = "figment" |
| version = "0.10.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" |
| dependencies = [ |
| "atomic", |
| "pear", |
| "serde", |
| "serde_json", |
| "toml", |
| "uncased", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "file-operation" |
| version = "0.5.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1b81e9a35a431f57f3304aec4ed6a59c7f1fb82af62b02e18afe197e8e3769d" |
| dependencies = [ |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "libredox", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
| dependencies = [ |
| "crc32fast", |
| "libz-rs-sys", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "float-cmp" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "flume" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "nanorand", |
| "spin", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[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" |
| |
| [[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 = "fragile" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" |
| |
| [[package]] |
| name = "fs-err" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88d7be93788013f265201256d58f04936a8079ad5dc898743aa20525f503b683" |
| dependencies = [ |
| "autocfg", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "fs_extra" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| |
| [[package]] |
| name = "fsevent-sys" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "funty" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| |
| [[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-lite" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" |
| dependencies = [ |
| "fastrand", |
| "futures-core", |
| "futures-io", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[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-timer" |
| version = "3.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
| |
| [[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 = "generator" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "log", |
| "rustversion", |
| "windows 0.61.3", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi", |
| "wasi 0.14.2+wasi-0.2.4", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "ghash" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" |
| dependencies = [ |
| "opaque-debug", |
| "polyval", |
| ] |
| |
| [[package]] |
| name = "gherkin" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20b79820c0df536d1f3a089a2fa958f61cb96ce9e0f3f8f507f5a31179567755" |
| dependencies = [ |
| "heck 0.4.1", |
| "peg", |
| "quote", |
| "serde", |
| "serde_json", |
| "syn 2.0.104", |
| "textwrap", |
| "thiserror 1.0.69", |
| "typed-builder", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| |
| [[package]] |
| name = "git2" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "url", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "log", |
| "regex-automata 0.4.9", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "globwalk" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "ignore", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "gloo" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28999cda5ef6916ffd33fb4a7b87e1de633c47c0dc6d97905fee1cdaa142b94d" |
| dependencies = [ |
| "gloo-console 0.2.3", |
| "gloo-dialogs 0.1.1", |
| "gloo-events 0.1.2", |
| "gloo-file 0.2.3", |
| "gloo-history 0.1.5", |
| "gloo-net 0.3.1", |
| "gloo-render 0.1.1", |
| "gloo-storage 0.2.2", |
| "gloo-timers 0.2.6", |
| "gloo-utils 0.1.7", |
| "gloo-worker 0.2.1", |
| ] |
| |
| [[package]] |
| name = "gloo" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd35526c28cc55c1db77aed6296de58677dbab863b118483a27845631d870249" |
| dependencies = [ |
| "gloo-console 0.3.0", |
| "gloo-dialogs 0.2.0", |
| "gloo-events 0.2.0", |
| "gloo-file 0.3.0", |
| "gloo-history 0.2.2", |
| "gloo-net 0.4.0", |
| "gloo-render 0.2.0", |
| "gloo-storage 0.3.0", |
| "gloo-timers 0.3.0", |
| "gloo-utils 0.2.0", |
| "gloo-worker 0.4.0", |
| ] |
| |
| [[package]] |
| name = "gloo" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d15282ece24eaf4bd338d73ef580c6714c8615155c4190c781290ee3fa0fd372" |
| dependencies = [ |
| "gloo-console 0.3.0", |
| "gloo-dialogs 0.2.0", |
| "gloo-events 0.2.0", |
| "gloo-file 0.3.0", |
| "gloo-history 0.2.2", |
| "gloo-net 0.5.0", |
| "gloo-render 0.2.0", |
| "gloo-storage 0.3.0", |
| "gloo-timers 0.3.0", |
| "gloo-utils 0.2.0", |
| "gloo-worker 0.5.0", |
| ] |
| |
| [[package]] |
| name = "gloo-console" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f" |
| dependencies = [ |
| "gloo-utils 0.1.7", |
| "js-sys", |
| "serde", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-console" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a17868f56b4a24f677b17c8cb69958385102fa879418052d60b50bc1727e261" |
| dependencies = [ |
| "gloo-utils 0.2.0", |
| "js-sys", |
| "serde", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-dialogs" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67062364ac72d27f08445a46cab428188e2e224ec9e37efdba48ae8c289002e6" |
| dependencies = [ |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-dialogs" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf4748e10122b01435750ff530095b1217cf6546173459448b83913ebe7815df" |
| dependencies = [ |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-events" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc" |
| dependencies = [ |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-events" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27c26fb45f7c385ba980f5fa87ac677e363949e065a083722697ef1b2cc91e41" |
| dependencies = [ |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-file" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8d5564e570a38b43d78bdc063374a0c3098c4f0d64005b12f9bbe87e869b6d7" |
| dependencies = [ |
| "gloo-events 0.1.2", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-file" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97563d71863fb2824b2e974e754a81d19c4a7ec47b09ced8a0e6656b6d54bd1f" |
| dependencies = [ |
| "futures-channel", |
| "gloo-events 0.2.0", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-history" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85725d90bf0ed47063b3930ef28e863658a7905989e9929a8708aab74a1d5e7f" |
| dependencies = [ |
| "gloo-events 0.1.2", |
| "gloo-utils 0.1.7", |
| "serde", |
| "serde-wasm-bindgen 0.5.0", |
| "serde_urlencoded", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-history" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "903f432be5ba34427eac5e16048ef65604a82061fe93789f2212afc73d8617d6" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "gloo-events 0.2.0", |
| "gloo-utils 0.2.0", |
| "serde", |
| "serde-wasm-bindgen 0.6.5", |
| "serde_urlencoded", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-net" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a66b4e3c7d9ed8d315fd6b97c8b1f74a7c6ecbbc2320e65ae7ed38b7068cc620" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-sink", |
| "gloo-utils 0.1.7", |
| "http 0.2.12", |
| "js-sys", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-net" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ac9e8288ae2c632fa9f8657ac70bfe38a1530f345282d7ba66a1f70b72b7dc4" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-sink", |
| "gloo-utils 0.2.0", |
| "http 0.2.12", |
| "js-sys", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-net" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43aaa242d1239a8822c15c645f02166398da4f8b5c4bae795c1f5b44e9eee173" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-sink", |
| "gloo-utils 0.2.0", |
| "http 0.2.12", |
| "js-sys", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-render" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd9306aef67cfd4449823aadcd14e3958e0800aa2183955a309112a84ec7764" |
| dependencies = [ |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-render" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56008b6744713a8e8d98ac3dcb7d06543d5662358c9c805b4ce2167ad4649833" |
| dependencies = [ |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-storage" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480" |
| dependencies = [ |
| "gloo-utils 0.1.7", |
| "js-sys", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-storage" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" |
| dependencies = [ |
| "gloo-utils 0.2.0", |
| "js-sys", |
| "serde", |
| "serde_json", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-timers" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gloo-timers" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gloo-utils" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e" |
| dependencies = [ |
| "js-sys", |
| "serde", |
| "serde_json", |
| "wasm-bindgen", |
| "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", |
| ] |
| |
| [[package]] |
| name = "gloo-worker" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13471584da78061a28306d1359dd0178d8d6fc1c7c80e5e35d27260346e0516a" |
| dependencies = [ |
| "anymap2", |
| "bincode 1.3.3", |
| "gloo-console 0.2.3", |
| "gloo-utils 0.1.7", |
| "js-sys", |
| "serde", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-worker" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76495d3dd87de51da268fa3a593da118ab43eb7f8809e17eb38d3319b424e400" |
| dependencies = [ |
| "bincode 1.3.3", |
| "futures", |
| "gloo-utils 0.2.0", |
| "gloo-worker-macros", |
| "js-sys", |
| "pinned", |
| "serde", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-worker" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "085f262d7604911c8150162529cefab3782e91adb20202e8658f7275d2aefe5d" |
| dependencies = [ |
| "bincode 1.3.3", |
| "futures", |
| "gloo-utils 0.2.0", |
| "gloo-worker-macros", |
| "js-sys", |
| "pinned", |
| "serde", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-worker-macros" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "956caa58d4857bc9941749d55e4bd3000032d8212762586fa5705632967140e7" |
| dependencies = [ |
| "proc-macro-crate 1.3.1", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "governor" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3cbe789d04bf14543f03c4b60cd494148aa79438c8440ae7d81a7778147745c3" |
| dependencies = [ |
| "cfg-if", |
| "dashmap", |
| "futures-sink", |
| "futures-timer", |
| "futures-util", |
| "getrandom 0.3.3", |
| "hashbrown 0.15.4", |
| "nonzero_ext", |
| "parking_lot 0.12.4", |
| "portable-atomic", |
| "quanta", |
| "rand 0.9.1", |
| "smallvec", |
| "spinning_top", |
| "web-time", |
| ] |
| |
| [[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 2.9.0", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http 1.3.1", |
| "indexmap 2.9.0", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "halfbrown" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa2c385c6df70fd180bbb673d93039dbd2cd34e41d782600bdf6e1ca7bce39aa" |
| dependencies = [ |
| "hashbrown 0.15.4", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "6.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098" |
| dependencies = [ |
| "derive_builder", |
| "log", |
| "num-order", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.12", |
| ] |
| |
| [[package]] |
| name = "hash32" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| dependencies = [ |
| "ahash 0.7.8", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "hashlink" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| dependencies = [ |
| "hashbrown 0.15.4", |
| ] |
| |
| [[package]] |
| name = "hdrhistogram" |
| version = "7.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" |
| dependencies = [ |
| "base64 0.21.7", |
| "byteorder", |
| "flate2", |
| "nom", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "heapless" |
| version = "0.7.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" |
| dependencies = [ |
| "atomic-polyfill", |
| "hash32", |
| "rustc_version", |
| "serde", |
| "spin", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "hostname" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| dependencies = [ |
| "bytes", |
| "http 1.3.1", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.3.1", |
| "http-body", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "http-range" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" |
| |
| [[package]] |
| name = "httparse" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| |
| [[package]] |
| name = "httpdate" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| |
| [[package]] |
| name = "human-repr" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f58b778a5761513caf593693f8951c97a5b610841e754788400f32102eefdff1" |
| |
| [[package]] |
| name = "humantime" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" |
| |
| [[package]] |
| name = "hyper" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "h2 0.4.10", |
| "http 1.3.1", |
| "http-body", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| dependencies = [ |
| "http 1.3.1", |
| "hyper", |
| "hyper-util", |
| "log", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| "webpki-roots 1.0.1", |
| ] |
| |
| [[package]] |
| name = "hyper-timeout" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" |
| dependencies = [ |
| "hyper", |
| "hyper-util", |
| "pin-project-lite", |
| "tokio", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http 1.3.1", |
| "http-body", |
| "hyper", |
| "ipnet", |
| "libc", |
| "percent-encoding", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core 0.61.2", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "potential_utf", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "iggy" |
| version = "0.7.0" |
| dependencies = [ |
| "async-broadcast", |
| "async-dropper", |
| "async-trait", |
| "bon", |
| "bytes", |
| "dashmap", |
| "flume", |
| "futures", |
| "futures-util", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "mockall", |
| "num_cpus", |
| "quinn", |
| "reqwest", |
| "reqwest-middleware", |
| "reqwest-retry", |
| "rustls", |
| "serde", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tracing", |
| "trait-variant", |
| "webpki-roots 1.0.1", |
| ] |
| |
| [[package]] |
| name = "iggy-bench" |
| version = "0.2.4" |
| dependencies = [ |
| "async-trait", |
| "bench-report", |
| "bytes", |
| "charming", |
| "chrono", |
| "clap", |
| "figlet-rs", |
| "futures-util", |
| "governor", |
| "hostname", |
| "human-repr", |
| "iggy", |
| "integration", |
| "nonzero_lit", |
| "rand 0.9.1", |
| "serde", |
| "sysinfo 0.35.2", |
| "tokio", |
| "toml", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy-cli" |
| version = "0.9.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "anyhow", |
| "clap", |
| "clap_complete", |
| "figlet-rs", |
| "iggy", |
| "iggy_binary_protocol", |
| "keyring", |
| "passterm", |
| "thiserror 2.0.12", |
| "tokio", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "iggy-connectors" |
| version = "0.1.0" |
| dependencies = [ |
| "axum 0.8.4", |
| "axum-server", |
| "config", |
| "dashmap", |
| "dlopen2", |
| "flume", |
| "futures", |
| "iggy", |
| "iggy_connector_sdk", |
| "mimalloc", |
| "once_cell", |
| "postcard", |
| "serde", |
| "serde_json", |
| "serde_yml", |
| "strum", |
| "thiserror 2.0.12", |
| "tokio", |
| "toml", |
| "tower-http", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "iggy_binary_protocol" |
| version = "0.7.0" |
| dependencies = [ |
| "anyhow", |
| "async-broadcast", |
| "async-trait", |
| "bytes", |
| "chrono", |
| "comfy-table", |
| "dirs", |
| "iggy_common", |
| "keyring", |
| "passterm", |
| "serde", |
| "serde_json", |
| "tokio", |
| "toml", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_common" |
| version = "0.7.0" |
| dependencies = [ |
| "aes-gcm", |
| "ahash 0.8.12", |
| "base64 0.22.1", |
| "bon", |
| "byte-unit", |
| "bytes", |
| "chrono", |
| "clap", |
| "comfy-table", |
| "crc32fast", |
| "derive_more 2.0.1", |
| "fast-async-mutex", |
| "humantime", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "strum", |
| "thiserror 2.0.12", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_quickwit_sink" |
| version = "0.1.0" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "iggy_connector_sdk", |
| "once_cell", |
| "reqwest", |
| "serde", |
| "serde_yml", |
| "simd-json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_random_source" |
| version = "0.1.0" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "humantime", |
| "iggy_connector_sdk", |
| "once_cell", |
| "rand 0.9.1", |
| "serde", |
| "simd-json", |
| "tokio", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_sdk" |
| version = "0.1.0" |
| dependencies = [ |
| "async-trait", |
| "chrono", |
| "dashmap", |
| "iggy", |
| "once_cell", |
| "postcard", |
| "regex", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "strum_macros", |
| "thiserror 2.0.12", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_stdout_sink" |
| version = "0.1.0" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "iggy_connector_sdk", |
| "once_cell", |
| "serde", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_examples" |
| version = "0.0.5" |
| dependencies = [ |
| "ahash 0.8.12", |
| "anyhow", |
| "bytes", |
| "chrono", |
| "clap", |
| "futures-util", |
| "iggy", |
| "rand 0.9.1", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.12", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
| dependencies = [ |
| "crossbeam-deque", |
| "globset", |
| "log", |
| "memchr", |
| "regex-automata 0.4.9", |
| "same-file", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "impl-more" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" |
| |
| [[package]] |
| name = "implicit-clone" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8a9aa791c7b5a71b636b7a68207fdebf171ddfc593d9c8506ec4cbc527b6a84" |
| dependencies = [ |
| "implicit-clone-derive", |
| "indexmap 2.9.0", |
| ] |
| |
| [[package]] |
| name = "implicit-clone-derive" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "699c1b6d335e63d0ba5c1e1c7f647371ce989c3bcbe1f7ed2b85fa56e3bd1a21" |
| dependencies = [ |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.12.3", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.15.4", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indices" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e125c680c3871dc195cfd3ff94a877a78f31d5e9c1a3a62cce82689ece14bf7" |
| |
| [[package]] |
| name = "inflections" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" |
| |
| [[package]] |
| name = "inlinable_string" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inout" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "integration" |
| version = "0.0.1" |
| dependencies = [ |
| "ahash 0.8.12", |
| "assert_cmd", |
| "async-trait", |
| "bytes", |
| "chrono", |
| "ctor", |
| "derive_more 2.0.1", |
| "env_logger", |
| "flume", |
| "futures", |
| "humantime", |
| "iggy", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "keyring", |
| "lazy_static", |
| "libc", |
| "log", |
| "predicates", |
| "rcgen", |
| "serial_test", |
| "server", |
| "tempfile", |
| "test-case", |
| "tokio", |
| "twox-hash", |
| "uuid", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "inventory" |
| version = "0.3.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| |
| [[package]] |
| name = "iri-string" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[package]] |
| name = "jiff" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" |
| dependencies = [ |
| "jiff-static", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "jni" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if", |
| "combine", |
| "jni-sys", |
| "log", |
| "thiserror 1.0.69", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "json5" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" |
| dependencies = [ |
| "pest", |
| "pest_derive", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "jsonwebtoken" |
| version = "9.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" |
| dependencies = [ |
| "base64 0.22.1", |
| "js-sys", |
| "pem", |
| "ring", |
| "serde", |
| "serde_json", |
| "simple_asn1", |
| ] |
| |
| [[package]] |
| name = "jwalk" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56" |
| dependencies = [ |
| "crossbeam", |
| "rayon", |
| ] |
| |
| [[package]] |
| name = "keyring" |
| version = "3.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1961983669d57bdfe6c0f3ef8e4c229b5ef751afcc7d87e4271d2f71f6ccfa8b" |
| dependencies = [ |
| "dbus-secret-service", |
| "log", |
| "openssl", |
| ] |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "language-tags" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" |
| |
| [[package]] |
| name = "lazy-regex" |
| version = "3.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126" |
| dependencies = [ |
| "lazy-regex-proc_macros", |
| "once_cell", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "lazy-regex-proc_macros" |
| version = "3.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| |
| [[package]] |
| name = "lending-iterator" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc07588c853b50689205fb5c00498aa681d89828e0ce8cbd965ebc7a5d8ae260" |
| dependencies = [ |
| "extension-traits", |
| "lending-iterator-proc_macros", |
| "macro_rules_attribute", |
| "never-say-never", |
| "nougat", |
| "polonius-the-crab", |
| ] |
| |
| [[package]] |
| name = "lending-iterator-proc_macros" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5445dd1c0deb1e97b8a16561d17fc686ca83e8411128fb036e9668a72d51b1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "libbz2-rs-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "775bf80d5878ab7c2b1080b5351a48b2f737d9f6f8b383574eebcc22be0dfccb" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.174" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" |
| |
| [[package]] |
| name = "libdbus-sys" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libgit2-sys" |
| version = "0.18.1+1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" |
| dependencies = [ |
| "cfg-if", |
| "windows-targets 0.53.2", |
| ] |
| |
| [[package]] |
| name = "liblzma" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0791ab7e08ccc8e0ce893f6906eb2703ed8739d8e89b57c0714e71bad09024c8" |
| dependencies = [ |
| "liblzma-sys", |
| ] |
| |
| [[package]] |
| name = "liblzma-sys" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01b9596486f6d60c3bbe644c0e1be1aa6ccc472ad630fe8927b456973d7cb736" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "libc", |
| "redox_syscall 0.5.13", |
| ] |
| |
| [[package]] |
| name = "libyml" |
| version = "0.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980" |
| dependencies = [ |
| "anyhow", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "libz-rs-sys" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221" |
| dependencies = [ |
| "zlib-rs", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| |
| [[package]] |
| name = "local-channel" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "local-waker", |
| ] |
| |
| [[package]] |
| name = "local-waker" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
| |
| [[package]] |
| name = "loom" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" |
| dependencies = [ |
| "cfg-if", |
| "generator", |
| "scoped-tls", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "lru-slab" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| |
| [[package]] |
| name = "macro_rules_attribute" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862" |
| dependencies = [ |
| "macro_rules_attribute-proc_macro", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "macro_rules_attribute-proc_macro" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d" |
| |
| [[package]] |
| name = "matchers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| dependencies = [ |
| "regex-automata 0.1.10", |
| ] |
| |
| [[package]] |
| name = "matchit" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
| |
| [[package]] |
| name = "matchit" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| |
| [[package]] |
| name = "maybe-async" |
| version = "0.2.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "md5" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[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 = "minidom" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e394a0e3c7ccc2daea3dffabe82f09857b6b510cb25af87d54bf3e910ac1642d" |
| dependencies = [ |
| "rxml", |
| ] |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| dependencies = [ |
| "adler2", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "mockall" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" |
| dependencies = [ |
| "cfg-if", |
| "downcast", |
| "fragile", |
| "mockall_derive", |
| "predicates", |
| "predicates-tree", |
| ] |
| |
| [[package]] |
| name = "mockall_derive" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" |
| dependencies = [ |
| "cfg-if", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "moka" |
| version = "0.12.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" |
| dependencies = [ |
| "async-lock", |
| "crossbeam-channel", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| "event-listener", |
| "futures-util", |
| "loom", |
| "parking_lot 0.12.4", |
| "portable-atomic", |
| "rustc_version", |
| "smallvec", |
| "tagptr", |
| "thiserror 1.0.69", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "nanorand" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" |
| dependencies = [ |
| "getrandom 0.2.16", |
| ] |
| |
| [[package]] |
| name = "never-say-never" |
| version = "6.6.666" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf5a574dadd7941adeaa71823ecba5e28331b8313fb2e1c6a5c7e5981ea53ad6" |
| |
| [[package]] |
| name = "nix" |
| version = "0.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "nom_locate" |
| version = "4.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" |
| dependencies = [ |
| "bytecount", |
| "memchr", |
| "nom", |
| ] |
| |
| [[package]] |
| name = "nonzero_ext" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" |
| |
| [[package]] |
| name = "nonzero_lit" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30a9e0365849b8ce3d067218268d6c523c1c14f539f7e9157d635d8adfb308fa" |
| |
| [[package]] |
| name = "normalize-line-endings" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
| |
| [[package]] |
| name = "notify" |
| version = "8.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" |
| |
| [[package]] |
| name = "nougat" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97b57b9ced431322f054fc673f1d3c7fa52d80efd9df74ad2fc759f044742510" |
| dependencies = [ |
| "macro_rules_attribute", |
| "nougat-proc_macros", |
| ] |
| |
| [[package]] |
| name = "nougat-proc_macros" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c84f77a45e99a2f9b492695d99e1c23844619caa5f3e57647cffacad773ca257" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.46.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| dependencies = [ |
| "overload", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[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-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "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-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-modular" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" |
| |
| [[package]] |
| name = "num-order" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" |
| dependencies = [ |
| "num-modular", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "num_threads" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "objc2-core-foundation" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "objc2-io-kit" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" |
| dependencies = [ |
| "libc", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "octocrab" |
| version = "0.44.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86996964f8b721067b6ed238aa0ccee56ecad6ee5e714468aa567992d05d2b91" |
| dependencies = [ |
| "arc-swap", |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "cfg-if", |
| "chrono", |
| "either", |
| "futures", |
| "futures-util", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-timeout", |
| "hyper-util", |
| "jsonwebtoken", |
| "once_cell", |
| "percent-encoding", |
| "pin-project", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serde_path_to_error", |
| "serde_urlencoded", |
| "snafu", |
| "tokio", |
| "tower 0.5.2", |
| "tower-http", |
| "tracing", |
| "url", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| |
| [[package]] |
| name = "once_cell_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| |
| [[package]] |
| name = "openssl" |
| version = "0.10.73" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "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", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| |
| [[package]] |
| name = "openssl-src" |
| version = "300.5.0+3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "openssl-sys" |
| version = "0.9.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" |
| dependencies = [ |
| "cc", |
| "libc", |
| "openssl-src", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "opentelemetry" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aaf416e4cb72756655126f7dd7bb0af49c674f4c1b9903e80c009e0c37e552e6" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "js-sys", |
| "pin-project-lite", |
| "thiserror 2.0.12", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-appender-tracing" |
| version = "0.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e68f63eca5fad47e570e00e893094fc17be959c80c79a7d6ec1abdd5ae6ffc16" |
| dependencies = [ |
| "log", |
| "opentelemetry", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-http" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "http 1.3.1", |
| "opentelemetry", |
| "reqwest", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-otlp" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b" |
| dependencies = [ |
| "http 1.3.1", |
| "opentelemetry", |
| "opentelemetry-http", |
| "opentelemetry-proto", |
| "opentelemetry_sdk", |
| "prost", |
| "reqwest", |
| "thiserror 2.0.12", |
| "tokio", |
| "tonic 0.13.1", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-proto" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e046fd7660710fe5a05e8748e70d9058dc15c94ba914e7c4faa7c728f0e8ddc" |
| dependencies = [ |
| "opentelemetry", |
| "opentelemetry_sdk", |
| "prost", |
| "tonic 0.13.1", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-semantic-conventions" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83d059a296a47436748557a353c5e6c5705b9470ef6c95cfc52c21a8814ddac2" |
| |
| [[package]] |
| name = "opentelemetry_sdk" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11f644aa9e5e31d11896e024305d7e3c98a88884d9f8919dbf37a9991bc47a4b" |
| dependencies = [ |
| "futures-channel", |
| "futures-executor", |
| "futures-util", |
| "opentelemetry", |
| "percent-encoding", |
| "rand 0.9.1", |
| "serde_json", |
| "thiserror 2.0.12", |
| "tokio", |
| "tokio-stream", |
| ] |
| |
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "ordered-multimap" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" |
| dependencies = [ |
| "dlv-list", |
| "hashbrown 0.14.5", |
| ] |
| |
| [[package]] |
| name = "overload" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| |
| [[package]] |
| name = "parking" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
| dependencies = [ |
| "instant", |
| "lock_api", |
| "parking_lot_core 0.8.6", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core 0.9.11", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
| dependencies = [ |
| "cfg-if", |
| "instant", |
| "libc", |
| "redox_syscall 0.2.16", |
| "smallvec", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.5.13", |
| "smallvec", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "passterm" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6421520445baa36401ded73e4820ad3a3e04316a0eb1bdb13b94987739de5fa2" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "pathdiff" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
| |
| [[package]] |
| name = "pbkdf2" |
| version = "0.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| dependencies = [ |
| "digest", |
| "hmac", |
| ] |
| |
| [[package]] |
| name = "pear" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" |
| dependencies = [ |
| "inlinable_string", |
| "pear_codegen", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "pear_codegen" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" |
| dependencies = [ |
| "proc-macro2", |
| "proc-macro2-diagnostics", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "peg" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" |
| dependencies = [ |
| "peg-macros", |
| "peg-runtime", |
| ] |
| |
| [[package]] |
| name = "peg-macros" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" |
| dependencies = [ |
| "peg-runtime", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "peg-runtime" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" |
| |
| [[package]] |
| name = "pem" |
| version = "3.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" |
| dependencies = [ |
| "base64 0.22.1", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[package]] |
| name = "pest" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" |
| dependencies = [ |
| "memchr", |
| "thiserror 2.0.12", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" |
| dependencies = [ |
| "pest", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "pin-project" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pinned" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a829027bd95e54cfe13e3e258a1ae7b645960553fb82b75ff852c29688ee595b" |
| dependencies = [ |
| "futures", |
| "rustversion", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[package]] |
| name = "polonius-the-crab" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a69ee997a6282f8462abf1e0d8c38c965e968799e912b3bed8c9e8a28c2f9f" |
| |
| [[package]] |
| name = "polyval" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "opaque-debug", |
| "universal-hash", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
| |
| [[package]] |
| name = "portable-atomic-util" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "postcard" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8" |
| dependencies = [ |
| "cobs", |
| "embedded-io 0.4.0", |
| "embedded-io 0.6.1", |
| "heapless", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "predicates" |
| version = "3.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" |
| dependencies = [ |
| "anstyle", |
| "difflib", |
| "float-cmp", |
| "normalize-line-endings", |
| "predicates-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "predicates-core" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" |
| |
| [[package]] |
| name = "predicates-tree" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" |
| dependencies = [ |
| "predicates-core", |
| "termtree", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
| dependencies = [ |
| "once_cell", |
| "toml_edit 0.19.15", |
| ] |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" |
| dependencies = [ |
| "toml_edit 0.22.27", |
| ] |
| |
| [[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", |
| "syn 1.0.109", |
| "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-macro2" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
| 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", |
| "syn 2.0.104", |
| "version_check", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "prokio" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03b55e106e5791fa5a13abd13c85d6127312e8e09098059ca2bc9b03ca4cf488" |
| dependencies = [ |
| "futures", |
| "gloo 0.8.1", |
| "num_cpus", |
| "once_cell", |
| "pin-project", |
| "pinned", |
| "tokio", |
| "tokio-stream", |
| "wasm-bindgen-futures", |
| ] |
| |
| [[package]] |
| name = "prometheus-client" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf41c1a7c32ed72abe5082fb19505b969095c12da9f5732a4bc9878757fd087c" |
| dependencies = [ |
| "dtoa", |
| "itoa", |
| "parking_lot 0.12.4", |
| "prometheus-client-derive-encode", |
| ] |
| |
| [[package]] |
| name = "prometheus-client-derive-encode" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[package]] |
| name = "ptr_meta" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
| dependencies = [ |
| "ptr_meta_derive", |
| ] |
| |
| [[package]] |
| name = "ptr_meta_derive" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "quanta" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" |
| dependencies = [ |
| "crossbeam-utils", |
| "libc", |
| "once_cell", |
| "raw-cpuid", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "web-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.36.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quinn" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" |
| dependencies = [ |
| "bytes", |
| "cfg_aliases", |
| "pin-project-lite", |
| "quinn-proto", |
| "quinn-udp", |
| "rustc-hash 2.1.1", |
| "rustls", |
| "socket2", |
| "thiserror 2.0.12", |
| "tokio", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-proto" |
| version = "0.11.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" |
| dependencies = [ |
| "bytes", |
| "fastbloom", |
| "getrandom 0.3.3", |
| "lru-slab", |
| "rand 0.9.1", |
| "ring", |
| "rustc-hash 2.1.1", |
| "rustls", |
| "rustls-pki-types", |
| "rustls-platform-verifier", |
| "slab", |
| "thiserror 2.0.12", |
| "tinyvec", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-udp" |
| version = "0.5.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" |
| dependencies = [ |
| "cfg_aliases", |
| "libc", |
| "once_cell", |
| "socket2", |
| "tracing", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "radium" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" |
| dependencies = [ |
| "rand_chacha 0.9.0", |
| "rand_core 0.9.3", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.9.3", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.16", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| dependencies = [ |
| "getrandom 0.3.3", |
| ] |
| |
| [[package]] |
| name = "raw-cpuid" |
| version = "11.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "rcgen" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" |
| dependencies = [ |
| "pem", |
| "ring", |
| "rustls-pki-types", |
| "time", |
| "yasna", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "libredox", |
| "thiserror 2.0.12", |
| ] |
| |
| [[package]] |
| name = "ref-cast" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" |
| dependencies = [ |
| "ref-cast-impl", |
| ] |
| |
| [[package]] |
| name = "ref-cast-impl" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata 0.4.9", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| dependencies = [ |
| "regex-syntax 0.6.29", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| |
| [[package]] |
| name = "rend" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" |
| dependencies = [ |
| "bytecheck", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "js-sys", |
| "log", |
| "percent-encoding", |
| "pin-project-lite", |
| "quinn", |
| "rustls", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower 0.5.2", |
| "tower-http", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams", |
| "web-sys", |
| "webpki-roots 1.0.1", |
| ] |
| |
| [[package]] |
| name = "reqwest-middleware" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "http 1.3.1", |
| "reqwest", |
| "serde", |
| "thiserror 1.0.69", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "reqwest-retry" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29c73e4195a6bfbcb174b790d9b3407ab90646976c55de58a6515da25d851178" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "futures", |
| "getrandom 0.2.16", |
| "http 1.3.1", |
| "hyper", |
| "parking_lot 0.11.2", |
| "reqwest", |
| "reqwest-middleware", |
| "retry-policies", |
| "thiserror 1.0.69", |
| "tokio", |
| "tracing", |
| "wasm-timer", |
| ] |
| |
| [[package]] |
| name = "retry-policies" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c" |
| dependencies = [ |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.17.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "getrandom 0.2.16", |
| "libc", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rkyv" |
| version = "0.7.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" |
| dependencies = [ |
| "bitvec", |
| "bytecheck", |
| "bytes", |
| "hashbrown 0.12.3", |
| "ptr_meta", |
| "rend", |
| "rkyv_derive", |
| "seahash", |
| "tinyvec", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "rkyv_derive" |
| version = "0.7.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "ron" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" |
| dependencies = [ |
| "base64 0.21.7", |
| "bitflags 2.9.1", |
| "serde", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "route-recognizer" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" |
| |
| [[package]] |
| name = "rust-ini" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" |
| dependencies = [ |
| "cfg-if", |
| "ordered-multimap", |
| "trim-in-place", |
| ] |
| |
| [[package]] |
| name = "rust-s3" |
| version = "0.36.0-beta.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7d6f3a3dd397743e8f344ffc80ea7137aee423983ae25b512e5332ad11362f" |
| dependencies = [ |
| "async-trait", |
| "aws-creds", |
| "aws-region", |
| "base64 0.22.1", |
| "bytes", |
| "cfg-if", |
| "futures", |
| "hex", |
| "hmac", |
| "http 1.3.1", |
| "log", |
| "maybe-async", |
| "md5", |
| "minidom", |
| "percent-encoding", |
| "quick-xml 0.36.2", |
| "reqwest", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "sha2", |
| "thiserror 1.0.69", |
| "time", |
| "tokio", |
| "tokio-stream", |
| "url", |
| ] |
| |
| [[package]] |
| name = "rust_decimal" |
| version = "1.37.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b203a6425500a03e0919c42d3c47caca51e79f1132046626d2c8871c5092035d" |
| dependencies = [ |
| "arrayvec", |
| "borsh", |
| "bytes", |
| "num-traits", |
| "rand 0.8.5", |
| "rkyv", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.4.15", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.9.4", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" |
| dependencies = [ |
| "aws-lc-rs", |
| "log", |
| "once_cell", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pki-types", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[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" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
| dependencies = [ |
| "web-time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-platform-verifier" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1" |
| dependencies = [ |
| "core-foundation", |
| "core-foundation-sys", |
| "jni", |
| "log", |
| "once_cell", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-platform-verifier-android", |
| "rustls-webpki", |
| "security-framework", |
| "security-framework-sys", |
| "webpki-root-certs 0.26.11", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustls-platform-verifier-android" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.103.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" |
| dependencies = [ |
| "aws-lc-rs", |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
| |
| [[package]] |
| name = "rxml" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65bc94b580d0f5a6b7a2d604e597513d3c673154b52ddeccd1d5c32360d945ee" |
| dependencies = [ |
| "bytes", |
| "rxml_validation", |
| ] |
| |
| [[package]] |
| name = "rxml_validation" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "826e80413b9a35e9d33217b3dcac04cf95f6559d15944b93887a08be5496c4a4" |
| dependencies = [ |
| "compact_str", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| |
| [[package]] |
| name = "safe_arch" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "scc" |
| version = "2.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4" |
| dependencies = [ |
| "sdd", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| dependencies = [ |
| "dyn-clone", |
| "ref-cast", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "sdd" |
| version = "3.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "584e070911c7017da6cb2eb0788d09f43d789029b5877d3e5ecc8acf86ceee21" |
| |
| [[package]] |
| name = "seahash" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| |
| [[package]] |
| name = "sealed" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4a8caec23b7800fb97971a1c6ae365b6239aaeddfb934d6265f8505e795699d" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "secrecy" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" |
| dependencies = [ |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.219" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-wasm-bindgen" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e" |
| dependencies = [ |
| "js-sys", |
| "serde", |
| "wasm-bindgen", |
| ] |
| |
| [[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" |
| version = "1.0.219" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.140" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_path_to_error" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" |
| dependencies = [ |
| "itoa", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 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", |
| ] |
| |
| [[package]] |
| name = "serde_with" |
| version = "3.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42" |
| dependencies = [ |
| "base64 0.22.1", |
| "chrono", |
| "hex", |
| "indexmap 1.9.3", |
| "indexmap 2.9.0", |
| "schemars", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "serde_with_macros", |
| "time", |
| ] |
| |
| [[package]] |
| name = "serde_with_macros" |
| version = "3.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "serde_yml" |
| version = "0.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" |
| dependencies = [ |
| "indexmap 2.9.0", |
| "itoa", |
| "libyml", |
| "memchr", |
| "ryu", |
| "serde", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "serial_test" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" |
| dependencies = [ |
| "futures", |
| "log", |
| "once_cell", |
| "parking_lot 0.12.4", |
| "scc", |
| "serial_test_derive", |
| ] |
| |
| [[package]] |
| name = "serial_test_derive" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "server" |
| version = "0.5.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "anyhow", |
| "async_zip", |
| "axum 0.8.4", |
| "axum-server", |
| "bcrypt", |
| "bincode 2.0.1", |
| "blake3", |
| "bytes", |
| "chrono", |
| "clap", |
| "console-subscriber", |
| "crossbeam", |
| "dashmap", |
| "derive_more 2.0.1", |
| "dotenvy", |
| "enum_dispatch", |
| "error_set", |
| "figlet-rs", |
| "figment", |
| "flume", |
| "futures", |
| "human-repr", |
| "iggy_common", |
| "jsonwebtoken", |
| "lending-iterator", |
| "mimalloc", |
| "mockall", |
| "moka", |
| "nix", |
| "once_cell", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "prometheus-client", |
| "quinn", |
| "rcgen", |
| "reqwest", |
| "ring", |
| "rust-s3", |
| "rustls", |
| "rustls-pemfile", |
| "serde", |
| "serde_with", |
| "serial_test", |
| "static-toml", |
| "strum", |
| "sysinfo 0.35.2", |
| "tempfile", |
| "thiserror 2.0.12", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "toml", |
| "tower-http", |
| "tracing", |
| "tracing-appender", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| "twox-hash", |
| "ulid", |
| "uuid", |
| "vergen-git2", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| |
| [[package]] |
| name = "simd-json" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c962f626b54771990066e5435ec8331d1462576cd2d1e62f24076ae014f92112" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "halfbrown", |
| "ref-cast", |
| "serde", |
| "serde_json", |
| "simdutf8", |
| "value-trait", |
| ] |
| |
| [[package]] |
| name = "simdutf8" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| |
| [[package]] |
| name = "simple_asn1" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" |
| dependencies = [ |
| "num-bigint", |
| "num-traits", |
| "thiserror 2.0.12", |
| "time", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[package]] |
| name = "smart-default" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "smawk" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" |
| |
| [[package]] |
| name = "snafu" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320b01e011bf8d5d7a4a4a4be966d9160968935849c83b918827f6a435e7f627" |
| dependencies = [ |
| "snafu-derive", |
| ] |
| |
| [[package]] |
| name = "snafu-derive" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1961e2ef424c1424204d3a5d6975f934f56b6d50ff5732382d84ebf460e147f7" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 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" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "spinning_top" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "static-toml" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4df9e050de84b640ece7b8959a4a040600598c15f007bb39a7eeefe52f7a8cf" |
| dependencies = [ |
| "convert_case 0.6.0", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" |
| dependencies = [ |
| "strum_macros", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| |
| [[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" |
| version = "2.0.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "sync_wrapper" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "synthez" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" |
| dependencies = [ |
| "syn 2.0.104", |
| "synthez-codegen", |
| "synthez-core", |
| ] |
| |
| [[package]] |
| name = "synthez-codegen" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" |
| dependencies = [ |
| "syn 2.0.104", |
| "synthez-core", |
| ] |
| |
| [[package]] |
| name = "synthez-core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78bfa6ec52465e2425fd43ce5bbbe0f0b623964f7c63feb6b10980e816c654ea" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "sealed", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.34.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2" |
| dependencies = [ |
| "libc", |
| "memchr", |
| "ntapi", |
| "objc2-core-foundation", |
| "windows 0.57.0", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.35.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e" |
| dependencies = [ |
| "libc", |
| "memchr", |
| "ntapi", |
| "objc2-core-foundation", |
| "objc2-io-kit", |
| "windows 0.61.3", |
| ] |
| |
| [[package]] |
| name = "tagptr" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" |
| |
| [[package]] |
| name = "tap" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.3.3", |
| "once_cell", |
| "rustix 1.0.7", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" |
| dependencies = [ |
| "rustix 1.0.7", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "termtree" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" |
| |
| [[package]] |
| name = "test-case" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" |
| dependencies = [ |
| "test-case-macros", |
| ] |
| |
| [[package]] |
| name = "test-case-core" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f" |
| dependencies = [ |
| "cfg-if", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "test-case-macros" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "test-case-core", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" |
| dependencies = [ |
| "smawk", |
| "unicode-linebreak", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| dependencies = [ |
| "thiserror-impl 2.0.12", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" |
| dependencies = [ |
| "deranged", |
| "itoa", |
| "libc", |
| "num-conv", |
| "num_threads", |
| "powerfmt", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tiny-keccak" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| dependencies = [ |
| "crunchy", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "libc", |
| "mio", |
| "parking_lot 0.12.4", |
| "pin-project-lite", |
| "signal-hook-registry", |
| "socket2", |
| "tokio-macros", |
| "tracing", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-io", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit 0.22.27", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.19.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| dependencies = [ |
| "indexmap 2.9.0", |
| "toml_datetime", |
| "winnow 0.5.40", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| dependencies = [ |
| "indexmap 2.9.0", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_write", |
| "winnow 0.7.11", |
| ] |
| |
| [[package]] |
| name = "toml_write" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| |
| [[package]] |
| name = "tonic" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" |
| dependencies = [ |
| "async-stream", |
| "async-trait", |
| "axum 0.7.9", |
| "base64 0.22.1", |
| "bytes", |
| "h2 0.4.10", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-timeout", |
| "hyper-util", |
| "percent-encoding", |
| "pin-project", |
| "prost", |
| "socket2", |
| "tokio", |
| "tokio-stream", |
| "tower 0.4.13", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tonic" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9" |
| dependencies = [ |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "http 1.3.1", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-timeout", |
| "hyper-util", |
| "percent-encoding", |
| "pin-project", |
| "prost", |
| "tokio", |
| "tokio-stream", |
| "tower 0.5.2", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tools" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "iggy", |
| "rand 0.9.1", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "indexmap 1.9.3", |
| "pin-project", |
| "pin-project-lite", |
| "rand 0.8.5", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "indexmap 2.9.0", |
| "pin-project-lite", |
| "slab", |
| "sync_wrapper", |
| "tokio", |
| "tokio-util", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "bytes", |
| "futures-util", |
| "http 1.3.1", |
| "http-body", |
| "iri-string", |
| "pin-project-lite", |
| "tower 0.5.2", |
| "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" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "log", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-appender" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" |
| dependencies = [ |
| "crossbeam-channel", |
| "thiserror 1.0.69", |
| "time", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-opentelemetry" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddcf5959f39507d0d04d6413119c04f33b623f4f951ebcbdddddfad2d0623a9c" |
| dependencies = [ |
| "js-sys", |
| "once_cell", |
| "opentelemetry", |
| "opentelemetry_sdk", |
| "smallvec", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
| dependencies = [ |
| "matchers", |
| "nu-ansi-term", |
| "once_cell", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "trait-variant" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "trim-in-place" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| |
| [[package]] |
| name = "twox-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" |
| dependencies = [ |
| "rand 0.9.1", |
| ] |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe83c85a85875e8c4cb9ce4a890f05b23d38cd0d47647db7895d3d2a79566d2" |
| dependencies = [ |
| "typed-builder-macro", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29a3151c41d0b13e3d011f98adc24434560ef06673a155a6c7f66b9879eecce2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| |
| [[package]] |
| name = "ulid" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" |
| dependencies = [ |
| "rand 0.9.1", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "uncased" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| |
| [[package]] |
| name = "unicode-linebreak" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[package]] |
| name = "universal-hash" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| dependencies = [ |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "unty" |
| version = "0.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "urlencoding" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| |
| [[package]] |
| name = "utf8-width" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "js-sys", |
| "rand 0.9.1", |
| "serde", |
| "wasm-bindgen", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "v_htmlescape" |
| version = "0.15.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| |
| [[package]] |
| name = "value-trait" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0508fce11ad19e0aab49ce20b6bec7f8f82902ded31df1c9fc61b90f0eb396b8" |
| dependencies = [ |
| "float-cmp", |
| "halfbrown", |
| "itoa", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "vergen" |
| version = "9.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777" |
| dependencies = [ |
| "anyhow", |
| "cargo_metadata", |
| "derive_builder", |
| "regex", |
| "rustc_version", |
| "rustversion", |
| "sysinfo 0.34.2", |
| "time", |
| "vergen-lib", |
| ] |
| |
| [[package]] |
| name = "vergen-git2" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f6ee511ec45098eabade8a0750e76eec671e7fb2d9360c563911336bea9cac1" |
| dependencies = [ |
| "anyhow", |
| "derive_builder", |
| "git2", |
| "rustversion", |
| "time", |
| "vergen", |
| "vergen-lib", |
| ] |
| |
| [[package]] |
| name = "vergen-lib" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166" |
| dependencies = [ |
| "anyhow", |
| "derive_builder", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "virtue" |
| version = "0.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" |
| |
| [[package]] |
| name = "wait-timeout" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.14.2+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
| dependencies = [ |
| "wit-bindgen-rt", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-streams" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-timer" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" |
| dependencies = [ |
| "futures", |
| "js-sys", |
| "parking_lot 0.11.2", |
| "pin-utils", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "serde", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "webpki-root-certs" |
| version = "0.26.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" |
| dependencies = [ |
| "webpki-root-certs 1.0.1", |
| ] |
| |
| [[package]] |
| name = "webpki-root-certs" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86138b15b2b7d561bc4469e77027b8dd005a43dc502e9031d1f5afc8ce1f280e" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "0.26.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" |
| dependencies = [ |
| "webpki-roots 1.0.1", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "which" |
| version = "4.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" |
| dependencies = [ |
| "either", |
| "home", |
| "once_cell", |
| "rustix 0.38.44", |
| ] |
| |
| [[package]] |
| name = "wide" |
| version = "0.7.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" |
| dependencies = [ |
| "bytemuck", |
| "safe_arch", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| dependencies = [ |
| "windows-core 0.57.0", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.61.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| dependencies = [ |
| "windows-collections", |
| "windows-core 0.61.2", |
| "windows-future", |
| "windows-link", |
| "windows-numerics", |
| ] |
| |
| [[package]] |
| name = "windows-collections" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| dependencies = [ |
| "windows-core 0.61.2", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| dependencies = [ |
| "windows-implement 0.57.0", |
| "windows-interface 0.57.0", |
| "windows-result 0.1.2", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| dependencies = [ |
| "windows-implement 0.60.0", |
| "windows-interface 0.59.1", |
| "windows-link", |
| "windows-result 0.3.4", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-future" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| dependencies = [ |
| "windows-core 0.61.2", |
| "windows-link", |
| "windows-threading", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| |
| [[package]] |
| name = "windows-numerics" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| dependencies = [ |
| "windows-core 0.61.2", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets 0.53.2", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm 0.52.6", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.53.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.53.0", |
| "windows_aarch64_msvc 0.53.0", |
| "windows_i686_gnu 0.53.0", |
| "windows_i686_gnullvm 0.53.0", |
| "windows_i686_msvc 0.53.0", |
| "windows_x86_64_gnu 0.53.0", |
| "windows_x86_64_gnullvm 0.53.0", |
| "windows_x86_64_msvc 0.53.0", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[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_gnu" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winnow" |
| version = "0.7.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rt" |
| version = "0.39.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| |
| [[package]] |
| name = "wyz" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| dependencies = [ |
| "tap", |
| ] |
| |
| [[package]] |
| name = "yaml-rust2" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7" |
| dependencies = [ |
| "arraydeque", |
| "encoding_rs", |
| "hashlink", |
| ] |
| |
| [[package]] |
| name = "yansi" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
| |
| [[package]] |
| name = "yasna" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" |
| dependencies = [ |
| "time", |
| ] |
| |
| [[package]] |
| name = "yew" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f1a03f255c70c7aa3e9c62e15292f142ede0564123543c1cc0c7a4f31660cac" |
| dependencies = [ |
| "console_error_panic_hook", |
| "futures", |
| "gloo 0.10.0", |
| "implicit-clone", |
| "indexmap 2.9.0", |
| "js-sys", |
| "prokio", |
| "rustversion", |
| "serde", |
| "slab", |
| "thiserror 1.0.69", |
| "tokio", |
| "tracing", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "yew-macro", |
| ] |
| |
| [[package]] |
| name = "yew-hooks" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e4a023bfdcec05c9a0f6fd84f0caff8869fed4b0b73ba06e9418c8e45ce7ca5" |
| dependencies = [ |
| "gloo 0.11.0", |
| "js-sys", |
| "log", |
| "serde", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "yew", |
| ] |
| |
| [[package]] |
| name = "yew-macro" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02fd8ca5166d69e59f796500a2ce432ff751edecbbb308ca59fd3fe4d0343de2" |
| dependencies = [ |
| "boolinator", |
| "once_cell", |
| "prettyplease", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "yew-router" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca1d5052c96e6762b4d6209a8aded597758d442e6c479995faf0c7b5538e0c6" |
| dependencies = [ |
| "gloo 0.10.0", |
| "js-sys", |
| "route-recognizer", |
| "serde", |
| "serde_urlencoded", |
| "tracing", |
| "urlencoding", |
| "wasm-bindgen", |
| "web-sys", |
| "yew", |
| "yew-router-macro", |
| ] |
| |
| [[package]] |
| name = "yew-router-macro" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42bfd190a07ca8cfde7cd4c52b3ac463803dc07323db8c34daa697e86365978c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| dependencies = [ |
| "zeroize_derive", |
| ] |
| |
| [[package]] |
| name = "zeroize_derive" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.104", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af7dcdb4229c0e79c2531a24de7726a0e980417a74fb4d030a35f535665439a0" |
| dependencies = [ |
| "aes", |
| "arbitrary", |
| "bzip2 0.5.2", |
| "constant_time_eq", |
| "crc32fast", |
| "deflate64", |
| "flate2", |
| "getrandom 0.3.3", |
| "hmac", |
| "indexmap 2.9.0", |
| "liblzma", |
| "memchr", |
| "pbkdf2", |
| "sha1", |
| "time", |
| "zeroize", |
| "zopfli", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "zlib-rs" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a" |
| |
| [[package]] |
| name = "zopfli" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7" |
| dependencies = [ |
| "bumpalo", |
| "crc32fast", |
| "log", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
| dependencies = [ |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "7.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
| dependencies = [ |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.15+zstd.1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |