| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "actix-codec" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31404e1443b7b7bcaa311c1af456775cc3f668e34573f1503d7ce4844327629e" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "actix-cors" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2aff07ada3254fc02618cb7850da91dceb23b5dbda53c6676ccbb28ba504f150" |
| dependencies = [ |
| "actix-utils", |
| "actix-web", |
| "derive_more", |
| "futures-util", |
| "log", |
| "once_cell", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "actix-files" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed87c765e9e5be096cc29b43d04b932209892ec871d05fe255f0ae1ccfed9a06" |
| dependencies = [ |
| "actix-http", |
| "actix-service", |
| "actix-utils", |
| "actix-web", |
| "bitflags 2.13.1", |
| "bytes", |
| "derive_more", |
| "futures-core", |
| "http-range", |
| "log", |
| "mime", |
| "mime_guess", |
| "percent-encoding", |
| "pin-project-lite", |
| "v_htmlescape", |
| ] |
| |
| [[package]] |
| name = "actix-http" |
| version = "3.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11004b0e9b44b4eb3d15e0c3132b96fb178c7e50a74758b2f17bb9cc9a7fb4f6" |
| dependencies = [ |
| "actix-codec", |
| "actix-rt", |
| "actix-service", |
| "actix-utils", |
| "base64 0.22.1", |
| "bitflags 2.13.1", |
| "brotli", |
| "bytes", |
| "bytestring", |
| "derive_more", |
| "encoding_rs", |
| "flate2", |
| "foldhash", |
| "futures-core", |
| "h2 0.3.27", |
| "http 0.2.12", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "language-tags", |
| "local-channel", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "rand 0.10.2", |
| "sha1 0.11.0", |
| "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.119", |
| ] |
| |
| [[package]] |
| name = "actix-router" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14f8c75c51892f18d9c46150c5ac7beb81c95f78c8b83a634d49f4ca32551fe7" |
| dependencies = [ |
| "bytestring", |
| "cfg-if", |
| "http 0.2.12", |
| "regex", |
| "regex-lite", |
| "serde", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "actix-rt" |
| version = "2.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a16bf2f19c2ad84842bdfe6f3665620e93197d5c607889bfa3aaac45e762fd1" |
| dependencies = [ |
| "futures-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "actix-server" |
| version = "2.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d44ae8a6516f4ac7bfc7b61aabcd286104e96b4b24c747ce220832a016056d9" |
| 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.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbacab3593b6b4f7be815076fc52d60a83c873426824675417e2abdd229e2e36" |
| 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", |
| "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.119", |
| ] |
| |
| [[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 0.1.6", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "aead" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99" |
| dependencies = [ |
| "crypto-common 0.2.2", |
| "inout 0.2.2", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if", |
| "cipher 0.4.4", |
| "cpufeatures 0.2.17", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35f0f96ce78e38c3dc6d8948aa8163d06385be74000f3c7a95bf1eef35d3ea32" |
| dependencies = [ |
| "cipher 0.5.2", |
| "cpubits", |
| "cpufeatures 0.3.1", |
| ] |
| |
| [[package]] |
| name = "aes-gcm" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| dependencies = [ |
| "aead 0.5.2", |
| "aes 0.8.4", |
| "cipher 0.4.4", |
| "ctr 0.9.2", |
| "ghash 0.5.1", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "aes-gcm" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f2b8006a0c83f52b62ba44a97b58bf76fe2f70a329e588f67f89691d93d498f" |
| dependencies = [ |
| "aead 0.6.1", |
| "aes 0.9.3", |
| "cipher 0.5.2", |
| "ctr 0.10.1", |
| "ctutils", |
| "ghash 0.6.0", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
| dependencies = [ |
| "getrandom 0.2.17", |
| "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", |
| "const-random", |
| "getrandom 0.3.4", |
| "once_cell", |
| "serde", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "aliasable" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
| |
| [[package]] |
| name = "aligned" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685" |
| dependencies = [ |
| "as-slice", |
| ] |
| |
| [[package]] |
| name = "aligned-vec" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" |
| dependencies = [ |
| "equator", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" |
| 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_system_properties" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| dependencies = [ |
| "anstyle", |
| "once_cell_polyfill", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36fa98bc79671c7981272d91a8753a928ff6a1cd8e4f20a44c45bd5d313840bf" |
| dependencies = [ |
| "bigdecimal", |
| "bon", |
| "crc32fast", |
| "digest 0.10.7", |
| "log", |
| "miniz_oxide 0.8.9", |
| "num-bigint", |
| "quad-rand", |
| "rand 0.9.5", |
| "regex-lite", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "snap", |
| "strum 0.27.2", |
| "strum_macros 0.27.2", |
| "thiserror 2.0.20", |
| "uuid", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "312c1ea69e5fe9966e0029fb95aca8790100b85aff4f0d3b00a9337c74069a9c" |
| dependencies = [ |
| "bigdecimal", |
| "bon", |
| "digest 0.11.3", |
| "log", |
| "miniz_oxide 0.9.1", |
| "num-bigint", |
| "ouroboros", |
| "quad-rand", |
| "rand 0.10.2", |
| "regex-lite", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "strum 0.28.0", |
| "thiserror 2.0.20", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "apple-native-keyring-store" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b350bfd03649e07aa05c0a81b3e15934374e585c98204a57e20b9d49f49bb9a" |
| dependencies = [ |
| "keyring-core", |
| "log", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "ar_archive_writer" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73cd58deff2140a0a8eae87e417bd01db68a33e148aa93d1e8cd837e55e312b6" |
| dependencies = [ |
| "object", |
| ] |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "arg_enum_proc_macro" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "argon2" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "134c52ddac6d63c576bef8168db10c83c49c26444ecbc68060fef078925a901c" |
| dependencies = [ |
| "base64ct", |
| "blake2", |
| "cpufeatures 0.3.1", |
| "password-hash", |
| ] |
| |
| [[package]] |
| name = "array-init" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" |
| |
| [[package]] |
| name = "arrow" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cfdd0833e32a9874d2b55089333ad310c0be208aafa277385ce2461dec90be3" |
| dependencies = [ |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-csv", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a41203398f0eaa6f7ec8e62c0da742a21abf282c148fc157f6c35c90e29981a" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae33dad492b7df00a217563a7b0ef2874df68a0deea1b1a3acf628152f7f7a69" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.17.1", |
| "num-complex", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9552f96391c005e6ab449fa941420935e7e062489b12b8b1b08879b2163f5b5" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num-bigint", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a8a327c9649f30d8406995f27642b68df354713cca3baaaf100f076f18d5f34" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64 0.22.1", |
| "chrono", |
| "half", |
| "lexical-core", |
| "num-traits", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af0dd6d90d1955e9f9a014c1e563ee8aeffc21909085d25623e1da44d96eca26" |
| dependencies = [ |
| "arrow-array", |
| "arrow-cast", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b24852db04738907e06c04ea61e42fe7fda962a34513022dc0d0e754fb7976b" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29a908a11fcfb3fb2f6730f4ac15e367bc644e419155e96238f68cf3adde572b" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "flatbuffers", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8a96aed3931c076adee39ec2a40d8219fc7f09e79bcdaca1df16272993e1e14" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "chrono", |
| "half", |
| "indexmap 2.14.1", |
| "itoa", |
| "lexical-core", |
| "memchr", |
| "num-traits", |
| "ryu", |
| "serde_core", |
| "serde_json", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63a083ec750f5c043f02946b4baf05fcdbb55f4560a3277055caca5cc99f3eb0" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "514ba0ef0d4c5896202dae736251ce415abb43a950bed570fb7981b8716c0e4c" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21ca356ad6425cecb6eb7b28e4f659f1ee7880fbb1a16127de7dd62901efee9e" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c58da39eb3d8350ad4a549e5c2bc49284dac554016c69829310350f1731b0aad" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6789b388467525e3271326b6b4915666ecfdf5142aef09779445c954b67543c" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num-traits", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "as-any" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" |
| |
| [[package]] |
| name = "as-slice" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" |
| dependencies = [ |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "asn1-rs" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8" |
| dependencies = [ |
| "asn1-rs-derive", |
| "asn1-rs-impl", |
| "displaydoc", |
| "nom 7.1.3", |
| "num-traits", |
| "rusticata-macros", |
| "thiserror 2.0.20", |
| "time", |
| ] |
| |
| [[package]] |
| name = "asn1-rs-derive" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "asn1-rs-impl" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "assert-json-diff" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "assert_cmd" |
| version = "2.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6" |
| dependencies = [ |
| "anstyle", |
| "bstr", |
| "libc", |
| "predicates", |
| "predicates-core", |
| "predicates-tree", |
| "wait-timeout", |
| ] |
| |
| [[package]] |
| name = "astral-tokio-tar" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b18457efd137254e016bbde5e1d88df61c4e1a5ae2223746e56123bac6af2463" |
| dependencies = [ |
| "futures-core", |
| "libc", |
| "portable-atomic", |
| "rustc-hash", |
| "rustix 1.1.4", |
| "tokio", |
| "tokio-stream", |
| "xattr", |
| ] |
| |
| [[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-channel" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| dependencies = [ |
| "concurrent-queue", |
| "event-listener-strategy", |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3976abdc8fe7d1133d43d304afd42abdf5bc3e1319d263d223bde07b5efc4be8" |
| dependencies = [ |
| "compression-codecs", |
| "compression-core", |
| "futures-io", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[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.119", |
| "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-executor" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" |
| dependencies = [ |
| "async-task", |
| "concurrent-queue", |
| "fastrand", |
| "futures-lite", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "async-io" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "concurrent-queue", |
| "futures-io", |
| "futures-lite", |
| "parking", |
| "polling", |
| "rustix 1.1.4", |
| "slab", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "async-lock" |
| version = "3.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| dependencies = [ |
| "event-listener", |
| "event-listener-strategy", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-process" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| dependencies = [ |
| "async-channel", |
| "async-io", |
| "async-lock", |
| "async-signal", |
| "async-task", |
| "blocking", |
| "cfg-if", |
| "event-listener", |
| "futures-lite", |
| "rustix 1.1.4", |
| ] |
| |
| [[package]] |
| name = "async-recursion" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[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-signal" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" |
| dependencies = [ |
| "async-io", |
| "async-lock", |
| "atomic-waker", |
| "cfg-if", |
| "futures-core", |
| "futures-io", |
| "rustix 1.1.4", |
| "signal-hook-registry", |
| "slab", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "async-task" |
| version = "4.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "async-tungstenite" |
| version = "0.34.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8447f02eaa65412035e2d3eeaa3fc82bbb8d7137c84c5976b4af685136012ee9" |
| dependencies = [ |
| "atomic-waker", |
| "futures-core", |
| "futures-io", |
| "futures-task", |
| "futures-util", |
| "log", |
| "pin-project-lite", |
| "tungstenite 0.29.0", |
| ] |
| |
| [[package]] |
| name = "async_zip" |
| version = "0.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb7f5f40e1eb30949a266fc900d37fd3267c7baf50c3705ac09c5d8ced5def63" |
| dependencies = [ |
| "async-compression", |
| "binrw", |
| "crc32fast", |
| "futures-lite", |
| "pin-project", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "atoi" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[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.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" |
| dependencies = [ |
| "base64 0.22.1", |
| "http 1.5.0", |
| "log", |
| "rustls", |
| "serde", |
| "serde_json", |
| "url", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| |
| [[package]] |
| name = "autotools" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef941527c41b0fc0dd48511a8154cd5fc7e29200a0ff8b7203c5d777dbc795cf" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "av-scenechange" |
| version = "0.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" |
| dependencies = [ |
| "aligned", |
| "anyhow", |
| "arg_enum_proc_macro", |
| "arrayvec", |
| "log", |
| "num-rational", |
| "num-traits", |
| "pastey 0.1.1", |
| "rayon", |
| "thiserror 2.0.20", |
| "v_frame", |
| "y4m", |
| ] |
| |
| [[package]] |
| name = "av1-grain" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" |
| dependencies = [ |
| "anyhow", |
| "arrayvec", |
| "log", |
| "nom 8.0.0", |
| "num-rational", |
| "v_frame", |
| ] |
| |
| [[package]] |
| name = "avif-serialize" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7178fe5f7d460b13895ebb9dcb28a3a6216d2df2574a0806cb51b555d297f38" |
| dependencies = [ |
| "arrayvec", |
| ] |
| |
| [[package]] |
| name = "aws-config" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a767267da9e2c2e189b2f9df8b5657e850ecf5352644734ba130d4a57095cf1b" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-sdk-sso", |
| "aws-sdk-ssooidc", |
| "aws-sdk-sts", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "hex", |
| "http 1.5.0", |
| "sha1 0.10.7", |
| "time", |
| "tokio", |
| "tracing", |
| "url", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-credential-types" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e93964ffdaf57857f544be3666a5f57570bb699e934700f11b49708f61bb556e" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-creds" |
| version = "0.39.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3b85155d265df828f84e53886ed9e427aed979dd8a39f5b8b2162c77e142d7" |
| dependencies = [ |
| "attohttpc", |
| "home", |
| "log", |
| "quick-xml 0.38.4", |
| "rust-ini", |
| "serde", |
| "thiserror 2.0.20", |
| "time", |
| "url", |
| ] |
| |
| [[package]] |
| name = "aws-lc-rs" |
| version = "1.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b281d307588d634de920874890732659e2e7672f72b5e10e81badc1a8a83621e" |
| dependencies = [ |
| "aws-lc-sys", |
| "untrusted 0.7.1", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-lc-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bff6c3b54fad79a2e60b8102caf565819711497c1f5f092f49508e2f5c31b27" |
| dependencies = [ |
| "cc", |
| "cmake", |
| "dunce", |
| "fs_extra", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "aws-region" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "838b36c8dc927b6db1b6c6b8f5d05865f2213550b9e83bf92fa99ed6525472c0" |
| dependencies = [ |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "aws-runtime" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9007227e10b5fed2f3e0a2beff489211e2b5604c400b7a9d5d81ca9d64c24bb" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-sigv4", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "bytes-utils", |
| "fastrand", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "percent-encoding", |
| "pin-project-lite", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-dynamodb" |
| version = "1.123.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcd10d92058d5da989a7838fd09d70e9457390a81ba672abf5685099f3562bce" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-sso" |
| version = "1.108.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c15301b04372832947916607983b114b3374b9db0be058a00fb7513800de1f05" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-ssooidc" |
| version = "1.110.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72cc2c205cb27108183cf1856333f7d584c2ba0f505421b4209ca5828f9ea899" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-sts" |
| version = "1.113.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68182ecb449f7537db0f4d5d25917789cf41e32074a9fe47b6a0b847fe1d2032" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-query", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-smithy-xml", |
| "aws-types", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sigv4" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "723c2234ad7511ceef63eab016b7ba6ff7c55590fefb96fa8467af014a07309f" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-smithy-http", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "bytes", |
| "form_urlencoded", |
| "hex", |
| "hmac 0.13.0", |
| "http 0.2.12", |
| "http 1.5.0", |
| "percent-encoding", |
| "sha2 0.11.0", |
| "time", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-async" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f02e407fb3b54891734224b9ffac8a71fdd35f542500fa1af95754a6b2beb316" |
| dependencies = [ |
| "futures-util", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-http" |
| version = "0.64.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37843d9add67c3aff5856f409c6dc315d3cdff60f9c0cb5b670dab1e9920306d" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "bytes", |
| "bytes-utils", |
| "futures-core", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "percent-encoding", |
| "pin-project-lite", |
| "pin-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-http-client" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebfd138fac0337cee7516c352757ea73b9f2266e57d0bcb5bc70e9547e45aef1" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "h2 0.4.19", |
| "http 1.5.0", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "pin-project-lite", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-json" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dc65a121adb4b33729919fcfa14fa36fb33c1555a8f06bb0e2188dbfdc1d9ef" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-observability" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e86338c869539a581bf161247762a6e87f92c5c075060057b5ed6d06632ed0c" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-query" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "512346c7212ab7436df2d77a16d976a468ae44a418835511d2a69269810aaf62" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-smithy-xml", |
| "urlencoding", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b82e438d30e02a825d363bd639a9efaed68a8089d86101054b0081e7e0d3e606" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-http-client", |
| "aws-smithy-observability", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "http-body 0.4.6", |
| "http-body 1.1.0", |
| "http-body-util", |
| "pin-project-lite", |
| "pin-utils", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime-api" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "954c563ce84507722d2679f07a35d21b9c6466b3872d513020d0281fc8112ac9" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api-macros", |
| "aws-smithy-types", |
| "bytes", |
| "http 0.2.12", |
| "http 1.5.0", |
| "pin-project-lite", |
| "tokio", |
| "tracing", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime-api-macros" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "221eaa237ddf1ca79b60d1372aad77e47f9c0ea5b3ce5099da8c61d027dc77b3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-schema" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d56e0a4e53127a632224e43633b0fe045fa9e1e3cfc68b9830f1115e103f910" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "http 1.5.0", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-types" |
| version = "1.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fce83ce9abbb198d25bc7131e468d0f9fe1257125e58c39f3f9fc9f5098c9647" |
| dependencies = [ |
| "base64-simd", |
| "bytes", |
| "bytes-utils", |
| "futures-core", |
| "http 0.2.12", |
| "http 1.5.0", |
| "http-body 0.4.6", |
| "http-body 1.1.0", |
| "http-body-util", |
| "itoa", |
| "num-integer", |
| "pin-project-lite", |
| "pin-utils", |
| "ryu", |
| "serde", |
| "time", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-xml" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce84f71c72fee2cbbadde6e7d082f5fb466e3a84733855295fa7aafd1b31b7d8" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "xmlparser", |
| ] |
| |
| [[package]] |
| name = "aws-types" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eec1cd5469f328c782dc3e33d4153cf118a54e33cbb3356d60d16f89883e1f94" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "rustc_version", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "axum" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| dependencies = [ |
| "axum-core", |
| "axum-macros", |
| "bytes", |
| "form_urlencoded", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "itoa", |
| "matchit", |
| "memchr", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "serde_core", |
| "serde_json", |
| "serde_path_to_error", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "axum-core" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "mime", |
| "pin-project-lite", |
| "sync_wrapper", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "axum-macros" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "axum-server" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1df331683d982a0b9492b38127151e6453639cd34926eb9c07d4cd8c6d22bfc" |
| dependencies = [ |
| "arc-swap", |
| "bytes", |
| "either", |
| "fs-err", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "hyper", |
| "hyper-util", |
| "pin-project-lite", |
| "rustls", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "az" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be5eb007b7cacc6c660343e96f650fedf4b5a77512399eb952ca6642cf8d13f7" |
| |
| [[package]] |
| name = "backon" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" |
| dependencies = [ |
| "fastrand", |
| "gloo-timers 0.3.0", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "base16ct" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "base64" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" |
| |
| [[package]] |
| name = "base64-simd" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" |
| dependencies = [ |
| "outref", |
| "vsimd", |
| ] |
| |
| [[package]] |
| name = "base64ct" |
| version = "1.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| |
| [[package]] |
| name = "bcder" |
| version = "0.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b593e5aeaf7992d388c08a9831c921cd703718064b3e50ba8e6d666d6cf86ca7" |
| dependencies = [ |
| "bytes", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "bdd" |
| version = "0.0.1" |
| dependencies = [ |
| "bytes", |
| "cucumber", |
| "iggy", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "beef" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" |
| |
| [[package]] |
| name = "bench-dashboard-frontend" |
| version = "0.8.0-edge.3" |
| dependencies = [ |
| "bench-dashboard-shared", |
| "bench-report", |
| "charming", |
| "chrono", |
| "getrandom 0.4.3", |
| "gloo 0.12.0", |
| "js-sys", |
| "serde_json", |
| "thiserror 2.0.20", |
| "uuid", |
| "wasm-bindgen", |
| "web-sys", |
| "yew", |
| "yew-router", |
| ] |
| |
| [[package]] |
| name = "bench-dashboard-shared" |
| version = "0.1.0" |
| dependencies = [ |
| "bench-report", |
| "human-repr", |
| "serde", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bench-report" |
| version = "0.4.0-edge.3" |
| dependencies = [ |
| "charming", |
| "colored", |
| "comfy-table", |
| "derive-new", |
| "derive_more", |
| "human-repr", |
| "rand 0.10.2", |
| "serde", |
| "serde_json", |
| "sysinfo 0.39.6", |
| "terminal_size", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bench-runner" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "dircpy", |
| "git2", |
| "tempfile", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "bigdecimal" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bimap" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" |
| |
| [[package]] |
| name = "bincode" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bindgen" |
| version = "0.71.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "cexpr", |
| "clang-sys", |
| "itertools 0.13.0", |
| "log", |
| "prettyplease 0.2.37", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "rustc-hash", |
| "shlex 1.3.0", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "binrw" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ad120d555272286c1017d25165ab8bd74806f13fc85b258484ec7e4ce75458f" |
| dependencies = [ |
| "array-init", |
| "binrw_derive", |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "binrw_derive" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6df92e0e9baae4dc82c7bad7715ca40c0a5c71539057bf2ea04a5c29c980410b" |
| dependencies = [ |
| "either", |
| "owo-colors", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| dependencies = [ |
| "bit-vec 0.8.0", |
| ] |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56d87354e4229f54a44f7bf2435906a4656dba36026ab6eaca629a2c436a691c" |
| dependencies = [ |
| "bit-vec 0.10.1", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5727b15fa97d4f4fee0a3b7c3d550ed0269f54329207b86388de918604e31269" |
| dependencies = [ |
| "borsh", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bit_field" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "bitstream-io" |
| version = "4.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7eff00be299a18769011411c9def0d827e8f2d7bf0c3dbf53633147a8867fd1f" |
| dependencies = [ |
| "no_std_io2", |
| ] |
| |
| [[package]] |
| name = "bitvec" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837" |
| dependencies = [ |
| "funty", |
| "radium", |
| "tap", |
| "wyz", |
| ] |
| |
| [[package]] |
| name = "blake2" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b5d4d889834ee8ecfc0f8426ad30faf7cdcb10f741a8e6d7224d95325479f6f" |
| dependencies = [ |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "blake3" |
| version = "1.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae" |
| dependencies = [ |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| "cpufeatures 0.3.1", |
| ] |
| |
| [[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 = "block-buffer" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" |
| dependencies = [ |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "block-padding" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b" |
| dependencies = [ |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "block2" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| dependencies = [ |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "blocking" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a70e4329df6cb94385eed412ec92375c3cdd8a6e502493d1229b6414e4036dfa" |
| dependencies = [ |
| "async-channel", |
| "async-task", |
| "futures-io", |
| "futures-lite", |
| "piper", |
| ] |
| |
| [[package]] |
| name = "bnum" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f781dba93de3a5ef6dc5b17c9958b208f6f3f021623b360fb605ea51ce443f10" |
| dependencies = [ |
| "serde", |
| "serde-big-array", |
| ] |
| |
| [[package]] |
| name = "bollard" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee04c4c84f1f811b017f2fbb7dd8815c976e7ca98593de9c1e2afad0f636bff4" |
| dependencies = [ |
| "async-stream", |
| "base64 0.22.1", |
| "bitflags 2.13.1", |
| "bollard-buildkit-proto", |
| "bollard-stubs", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "hex", |
| "home", |
| "http 1.5.0", |
| "http-body-util", |
| "hyper", |
| "hyper-named-pipe", |
| "hyper-rustls", |
| "hyper-util", |
| "hyperlocal", |
| "log", |
| "num", |
| "pin-project-lite", |
| "rand 0.9.5", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror 2.0.20", |
| "time", |
| "tokio", |
| "tokio-stream", |
| "tokio-util", |
| "tonic", |
| "tower-service", |
| "url", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "bollard-buildkit-proto" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85a885520bf6249ab931a764ffdb87b0ceef48e6e7d807cfdb21b751e086e1ad" |
| dependencies = [ |
| "prost", |
| "prost-types", |
| "tonic", |
| "tonic-prost", |
| "ureq", |
| ] |
| |
| [[package]] |
| name = "bollard-stubs" |
| version = "1.52.1-rc.29.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f0a8ca8799131c1837d1282c3f81f31e76ceb0ce426e04a7fe1ccee3287c066" |
| dependencies = [ |
| "base64 0.22.1", |
| "bollard-buildkit-proto", |
| "bytes", |
| "prost", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "time", |
| ] |
| |
| [[package]] |
| name = "bon" |
| version = "3.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e3fac94a66da67200398458a25412bcc3f9b6443b5119a6cad9cf3ccfcd8cc6" |
| dependencies = [ |
| "bon-macros", |
| ] |
| |
| [[package]] |
| name = "bon-macros" |
| version = "3.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4654961ad0494e4774c5c60b4cb4cd0ae9b9d92d039d901638b1dba97ebebf5" |
| dependencies = [ |
| "darling 0.24.1", |
| "ident_case", |
| "prettyplease 0.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "borsh" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "553c5d846a6ba5150c65e3b1b8ec073bcf1abc20f9b7220de384a4443ea4e20a" |
| dependencies = [ |
| "borsh-derive", |
| "bytes", |
| "cfg_aliases", |
| ] |
| |
| [[package]] |
| name = "borsh-derive" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12cdfe656708a01f89b451a7d36466e6fe6c414de0aa18fc54f864f6f9ca9f56" |
| dependencies = [ |
| "once_cell", |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "brotli" |
| version = "8.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "5.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bs58" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "bson" |
| version = "2.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e" |
| dependencies = [ |
| "ahash 0.8.12", |
| "base64 0.22.1", |
| "bitvec", |
| "getrandom 0.2.17", |
| "getrandom 0.3.4", |
| "hex", |
| "indexmap 2.14.1", |
| "js-sys", |
| "once_cell", |
| "rand 0.9.5", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "time", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f" |
| dependencies = [ |
| "memchr", |
| "regex-automata", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "built" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c0e531d93d39c34eef561e929e8a7f86d77a5af08aac4f6d6e39976c51858e9" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| |
| [[package]] |
| name = "buoyant_kernel" |
| version = "0.22.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2235eb320cd7178862a32dd111bd0c0f71a368e393add4914c50129add478eab" |
| dependencies = [ |
| "arrow", |
| "buoyant_kernel_derive", |
| "bytes", |
| "chrono", |
| "crc", |
| "futures", |
| "indexmap 2.14.1", |
| "itertools 0.14.0", |
| "object_store", |
| "parquet", |
| "percent-encoding", |
| "rand 0.9.5", |
| "reqwest 0.13.4", |
| "roaring", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| "strum 0.27.2", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "url", |
| "uuid", |
| "z85", |
| ] |
| |
| [[package]] |
| name = "buoyant_kernel_derive" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5cdc90bb920438aa9a39089b76f0614183af303f181bf18d05b456a30dd9740" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "byte-unit" |
| version = "5.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a813de7f2bbedb7dce265b64f1cf5908ebe4d56281ece8d847e98113788b9b0" |
| dependencies = [ |
| "rust_decimal", |
| "schemars 1.2.2", |
| "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.25.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" |
| dependencies = [ |
| "bytemuck_derive", |
| ] |
| |
| [[package]] |
| name = "bytemuck_derive" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0e56a716f1e132ff6bf4bdac1c944a3fcdc1cae65f70a4a2a1ac3b401d2d1f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "byteorder-lite" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| |
| [[package]] |
| name = "bytes-utils" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" |
| dependencies = [ |
| "bytes", |
| "either", |
| ] |
| |
| [[package]] |
| name = "bytestring" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86566c496f2f47d9b8147a4c8b02ffdb69c919fe0c2b2e7195d22cbba0e635c9" |
| dependencies = [ |
| "bytes", |
| ] |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" |
| dependencies = [ |
| "libbz2-rs-sys", |
| ] |
| |
| [[package]] |
| name = "camino" |
| version = "1.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "capacity_builder" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f2d24a6dcf0cd402a21b65d35340f3a49ff3475dc5fdac91d22d2733e6641c6" |
| dependencies = [ |
| "capacity_builder_macros", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "capacity_builder_macros" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b4a6cae9efc04cc6cbb8faf338d2c497c165c83e74509cf4dbedea948bbf6e5" |
| dependencies = [ |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0061da739915fae12ea00e16397555ed4371a6bb285431aab930f61b0aa4ba" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "castaway" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "cbc" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896" |
| dependencies = [ |
| "cipher 0.5.2", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex 2.0.1", |
| ] |
| |
| [[package]] |
| name = "cexpr" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| dependencies = [ |
| "nom 7.1.3", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| |
| [[package]] |
| name = "chacha20" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "charming" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df19cf7d4540f4db08203dce5171421fdfc5e83ea3f14d7b5329f0dbff3bf3c2" |
| dependencies = [ |
| "charming_macros", |
| "deno_core", |
| "handlebars", |
| "image", |
| "js-sys", |
| "resvg", |
| "serde", |
| "serde-wasm-bindgen", |
| "serde_json", |
| "serde_v8", |
| "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.119", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| dependencies = [ |
| "iana-time-zone", |
| "js-sys", |
| "num-traits", |
| "serde", |
| "wasm-bindgen", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" |
| dependencies = [ |
| "chrono", |
| "phf 0.12.1", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common 0.1.6", |
| "inout 0.1.4", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c" |
| dependencies = [ |
| "block-buffer 0.12.1", |
| "crypto-common 0.2.2", |
| "inout 0.2.2", |
| ] |
| |
| [[package]] |
| name = "clang-sys" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a" |
| dependencies = [ |
| "glob", |
| "libc", |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.6.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3be2ad0423bdbbb0e25bc89add796f3559706d4a95e1bc98e4d9662a957b6a19" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| |
| [[package]] |
| name = "clock" |
| version = "0.1.0" |
| dependencies = [ |
| "iggy_common", |
| ] |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.58" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "cmov" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" |
| |
| [[package]] |
| name = "cobs" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" |
| dependencies = [ |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "color_quant" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| |
| [[package]] |
| name = "colored" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfc320937d09e6de266b31b9afb480f197d7a861be86be7cb2ea7e5d1bfffc5e" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "8.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "136c8c4c3823846e8ba6d4bda011b4e5d5827b8bb0ac26c31f9ab31abe9f54f2" |
| dependencies = [ |
| "unicode-segmentation", |
| "unicode-width 0.2.2", |
| ] |
| |
| [[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 = "compio" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c19d81c636b0f47aa50041d25b02d9d8289a3319727a8051209f71bea10e89d6" |
| dependencies = [ |
| "compio-buf", |
| "compio-driver", |
| "compio-fs", |
| "compio-io", |
| "compio-log", |
| "compio-macros", |
| "compio-net", |
| "compio-quic", |
| "compio-runtime", |
| "compio-tls", |
| "compio-ws", |
| ] |
| |
| [[package]] |
| name = "compio-buf" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b51a2c35873865376ed4cdb6cfeb602b6cf569815f017ddd7bd8f86ad49b34c7" |
| dependencies = [ |
| "arrayvec", |
| "bytes", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "compio-driver" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "293e8086a35f52b5002402937cf4e69b5e414917e511c29c5e7ba2cebe6ef7b3" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "cfg_aliases", |
| "compio-buf", |
| "compio-log", |
| "compio-send-wrapper", |
| "crossbeam-queue", |
| "flume", |
| "futures-util", |
| "io-uring", |
| "libc", |
| "linux-raw-sys 0.12.1", |
| "mod_use", |
| "once_cell", |
| "pastey 0.2.3", |
| "polling", |
| "rustix 1.1.4", |
| "smallvec", |
| "socket2", |
| "synchrony", |
| "thin-cell", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-executor" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94961c5908b02bbb082e046968b8ee3d18995845a5c261376f0b0b5c95c87c2b" |
| dependencies = [ |
| "compio-log", |
| "compio-send-wrapper", |
| "crossbeam-queue", |
| "loom", |
| "slotmap", |
| ] |
| |
| [[package]] |
| name = "compio-fs" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a374c5a03bdf7ecb42894a49c3a40c22f743f8d7dc39cc21a5dd3258d8219c7" |
| dependencies = [ |
| "cfg_aliases", |
| "compio-buf", |
| "compio-driver", |
| "compio-io", |
| "compio-runtime", |
| "futures-util", |
| "libc", |
| "pin-project-lite", |
| "rustix 1.1.4", |
| "widestring", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-io" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3a354e085c4046dd8d2d9d514cf8c15c615eb8adf6c5f41dbf7899420457e9b" |
| dependencies = [ |
| "bytemuck", |
| "compio-buf", |
| "futures-util", |
| "libc", |
| "pastey 0.2.3", |
| "pin-project-lite", |
| "rustix 1.1.4", |
| "synchrony", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-log" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd867f29de59e4eff577dfeee3744cb0a264249f3faaf11945e8be79a3c3c62" |
| dependencies = [ |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "compio-macros" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc53390a911fe6b317abe66c0583723539477f81a940e124b40d462fb976674a" |
| dependencies = [ |
| "darling 0.24.1", |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "compio-net" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31737ec57865d2b46284def673cd21fe478c592ca05c1e040e10d457aac6c2a8" |
| dependencies = [ |
| "compio-buf", |
| "compio-driver", |
| "compio-io", |
| "compio-runtime", |
| "either", |
| "futures-util", |
| "libc", |
| "once_cell", |
| "pin-project-lite", |
| "socket2", |
| "synchrony", |
| "widestring", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-quic" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65b1501ba168bfd2cf63ffc120d81a015a1d78cc853bbd9b4f2a7cb85cd2ab9a" |
| dependencies = [ |
| "cfg_aliases", |
| "compio-buf", |
| "compio-io", |
| "compio-log", |
| "compio-net", |
| "compio-runtime", |
| "flume", |
| "futures-util", |
| "libc", |
| "quinn-proto", |
| "rustc-hash", |
| "rustls", |
| "rustls-platform-verifier", |
| "synchrony", |
| "thiserror 2.0.20", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-runtime" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20406f0a4e69cdd0c0a58c4a7cf51bcc965a543fb5da2fe931e970354e291ded" |
| dependencies = [ |
| "compio-buf", |
| "compio-driver", |
| "compio-executor", |
| "compio-io", |
| "compio-log", |
| "compio-send-wrapper", |
| "futures-util", |
| "libc", |
| "pin-project-lite", |
| "scoped-tls", |
| "synchrony", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-send-wrapper" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa4a63ae089032966c7eb5411267dd14524fb249e6833818b2d6d9d9548bf504" |
| dependencies = [ |
| "cfg-if", |
| "loom", |
| ] |
| |
| [[package]] |
| name = "compio-tls" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0177c2684878d0712ccfcf22113a198f5ddf74f0bf323801488dbb47f801a471" |
| dependencies = [ |
| "compio-buf", |
| "compio-io", |
| "futures-rustls", |
| "futures-util", |
| "rustls", |
| ] |
| |
| [[package]] |
| name = "compio-ws" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0a9e5cbacce3ff2594cfd7321fd946d5f7afcf2dbc7537f6de7b42d798efb3a" |
| dependencies = [ |
| "async-tungstenite", |
| "compio-buf", |
| "compio-io", |
| "compio-log", |
| "compio-net", |
| "compio-tls", |
| "futures-util", |
| "pin-project-lite", |
| "rustls-platform-verifier", |
| "tungstenite 0.29.0", |
| ] |
| |
| [[package]] |
| name = "compression-codecs" |
| version = "0.4.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" |
| dependencies = [ |
| "bzip2", |
| "compression-core", |
| "flate2", |
| "liblzma", |
| "memchr", |
| "zstd", |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "compression-core" |
| version = "0.4.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" |
| |
| [[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 = "configs" |
| version = "0.1.0" |
| dependencies = [ |
| "configs_derive", |
| "cpu_allocation", |
| "err_trail", |
| "figment", |
| "iggy_common", |
| "ipnet", |
| "jsonwebtoken 11.0.0", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "server_common", |
| "static-toml", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "configs_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "darling 0.24.1", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "consensus" |
| version = "0.1.0" |
| dependencies = [ |
| "aligned-vec", |
| "bit-set 0.11.1", |
| "bytemuck", |
| "bytes", |
| "clock", |
| "futures", |
| "futures-core", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "message_bus", |
| "rand 0.10.2", |
| "rand_xoshiro", |
| "serde", |
| "server_common", |
| "tracing", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.16.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "unicode-width 0.2.2", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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-oid" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| |
| [[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.17", |
| "once_cell", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" |
| |
| [[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.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db05ffb6856bf0ecdf6367558a76a0e8a77b1713044eb92845c692100ed50190" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "cooked-waker" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147be55d677052dabc6b22252d5dd0fd4c29c8c27aa4f2fbef0f94aa003b406f" |
| |
| [[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.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[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 = "core_maths" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "cpu_allocation" |
| version = "0.1.0" |
| dependencies = [ |
| "nix", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "cpubits" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| dependencies = [ |
| "crc-catalog", |
| ] |
| |
| [[package]] |
| name = "crc-catalog" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" |
| |
| [[package]] |
| name = "crc32c" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" |
| dependencies = [ |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550" |
| 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.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| |
| [[package]] |
| name = "crossfire" |
| version = "3.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "111ce8f7abfbac38b4bc4f32a3a2dda1a8034b873c90c7899f302cc9dbbc05ec" |
| dependencies = [ |
| "crossbeam-utils", |
| "futures-core", |
| "parking_lot", |
| "pointers", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "crypto-bigint" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| dependencies = [ |
| "generic-array", |
| "rand_core 0.6.4", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[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 = "crypto-common" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "hybrid-array", |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "csv" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83cf0d42651b16c6dfe68685716d18480d18a9c39c62d76e8cf3eb6ed5d8bcbf" |
| dependencies = [ |
| "ctor-proc-macro", |
| "dtor 0.8.1", |
| "link-section 0.2.1", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "914a755b7c2d4af2bdcff7ce1739e2db9a1b81a9b07123d8015786ae03c0980d" |
| dependencies = [ |
| "link-section 0.19.3", |
| "linktime-proc-macro", |
| ] |
| |
| [[package]] |
| name = "ctor-proc-macro" |
| version = "0.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a949c44fcacbbbb7ada007dc7acb34603dd97cd47de5d054f2b6493ecebb483" |
| |
| [[package]] |
| name = "ctr" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| dependencies = [ |
| "cipher 0.4.4", |
| ] |
| |
| [[package]] |
| name = "ctr" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21" |
| dependencies = [ |
| "cipher 0.5.2", |
| ] |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162" |
| dependencies = [ |
| "dispatch2", |
| "nix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "ctutils" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| dependencies = [ |
| "cmov", |
| ] |
| |
| [[package]] |
| name = "cucumber" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96a87e18d925b19ebe0fd47ea45316abd216d81ec0879c2448c3f9a0e9da62be" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "console", |
| "cucumber-codegen", |
| "cucumber-expressions", |
| "derive_more", |
| "either", |
| "futures", |
| "gherkin", |
| "globwalk", |
| "humantime", |
| "inventory", |
| "itertools 0.14.0", |
| "linked-hash-map", |
| "pin-project", |
| "ref-cast", |
| "regex", |
| "sealed", |
| "smart-default", |
| ] |
| |
| [[package]] |
| name = "cucumber-codegen" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2fc8a8bbb73af3230db699e8690c5c786655f75eb89e5f18d76055fa1a9a4d" |
| dependencies = [ |
| "cucumber-expressions", |
| "inflections", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.119", |
| "synthez", |
| ] |
| |
| [[package]] |
| name = "cucumber-expressions" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6401038de3af44fe74e6fccdb8a5b7db7ba418f480c8e9ad584c6f65c05a27a6" |
| dependencies = [ |
| "derive_more", |
| "either", |
| "nom 8.0.0", |
| "nom_locate", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "curve25519-dalek" |
| version = "4.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "curve25519-dalek-derive", |
| "digest 0.10.7", |
| "fiat-crypto", |
| "rustc_version", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "curve25519-dalek-derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "cyper" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f8c8abaf78cfe3cb7838d7cfcf75e4e3bf02fe3e54571e0a1f10bb485cf8fbf" |
| dependencies = [ |
| "async-stream", |
| "base64 0.22.1", |
| "cfg-if", |
| "cfg_aliases", |
| "compio", |
| "cyper-core", |
| "encoding_rs", |
| "futures-util", |
| "http 1.5.0", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "mime", |
| "rustls-platform-verifier", |
| "send_wrapper", |
| "serde", |
| "serde_urlencoded", |
| "synchrony", |
| "thiserror 2.0.20", |
| "tower-service", |
| "url", |
| ] |
| |
| [[package]] |
| name = "cyper-axum" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c89ec923d3dff3dbc20a27f7dbdaacb3d76a399ebf8ca5f065697133a02d3307" |
| dependencies = [ |
| "axum", |
| "axum-core", |
| "compio", |
| "compio-log", |
| "cyper-core", |
| "futures-util", |
| "hyper", |
| "hyper-util", |
| "send_wrapper", |
| "socket2", |
| "tokio", |
| "tower", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "cyper-core" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03c8847069e286c64987119637d5f08cdb71e12e85be0294fed649dc8007d32e" |
| dependencies = [ |
| "compio", |
| "futures-util", |
| "hyper", |
| "send_wrapper", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| dependencies = [ |
| "darling_core 0.20.11", |
| "darling_macro 0.20.11", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" |
| dependencies = [ |
| "darling_core 0.21.3", |
| "darling_macro 0.21.3", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| dependencies = [ |
| "darling_core 0.23.0", |
| "darling_macro 0.23.0", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec" |
| dependencies = [ |
| "darling_core 0.24.1", |
| "darling_macro 0.24.1", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| dependencies = [ |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff" |
| dependencies = [ |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| dependencies = [ |
| "darling_core 0.20.11", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" |
| dependencies = [ |
| "darling_core 0.21.3", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| dependencies = [ |
| "darling_core 0.23.0", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785" |
| dependencies = [ |
| "darling_core 0.24.1", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "data-encoding" |
| version = "2.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4583a4551df46e2792f82ceeac45e850d2e2d5debba0b91f102385cda5b11f06" |
| |
| [[package]] |
| name = "data-url" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" |
| |
| [[package]] |
| name = "deadpool" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" |
| dependencies = [ |
| "deadpool-runtime", |
| "lazy_static", |
| "num_cpus", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "deadpool-runtime" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
| |
| [[package]] |
| name = "debugid" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" |
| dependencies = [ |
| "serde", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "defmt" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "defmt-macros", |
| ] |
| |
| [[package]] |
| name = "defmt-macros" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" |
| dependencies = [ |
| "defmt-parser", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "defmt-parser" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" |
| dependencies = [ |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "deltalake" |
| version = "0.32.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2695b91fd02afd5b4726a190fd58019674492d824e30598391390b0307644da8" |
| dependencies = [ |
| "buoyant_kernel", |
| "ctor 0.10.1", |
| "deltalake-aws", |
| "deltalake-azure", |
| "deltalake-core", |
| "deltalake-gcp", |
| ] |
| |
| [[package]] |
| name = "deltalake-aws" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3ef837d5d58bb0cd62dc9ee3bc201805751090f4bab2ca0ff09669661814fd4" |
| dependencies = [ |
| "async-trait", |
| "aws-config", |
| "aws-credential-types", |
| "aws-sdk-dynamodb", |
| "aws-sdk-sts", |
| "aws-smithy-runtime-api", |
| "backon", |
| "bytes", |
| "chrono", |
| "deltalake-core", |
| "futures", |
| "object_store", |
| "regex", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "typed-builder 0.23.2", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "deltalake-azure" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1b7099351f8d452374d75eda599cd7633a50f4a36ec318532ec6c5d1f9d908d" |
| dependencies = [ |
| "bytes", |
| "deltalake-core", |
| "object_store", |
| "thiserror 2.0.20", |
| "tokio", |
| "url", |
| ] |
| |
| [[package]] |
| name = "deltalake-core" |
| version = "0.32.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4588e95ff3b2ccdba56d9ec262bd3467c0593000f729402528706f62be8be1ca" |
| dependencies = [ |
| "arrow", |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "async-trait", |
| "buoyant_kernel", |
| "bytes", |
| "cfg-if", |
| "chrono", |
| "dashmap", |
| "deltalake-derive", |
| "dirs", |
| "either", |
| "futures", |
| "humantime", |
| "indexmap 2.14.1", |
| "itertools 0.14.0", |
| "num_cpus", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "percent-encoding", |
| "percent-encoding-rfc3986", |
| "pin-project-lite", |
| "rand 0.10.2", |
| "regex", |
| "serde", |
| "serde_json", |
| "sqlparser 0.61.0", |
| "strum 0.27.2", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "url", |
| "uuid", |
| "validator", |
| ] |
| |
| [[package]] |
| name = "deltalake-derive" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5a646e2b05608db1e5f91e75b6af841d92294ea0864789bb01f3f818e5f7b25" |
| dependencies = [ |
| "convert_case 0.9.0", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "deltalake-gcp" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "909d4c00c77ed1359e2d3b6a25641740f7a068a8c20e951e479e1212e67004ea" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "deltalake-core", |
| "futures", |
| "object_store", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "deno_core" |
| version = "0.351.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4301eb6d378f3ae81fbac4cde14c3f467379efd7d46043268d76905effe3611d" |
| dependencies = [ |
| "anyhow", |
| "az", |
| "bincode", |
| "bit-set 0.8.0", |
| "bit-vec 0.8.0", |
| "bytes", |
| "capacity_builder", |
| "cooked-waker", |
| "deno_core_icudata", |
| "deno_error", |
| "deno_ops", |
| "deno_path_util", |
| "deno_unsync", |
| "futures", |
| "indexmap 2.14.1", |
| "libc", |
| "parking_lot", |
| "percent-encoding", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "serde_v8", |
| "smallvec", |
| "sourcemap", |
| "static_assertions", |
| "thiserror 2.0.20", |
| "tokio", |
| "url", |
| "v8", |
| "wasm_dep_analyzer", |
| ] |
| |
| [[package]] |
| name = "deno_core_icudata" |
| version = "0.74.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe4dccb6147bb3f3ba0c7a48e993bfeb999d2c2e47a81badee80e2b370c8d695" |
| |
| [[package]] |
| name = "deno_error" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "612ec3fc481fea759141b0c57810889b0a4fb6fee8f10748677bfe492fd30486" |
| dependencies = [ |
| "deno_error_macro", |
| "libc", |
| "serde", |
| "serde_json", |
| "tokio", |
| "url", |
| ] |
| |
| [[package]] |
| name = "deno_error_macro" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8380a4224d5d2c3f84da4d764c4326cac62e9a1e3d4960442d29136fc07be863" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "deno_ops" |
| version = "0.227.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bab1eaf578a8cc0ae6fb933e91dc3388b41df22e5974d5891c17ba66b3a0bbb" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "proc-macro-rules", |
| "proc-macro2", |
| "quote", |
| "stringcase", |
| "strum 0.27.2", |
| "strum_macros 0.27.2", |
| "syn 2.0.119", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "deno_path_util" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "516f813389095889776b81cc9108ff6f336fd9409b4b12fc0138aea23d2708e1" |
| dependencies = [ |
| "deno_error", |
| "percent-encoding", |
| "sys_traits", |
| "thiserror 2.0.20", |
| "url", |
| ] |
| |
| [[package]] |
| name = "deno_unsync" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6742a724e8becb372a74c650a1aefb8924a5b8107f7d75b3848763ea24b27a87" |
| dependencies = [ |
| "futures-util", |
| "parking_lot", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "der" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| dependencies = [ |
| "const-oid 0.9.6", |
| "pem-rfc7468", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "der-parser" |
| version = "10.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" |
| dependencies = [ |
| "asn1-rs", |
| "displaydoc", |
| "nom 7.1.3", |
| "num-bigint", |
| "num-traits", |
| "rusticata-macros", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "derive-syn-parse" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "derive-where" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[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 0.20.11", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| dependencies = [ |
| "derive_more-impl", |
| ] |
| |
| [[package]] |
| name = "derive_more-impl" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| dependencies = [ |
| "convert_case 0.10.0", |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 2.0.119", |
| "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 0.10.4", |
| "const-oid 0.9.6", |
| "crypto-common 0.1.6", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| dependencies = [ |
| "block-buffer 0.12.1", |
| "const-oid 0.10.2", |
| "crypto-common 0.2.2", |
| "ctutils", |
| ] |
| |
| [[package]] |
| name = "dircpy" |
| version = "0.3.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebcbec2b9a580ddee352ac38523d2ecd4dcaad53532957034394556909e27f4b" |
| 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.61.2", |
| ] |
| |
| [[package]] |
| name = "dispatch2" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "block2", |
| "libc", |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aeda16ab4059c5fd2a83f2b9c9e9c981327b18aa8e3b313f7e6563799d4f093e" |
| |
| [[package]] |
| name = "dlopen2" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60768c353d76ba6dd1b6332a5dbbdd3bc2dddadc2935f4cc6a9d0f17ca8ecb6a" |
| dependencies = [ |
| "dlopen2_derive", |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "dlopen2_derive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1aacdd87ba97c2f83ff479e881e547f776b0a7c42921be22d4391f32b6284050" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[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 = "docker_credential" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29547a1dc60885a552306986316bc9701ba120c1a8db6769fa68691529ad373d" |
| dependencies = [ |
| "base64 0.22.1", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[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 = "dtoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| |
| [[package]] |
| name = "dtor" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edf234dd1594d6dd434a8fb8cada51ddbbc593e40e4a01556a0b31c62da2775b" |
| dependencies = [ |
| "dtor-proc-macro", |
| ] |
| |
| [[package]] |
| name = "dtor" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd3f6c362b2bbd7063090886afd78978f5dbf1f11da7efcc40f81d32c943fac1" |
| dependencies = [ |
| "linktime-proc-macro", |
| ] |
| |
| [[package]] |
| name = "dtor-proc-macro" |
| version = "0.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2647271c92754afcb174e758003cfd1cbf1e43e5a7853d7b1813e63e19e39a73" |
| |
| [[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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| |
| [[package]] |
| name = "ecdsa" |
| version = "0.16.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" |
| dependencies = [ |
| "der", |
| "digest 0.10.7", |
| "elliptic-curve", |
| "rfc6979", |
| "signature", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "ed25519" |
| version = "2.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
| dependencies = [ |
| "pkcs8", |
| "signature", |
| ] |
| |
| [[package]] |
| name = "ed25519-dalek" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" |
| dependencies = [ |
| "curve25519-dalek", |
| "ed25519", |
| "serde", |
| "sha2 0.10.9", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "elasticsearch" |
| version = "9.1.0-alpha.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12bb303aa6e1d28c0c86b6fbfe484fd0fd3f512629aeed1ac4f6b85f81d9834a" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "dyn-clone", |
| "flate2", |
| "lazy_static", |
| "parking_lot", |
| "percent-encoding", |
| "reqwest 0.12.28", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "tokio", |
| "url", |
| "void", |
| ] |
| |
| [[package]] |
| name = "elliptic-curve" |
| version = "0.13.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
| dependencies = [ |
| "base16ct", |
| "crypto-bigint", |
| "digest 0.10.7", |
| "ff", |
| "generic-array", |
| "group", |
| "hkdf 0.12.4", |
| "pem-rfc7468", |
| "pkcs8", |
| "rand_core 0.6.4", |
| "sec1", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[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 = "endi" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" |
| |
| [[package]] |
| name = "enumflags2" |
| version = "0.7.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" |
| dependencies = [ |
| "enumflags2_derive", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "enumflags2_derive" |
| version = "0.7.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "enumset" |
| version = "1.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccc5801fd11762e24d1e420d01d2ac518f2a2ca4329d4fbb6639f2412b6204e0" |
| dependencies = [ |
| "enumset_derive", |
| ] |
| |
| [[package]] |
| name = "enumset_derive" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bd536557b58c682b217b8fb199afdff47cd3eff260623f19e77074eb073d63a" |
| dependencies = [ |
| "darling 0.21.3", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "equator" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" |
| dependencies = [ |
| "equator-macro", |
| ] |
| |
| [[package]] |
| name = "equator-macro" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "erased-serde" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| "typeid", |
| ] |
| |
| [[package]] |
| name = "err_trail" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "704b044506df3479abb857a3e1514fea858db128ea6fd95cc26088d9cf748f2a" |
| dependencies = [ |
| "err_trail_macros", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "err_trail_macros" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d9ab0367afaae0ba1538512a0360b2b9fc737089a48612334200d815c7982f9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "error_set" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ce8f47d095467cd3c796a35d95a0363877f59a91cc2df0c47770cb87dbb6a3c" |
| dependencies = [ |
| "error_set_impl", |
| ] |
| |
| [[package]] |
| name = "error_set_impl" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7521f538d4b71021e32ee4e6c4ed2426fd04c49e0a0d34ea3c65dcb4ca5f7930" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "etcetera" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96" |
| dependencies = [ |
| "cfg-if", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "euclid" |
| version = "0.22.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "event-listener" |
| version = "5.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" |
| dependencies = [ |
| "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 = "expect-test" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "exr" |
| version = "1.74.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "711fe42c9964295e01ee3fba3f9fe0e1d24b98886950d68efe81b1c76e21adf3" |
| dependencies = [ |
| "bit_field", |
| "half", |
| "lebe", |
| "miniz_oxide 0.8.9", |
| "num-complex", |
| "pulp", |
| "rayon-core", |
| "smallvec", |
| "zune-inflate", |
| ] |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| |
| [[package]] |
| name = "fastbloom" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8" |
| dependencies = [ |
| "foldhash", |
| "libm", |
| "portable-atomic", |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "fastnum" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "020d1b59a944bc239d79903fbac2eda2365138b44890c27979562f6592059dcd" |
| dependencies = [ |
| "bnum", |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" |
| dependencies = [ |
| "getrandom 0.4.3", |
| ] |
| |
| [[package]] |
| name = "fax" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a" |
| |
| [[package]] |
| name = "fdeflate" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| dependencies = [ |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "ferroid" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee93edf3c501f0035bbeffeccfed0b79e14c311f12195ec0e661e114a0f60da4" |
| dependencies = [ |
| "portable-atomic", |
| "rand 0.10.2", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "ff" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" |
| dependencies = [ |
| "rand_core 0.6.4", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "fiat-crypto" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| |
| [[package]] |
| name = "figlet-rs" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aad4cf7e378685c1af30f41b4832c29700325524c648d47752cabd5b97e7b09b" |
| dependencies = [ |
| "zip 0.6.6", |
| ] |
| |
| [[package]] |
| name = "figment" |
| version = "0.10.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" |
| dependencies = [ |
| "atomic", |
| "pear", |
| "serde", |
| "toml 0.8.23", |
| "uncased", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "file-operation" |
| version = "0.8.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f33d2bf3c4a174097353ba4c9a2374c308dbe4102622caeb705fa2f21308a73f" |
| dependencies = [ |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "25.12.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide 0.9.1", |
| "zlib-rs", |
| ] |
| |
| [[package]] |
| name = "float-cmp" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
| |
| [[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.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be" |
| dependencies = [ |
| "fastrand", |
| "futures-core", |
| "futures-sink", |
| "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.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "fontconfig-parser" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" |
| dependencies = [ |
| "roxmltree", |
| ] |
| |
| [[package]] |
| name = "fontdb" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" |
| dependencies = [ |
| "fontconfig-parser", |
| "log", |
| "memmap2", |
| "slotmap", |
| "tinyvec", |
| "ttf-parser", |
| ] |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fragile" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8878864ba14bb86e818a412bfd6f18f9eabd4ec0f008a28e8f7eb61db532fcf9" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "fs-err" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b91aa448ca50d7e79433bdf3ee8d99215430d2ec02ade5aefab2a073a1822e8a" |
| dependencies = [ |
| "autocfg", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "fs2" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[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 = "fslock" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[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.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-intrusive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| dependencies = [ |
| "futures-core", |
| "lock_api", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" |
| |
| [[package]] |
| name = "futures-lite" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| dependencies = [ |
| "fastrand", |
| "futures-core", |
| "futures-io", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "futures-rustls" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" |
| dependencies = [ |
| "futures-io", |
| "rustls", |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" |
| |
| [[package]] |
| name = "futures-timer" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "generator" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "log", |
| "rustversion", |
| "windows-link 0.2.1", |
| "windows-result 0.4.1", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi 5.3.0", |
| "wasip2", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi 6.0.0", |
| "rand_core 0.10.1", |
| "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 0.6.2", |
| ] |
| |
| [[package]] |
| name = "ghash" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2eecf2d5dc9b66b732b97707a0210906b1d30523eb773193ab777c0c84b3e8d5" |
| dependencies = [ |
| "polyval 0.7.3", |
| ] |
| |
| [[package]] |
| name = "gherkin" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e2c0d8c632f8a251ce9a8198079b1022adc586ff4e3d33e18debd40eb463b31" |
| dependencies = [ |
| "heck 0.5.0", |
| "peg", |
| "quote", |
| "serde", |
| "serde_json", |
| "syn 2.0.119", |
| "textwrap", |
| "thiserror 2.0.20", |
| "typed-builder 0.23.2", |
| ] |
| |
| [[package]] |
| name = "gif" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" |
| dependencies = [ |
| "color_quant", |
| "weezl", |
| ] |
| |
| [[package]] |
| name = "gif" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" |
| dependencies = [ |
| "color_quant", |
| "weezl", |
| ] |
| |
| [[package]] |
| name = "git2" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "libc", |
| "libgit2-sys", |
| "log", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "log", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "globwalk" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "ignore", |
| "walkdir", |
| ] |
| |
| [[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" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc13cc21c3835347855fd83900414d94716adc1e332f09f7fba56f21be127214" |
| dependencies = [ |
| "gloo-console 0.4.0", |
| "gloo-dialogs 0.3.0", |
| "gloo-events 0.3.0", |
| "gloo-file 0.4.0", |
| "gloo-history 0.3.0", |
| "gloo-net 0.7.0", |
| "gloo-render 0.3.0", |
| "gloo-storage 0.4.0", |
| "gloo-timers 0.4.0", |
| "gloo-utils 0.3.0", |
| "gloo-worker 0.6.0", |
| ] |
| |
| [[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-console" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f1d5cec0b97edb53f21221f799c659cef3764ad5a00eca52950eb9b902028ba" |
| dependencies = [ |
| "gloo-utils 0.3.0", |
| "js-sys", |
| "serde", |
| "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-dialogs" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45618929b7022bb49903b958b5b7af1d4fb58fbd99712926d91641fe582f3d55" |
| 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-events" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c6a94fa8cd88bea0babf8a27fe9abbcdece831fd1c3c84dd5c231fab4685ec7" |
| dependencies = [ |
| "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-file" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "544a15ff6a3d5976bebc97380c8471ae14283bc71f4bb198d6c8cae64f411ab7" |
| dependencies = [ |
| "gloo-events 0.3.0", |
| "js-sys", |
| "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.17", |
| "gloo-events 0.2.0", |
| "gloo-utils 0.2.0", |
| "serde", |
| "serde-wasm-bindgen", |
| "serde_urlencoded", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-history" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f07f3d446931414cc92f4a1b6e631dfa233db2f96c887d5f72beeecd1b5db39c" |
| dependencies = [ |
| "getrandom 0.2.17", |
| "gloo-events 0.3.0", |
| "gloo-utils 0.3.0", |
| "serde", |
| "serde-wasm-bindgen", |
| "serde_urlencoded", |
| "thiserror 2.0.20", |
| "wasm-bindgen", |
| "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-net" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6420f887c48417e9e86c6cf61274eb231830cccc100e49613f7952e269a1fe1" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-sink", |
| "gloo-utils 0.3.0", |
| "http 1.5.0", |
| "js-sys", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "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-render" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f609333b9e38e43e74224410d6616e3ad773ed6fe14f53cd8a006d1bb25e108" |
| dependencies = [ |
| "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-storage" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e82ce7d41c6d821640a43726f6ff33c924795cc151b62e5a84d0c988c151c980" |
| dependencies = [ |
| "gloo-utils 0.3.0", |
| "js-sys", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[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-timers" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "482ce8a491a501da4cd806bd190275363d674f2845005c6ddbd5d3e1dd54495d" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gloo-utils" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" |
| dependencies = [ |
| "js-sys", |
| "serde", |
| "serde_json", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-utils" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4202275d95a142fa209a1e35e91c250a710c5600731372cd3464a39ed01573d6" |
| dependencies = [ |
| "js-sys", |
| "serde", |
| "serde_json", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-worker" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "085f262d7604911c8150162529cefab3782e91adb20202e8658f7275d2aefe5d" |
| dependencies = [ |
| "bincode", |
| "futures", |
| "gloo-utils 0.2.0", |
| "gloo-worker-macros 0.1.0", |
| "js-sys", |
| "pinned", |
| "serde", |
| "thiserror 1.0.69", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "gloo-worker" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "142478655c5d764e5168d3019510ea0c0885687a72ba74e90548bd74ae160a41" |
| dependencies = [ |
| "bincode", |
| "futures", |
| "gloo-utils 0.2.0", |
| "gloo-worker-macros 0.2.0", |
| "js-sys", |
| "pinned", |
| "serde", |
| "thiserror 2.0.20", |
| "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.119", |
| ] |
| |
| [[package]] |
| name = "gloo-worker-macros" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3bf5ede96b06406bd74351a026f708ae196b7dc262077aee56e6ad7223e7466" |
| dependencies = [ |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "governor" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8" |
| dependencies = [ |
| "cfg-if", |
| "dashmap", |
| "futures-sink", |
| "futures-timer", |
| "futures-util", |
| "getrandom 0.3.4", |
| "hashbrown 0.16.1", |
| "nonzero_ext", |
| "parking_lot", |
| "portable-atomic", |
| "quanta", |
| "rand 0.9.5", |
| "smallvec", |
| "spinning_top", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "group" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
| dependencies = [ |
| "ff", |
| "rand_core 0.6.4", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "gzip-header" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86848f4fd157d91041a62c78046fb7b248bcc2dce78376d436a1756e9a038577" |
| dependencies = [ |
| "crc32fast", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http 0.2.12", |
| "indexmap 2.14.1", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef8e5e5a340588f4452631496976cf8636d4a7ecf600239fdc27615d2530bc16" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http 1.5.0", |
| "indexmap 2.14.1", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "halfbrown" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c7ed2f2edad8a14c8186b847909a41fbb9c3eafa44f88bd891114ed5019da09" |
| dependencies = [ |
| "hashbrown 0.16.1", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "6.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75c54236f9045c8004a77942bebc52145b4844639db934a5c70fe08617fbe61a" |
| dependencies = [ |
| "derive_builder", |
| "log", |
| "num-order", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "harness_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "hash32" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "hash32" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e4e11d13d42fc8d55326b323c63978c75721fbbb695a6e6686765bcb8b33917" |
| |
| [[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.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| |
| [[package]] |
| name = "hashlink" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" |
| dependencies = [ |
| "hashbrown 0.16.1", |
| ] |
| |
| [[package]] |
| name = "heapless" |
| version = "0.7.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" |
| dependencies = [ |
| "atomic-polyfill", |
| "hash32 0.2.1", |
| "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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "hickory-net" |
| version = "0.26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183" |
| dependencies = [ |
| "async-trait", |
| "cfg-if", |
| "data-encoding", |
| "futures-channel", |
| "futures-io", |
| "futures-util", |
| "hickory-proto", |
| "idna", |
| "ipnet", |
| "jni", |
| "rand 0.10.2", |
| "thiserror 2.0.20", |
| "tinyvec", |
| "tokio", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "hickory-proto" |
| version = "0.26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643" |
| dependencies = [ |
| "data-encoding", |
| "idna", |
| "ipnet", |
| "jni", |
| "once_cell", |
| "prefix-trie", |
| "rand 0.10.2", |
| "ring", |
| "thiserror 2.0.20", |
| "tinyvec", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "hickory-resolver" |
| version = "0.26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "hickory-net", |
| "hickory-proto", |
| "ipconfig", |
| "ipnet", |
| "jni", |
| "moka", |
| "ndk-context", |
| "once_cell", |
| "parking_lot", |
| "rand 0.10.2", |
| "resolv-conf", |
| "smallvec", |
| "system-configuration", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "hkdf" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| dependencies = [ |
| "hmac 0.12.1", |
| ] |
| |
| [[package]] |
| name = "hkdf" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018" |
| dependencies = [ |
| "hmac 0.13.0", |
| ] |
| |
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "hmac" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" |
| dependencies = [ |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "hostname" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "windows-link 0.2.1", |
| ] |
| |
| [[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.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" |
| dependencies = [ |
| "bytes", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| dependencies = [ |
| "bytes", |
| "http 0.2.12", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" |
| dependencies = [ |
| "bytes", |
| "http 1.5.0", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "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 = "http-serde" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd" |
| dependencies = [ |
| "http 1.5.0", |
| "serde", |
| ] |
| |
| [[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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" |
| |
| [[package]] |
| name = "hwlocality" |
| version = "1.0.0-alpha.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c2e65a48d3b300843ac84a2fe8e166bb5a5b00f30054593bcee8157e4b465fd" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.13.1", |
| "derive_more", |
| "errno", |
| "hwlocality-sys", |
| "libc", |
| "strum 0.28.0", |
| "thiserror 2.0.20", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "hwlocality-sys" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "507b4c70a812b6ed5907db7d59726118f4e17708fbc09e32a872ac8e3b5bafaf" |
| dependencies = [ |
| "autotools", |
| "cmake", |
| "flate2", |
| "libc", |
| "pkg-config", |
| "sha3", |
| "tar", |
| "ureq", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "hybrid-array" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "hyper" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "h2 0.4.19", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-named-pipe" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fab3637d6b04a8037af8a266fdf6cf92ea957e8c53981a2bf6136572531025bf" |
| dependencies = [ |
| "hex", |
| "hyper", |
| "hyper-util", |
| "pin-project-lite", |
| "tokio", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| dependencies = [ |
| "http 1.5.0", |
| "hyper", |
| "hyper-util", |
| "log", |
| "rustls", |
| "rustls-native-certs", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "hyper", |
| "ipnet", |
| "libc", |
| "percent-encoding", |
| "pin-project-lite", |
| "socket2", |
| "system-configuration", |
| "tokio", |
| "tower-service", |
| "tracing", |
| "windows-registry", |
| ] |
| |
| [[package]] |
| name = "hyperlocal" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" |
| dependencies = [ |
| "hex", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "pin-project-lite", |
| "tokio", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core 0.62.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 = "iceberg" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e50fb53c7480f414911ab76b6e14c0042d54ad5c30f6ac2bf2f52a487a25716" |
| dependencies = [ |
| "aes-gcm 0.10.3", |
| "anyhow", |
| "apache-avro 0.21.0", |
| "array-init", |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| "as-any", |
| "async-trait", |
| "backon", |
| "base64 0.22.1", |
| "bimap", |
| "bytes", |
| "chrono", |
| "derive_builder", |
| "expect-test", |
| "fastnum", |
| "flate2", |
| "fnv", |
| "futures", |
| "itertools 0.13.0", |
| "moka", |
| "murmur3", |
| "once_cell", |
| "ordered-float 4.6.0", |
| "parquet", |
| "rand 0.9.5", |
| "reqwest 0.12.28", |
| "roaring", |
| "serde", |
| "serde_bytes", |
| "serde_derive", |
| "serde_json", |
| "serde_repr", |
| "serde_with", |
| "strum 0.27.2", |
| "tokio", |
| "tracing", |
| "typed-builder 0.20.1", |
| "typetag", |
| "url", |
| "uuid", |
| "zeroize", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "iceberg-catalog-rest" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1500a26a9b18f286a319e914ce7290dddb7e2eef810edf535afc4ce0c8a6f45" |
| dependencies = [ |
| "async-trait", |
| "chrono", |
| "http 1.5.0", |
| "iceberg", |
| "itertools 0.13.0", |
| "reqwest 0.12.28", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tokio", |
| "typed-builder 0.20.1", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iceberg-storage-opendal" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "983efbae430ed40c074af69a8b0aff99bee73e54686cf26ecde97f84127812a2" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "bytes", |
| "cfg-if", |
| "futures", |
| "iceberg", |
| "opendal", |
| "reqsign-aws-v4", |
| "reqsign-core", |
| "serde", |
| "typetag", |
| "url", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "utf8_iter", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f" |
| dependencies = [ |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "if_chain" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd62e6b5e86ea8eeeb8db1de02880a6abc01a397b2ebb64b5d74ac255318f5cb" |
| |
| [[package]] |
| name = "iggy" |
| version = "0.11.0-edge.6" |
| dependencies = [ |
| "async-broadcast", |
| "async-dropper", |
| "async-trait", |
| "bon", |
| "bytemuck", |
| "bytes", |
| "dashmap", |
| "flume", |
| "futures", |
| "futures-util", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "mockall", |
| "quinn", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "reqwest-retry", |
| "reqwest-tracing", |
| "rustls", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "tokio", |
| "tokio-rustls", |
| "tokio-tungstenite", |
| "tracing", |
| "trait-variant", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[package]] |
| name = "iggy-bench" |
| version = "0.6.0-edge.6" |
| dependencies = [ |
| "async-trait", |
| "bench-report", |
| "bytes", |
| "charming", |
| "chrono", |
| "clap", |
| "comfy-table", |
| "figlet-rs", |
| "futures-util", |
| "governor", |
| "hostname", |
| "human-repr", |
| "iggy", |
| "nonzero_lit", |
| "rand 0.10.2", |
| "rayon", |
| "serde", |
| "sysinfo 0.39.6", |
| "tokio", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy-bench-dashboard-server" |
| version = "0.8.0-edge.3" |
| dependencies = [ |
| "actix-cors", |
| "actix-files", |
| "actix-web", |
| "bench-dashboard-shared", |
| "bench-report", |
| "charming", |
| "chrono", |
| "clap", |
| "dashmap", |
| "file-operation", |
| "notify", |
| "octocrab", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| "walkdir", |
| "zip 8.6.0", |
| ] |
| |
| [[package]] |
| name = "iggy-cli" |
| version = "0.14.0-edge.6" |
| dependencies = [ |
| "anyhow", |
| "apple-native-keyring-store", |
| "async-trait", |
| "bytes", |
| "cfg_aliases", |
| "chrono", |
| "clap", |
| "clap_complete", |
| "comfy-table", |
| "dirs", |
| "figlet-rs", |
| "iggy", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "keyring-core", |
| "passterm", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| "windows-native-keyring-store", |
| "zbus-secret-service-keyring-store", |
| ] |
| |
| [[package]] |
| name = "iggy-connectors" |
| version = "0.5.0-edge.6" |
| dependencies = [ |
| "async-trait", |
| "axum", |
| "axum-server", |
| "bytes", |
| "clap", |
| "configs", |
| "configs_derive", |
| "dashmap", |
| "derive_more", |
| "dirs", |
| "dlopen2", |
| "dotenvy", |
| "figlet-rs", |
| "figment", |
| "flume", |
| "futures", |
| "iggy", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "mimalloc", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "postcard", |
| "prometheus-client", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "reqwest-retry", |
| "reqwest-tracing", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "serde_yaml_ng", |
| "strum 0.28.0", |
| "subtle", |
| "sysinfo 0.39.6", |
| "system_stats", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tower-http 0.7.1", |
| "tracing", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| "uuid", |
| "wiremock", |
| ] |
| |
| [[package]] |
| name = "iggy-gateway-kafka" |
| version = "0.1.0" |
| dependencies = [ |
| "bytes", |
| "kafka-protocol", |
| "libc", |
| "socket2", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "iggy-mcp" |
| version = "0.5.0-edge.5" |
| dependencies = [ |
| "axum", |
| "axum-server", |
| "configs", |
| "configs_derive", |
| "dirs", |
| "dotenvy", |
| "figlet-rs", |
| "figment", |
| "iggy", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "rmcp", |
| "sd-notify", |
| "serde", |
| "serde_json", |
| "socket2", |
| "strum 0.28.0", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-util", |
| "tower-http 0.7.1", |
| "tracing", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "iggy_binary_protocol" |
| version = "0.11.0-edge.6" |
| dependencies = [ |
| "aligned-vec", |
| "bytemuck", |
| "bytes", |
| "enumset", |
| "secrecy", |
| "thiserror 2.0.20", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "iggy_common" |
| version = "0.11.0-edge.6" |
| dependencies = [ |
| "aes-gcm 0.11.1", |
| "async-broadcast", |
| "async-trait", |
| "base64 0.23.1", |
| "blake3", |
| "bon", |
| "byte-unit", |
| "bytes", |
| "chrono", |
| "clap", |
| "comfy-table", |
| "derive_more", |
| "humantime", |
| "iggy_binary_protocol", |
| "papaya", |
| "ring", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "strum 0.28.0", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "tungstenite 0.30.0", |
| "twox-hash", |
| "ulid", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_clickhouse_sink" |
| version = "0.2.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "iggy_connector_sdk", |
| "rand 0.10.2", |
| "reqwest 0.13.4", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_delta_sink" |
| version = "0.2.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "chrono", |
| "dashmap", |
| "deltalake", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "tokio", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_doris_sink" |
| version = "0.2.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "blake3", |
| "bytes", |
| "humantime", |
| "iggy_connector_sdk", |
| "reqwest 0.13.4", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| "wiremock", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_elasticsearch_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "dashmap", |
| "elasticsearch", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_elasticsearch_source" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "elasticsearch", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_http_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "bytes", |
| "humantime", |
| "iggy_connector_sdk", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "reqwest-retry", |
| "reqwest-tracing", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "strum_macros 0.28.0", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_iceberg_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "arrow-array", |
| "arrow-json", |
| "async-trait", |
| "dashmap", |
| "iceberg", |
| "iceberg-catalog-rest", |
| "iceberg-storage-opendal", |
| "iggy_connector_sdk", |
| "parquet", |
| "serde", |
| "simd-json", |
| "strum 0.28.0", |
| "tokio", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_influxdb_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "axum", |
| "base64 0.23.1", |
| "bytes", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_influxdb_source" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "ahash 0.8.12", |
| "async-trait", |
| "axum", |
| "base64 0.23.1", |
| "chrono", |
| "csv", |
| "dashmap", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "regex", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_meilisearch_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "meilisearch-sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_mongodb_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "mongodb", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_postgres_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "futures", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "sqlx", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_postgres_source" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "chrono", |
| "dashmap", |
| "futures", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "sqlx", |
| "tokio", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_quickwit_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "iggy_connector_sdk", |
| "reqwest 0.13.4", |
| "serde", |
| "serde_yaml_ng", |
| "simd-json", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_random_source" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "humantime", |
| "iggy_connector_sdk", |
| "rand 0.10.2", |
| "rmp-serde", |
| "serde", |
| "simd-json", |
| "tokio", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_redshift_sink" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "chrono", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "parquet", |
| "rust-s3", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "sqlx", |
| "tokio", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_s3_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "byte-unit", |
| "chrono", |
| "dashmap", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "rust-s3", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_sdk" |
| version = "0.4.0-edge.3" |
| dependencies = [ |
| "anyhow", |
| "apache-avro 0.22.0", |
| "async-trait", |
| "base64 0.23.1", |
| "dashmap", |
| "flatbuffers", |
| "http 1.5.0", |
| "humantime", |
| "iggy", |
| "iggy_common", |
| "postcard", |
| "prost", |
| "prost-types", |
| "protox", |
| "protox-parse", |
| "rand 0.10.2", |
| "regex", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "rmp-serde", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "strum 0.28.0", |
| "strum_macros 0.28.0", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_stdout_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "iggy_connector_sdk", |
| "serde", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_surrealdb_sink" |
| version = "0.5.0-edge.4" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "bytes", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "reqwest 0.13.4", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_examples" |
| version = "0.0.6" |
| dependencies = [ |
| "anyhow", |
| "bytes", |
| "chrono", |
| "clap", |
| "futures-util", |
| "iggy", |
| "iggy_common", |
| "lz4_flex 0.14.0", |
| "rand 0.10.2", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b69833ed729dc5aa7d19541d96d6cf8e9137194207a04916d658e43168402f" |
| dependencies = [ |
| "crossbeam-deque", |
| "globset", |
| "log", |
| "memchr", |
| "regex-automata", |
| "same-file", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "image" |
| version = "0.25.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| dependencies = [ |
| "bytemuck", |
| "byteorder-lite", |
| "color_quant", |
| "exr", |
| "gif 0.14.2", |
| "image-webp", |
| "moxcms", |
| "num-traits", |
| "png 0.18.1", |
| "qoi", |
| "ravif", |
| "rayon", |
| "rgb", |
| "tiff", |
| "zune-core 0.5.3", |
| "zune-jpeg 0.5.15", |
| ] |
| |
| [[package]] |
| name = "image-webp" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
| dependencies = [ |
| "byteorder-lite", |
| "quick-error", |
| ] |
| |
| [[package]] |
| name = "imagesize" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" |
| |
| [[package]] |
| name = "imgref" |
| version = "1.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e44b0a4eaa4c82f441d50a963f2d5f05a787240aeee097597033e72accfd22f" |
| |
| [[package]] |
| name = "impl-more" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "277ff51754a3f68f12f58446c5d006aa8baa4914ea273cce24a599cfaff33d4f" |
| |
| [[package]] |
| name = "implicit-clone" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1689b939ee35e3a075b0834b5672efd43aec8a6e81a1c6002b76a5ca2f211ae0" |
| dependencies = [ |
| "implicit-clone-derive", |
| "indexmap 2.14.1", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[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.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.17.1", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cc00ea907cab49550b7da656f80ebb97be1b997d931fbcd28d39734e17ce592" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d" |
| 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 = "inout" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" |
| dependencies = [ |
| "block-padding", |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "integer-encoding" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
| |
| [[package]] |
| name = "integration" |
| version = "0.0.1" |
| dependencies = [ |
| "arrow", |
| "assert_cmd", |
| "async-trait", |
| "base64 0.23.1", |
| "bon", |
| "bytemuck", |
| "bytes", |
| "cfg_aliases", |
| "compio", |
| "configs", |
| "configs_derive", |
| "consensus", |
| "ctor 1.0.13", |
| "deltalake", |
| "dtor 1.0.6", |
| "figment", |
| "futures", |
| "harness_derive", |
| "hex", |
| "humantime", |
| "iggy", |
| "iggy-cli", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "iggy_connector_doris_sink", |
| "iggy_connector_sdk", |
| "journal", |
| "jsonwebtoken 11.0.0", |
| "keyring-core", |
| "lazy_static", |
| "libc", |
| "mongodb", |
| "parquet", |
| "pgwire", |
| "predicates", |
| "rand 0.10.2", |
| "rcgen", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "reqwest-retry", |
| "rmcp", |
| "rust-s3", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serial_test", |
| "sqlparser 0.62.0", |
| "sqlx", |
| "sysinfo 0.39.6", |
| "tempfile", |
| "test-case", |
| "testcontainers", |
| "testcontainers-modules", |
| "tokio", |
| "tokio-postgres", |
| "toml 1.1.4+spec-1.1.0", |
| "tracing", |
| "tracing-subscriber", |
| "twox-hash", |
| "url", |
| "uuid", |
| "wiremock", |
| "zbus-secret-service-keyring-store", |
| "zip 8.6.0", |
| ] |
| |
| [[package]] |
| name = "interpolate_name" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "inventory" |
| version = "0.3.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "io-uring" |
| version = "0.7.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d64d8ca234d152948ceaede1f419b6a83983a5ecccaac05fb337a809c96d3aa6" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ipconfig" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222" |
| dependencies = [ |
| "socket2", |
| "widestring", |
| "windows-registry", |
| "windows-result 0.4.1", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| |
| [[package]] |
| name = "iso8601" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74a0559b45528cf0732d911524974977a5749f477d7dd99652830ffdaf53c4d1" |
| dependencies = [ |
| "nom 8.0.0", |
| ] |
| |
| [[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.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| |
| [[package]] |
| name = "jiff" |
| version = "0.2.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc" |
| dependencies = [ |
| "defmt", |
| "jiff-core", |
| "jiff-static", |
| "jiff-tzdb-platform", |
| "js-sys", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde_core", |
| "wasm-bindgen", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "jiff-core" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09" |
| dependencies = [ |
| "defmt", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204" |
| dependencies = [ |
| "jiff-core", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "jiff-tzdb" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e" |
| |
| [[package]] |
| name = "jiff-tzdb-platform" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" |
| dependencies = [ |
| "jiff-tzdb", |
| ] |
| |
| [[package]] |
| name = "jni" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| dependencies = [ |
| "cfg-if", |
| "combine", |
| "jni-macros", |
| "jni-sys", |
| "log", |
| "simd_cesu8", |
| "thiserror 2.0.20", |
| "walkdir", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "jni-macros" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "simd_cesu8", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| dependencies = [ |
| "jni-sys-macros", |
| ] |
| |
| [[package]] |
| name = "jni-sys-macros" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| dependencies = [ |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "journal" |
| version = "0.1.0" |
| dependencies = [ |
| "bytemuck", |
| "compio", |
| "futures", |
| "iggy_binary_protocol", |
| "server_common", |
| "tempfile", |
| "tracing", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "jsonwebtoken" |
| version = "10.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc" |
| dependencies = [ |
| "base64 0.22.1", |
| "ed25519-dalek", |
| "getrandom 0.2.17", |
| "hmac 0.12.1", |
| "js-sys", |
| "p256", |
| "p384", |
| "pem 3.0.6", |
| "rand 0.8.8", |
| "rsa", |
| "serde", |
| "serde_json", |
| "sha2 0.10.9", |
| "signature", |
| "simple_asn1", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "jsonwebtoken" |
| version = "11.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "881733cbc631fc9e472e24447ce32a64bedf2da498d6d8570b08edc87de71f65" |
| dependencies = [ |
| "base64 0.22.1", |
| "ed25519-dalek", |
| "getrandom 0.2.17", |
| "hmac 0.12.1", |
| "js-sys", |
| "p256", |
| "p384", |
| "pem 3.0.6", |
| "rand 0.8.8", |
| "rsa", |
| "serde", |
| "serde_json", |
| "sha2 0.10.9", |
| "signature", |
| "simple_asn1", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "jwalk" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56" |
| dependencies = [ |
| "crossbeam", |
| "rayon", |
| ] |
| |
| [[package]] |
| name = "kafka-message-gen" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "bytes", |
| "clap", |
| "hex", |
| "iggy-gateway-kafka", |
| "indexmap 2.14.1", |
| "kafka-protocol", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "kafka-protocol" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "099d5c2f1b40cd830cbf18ca4d2a0805f2875b811ca18f0372b2433e68fe2dda" |
| dependencies = [ |
| "anyhow", |
| "bytes", |
| "crc", |
| "crc32c", |
| "indexmap 2.14.1", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "keccak" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| ] |
| |
| [[package]] |
| name = "keyring-core" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb1e621458ca9c51aa110bd0339d4751a056b9576bf1253aee1aa560dda0fc9d" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d763e5b24120b4ddf50de6c92308156765aabfbbccebf401da7cff2d70a41ea" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kurbo" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" |
| dependencies = [ |
| "arrayvec", |
| "euclid", |
| "smallvec", |
| ] |
| |
| [[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.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4994ba703f78b083e2f7946dac9251abd83fd43a0365f030e99b69be5b4b9ef9" |
| dependencies = [ |
| "lazy-regex-proc_macros", |
| "once_cell", |
| "regex-lite", |
| ] |
| |
| [[package]] |
| name = "lazy-regex-proc_macros" |
| version = "3.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd97232314824e6dbef1918a871bb93f51070455e3715bf26e19a6d01aa977a0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| dependencies = [ |
| "spin", |
| ] |
| |
| [[package]] |
| name = "lebe" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" |
| |
| [[package]] |
| name = "left-right" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bc015ded5d9b3054dbbdb63332cdd6ee42352ccef19e911e25117490e2f48ee" |
| dependencies = [ |
| "crossbeam-utils", |
| "loom", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "lexical-core" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-float" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-integer" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" |
| dependencies = [ |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "lexical-util" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" |
| |
| [[package]] |
| name = "lexical-write-float" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-write-integer" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" |
| dependencies = [ |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "libbz2-rs-sys" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34b357333733e8260735ba5894eb928c02ecc69c78715f01a8019e7fa7f2db4c" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.189" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| |
| [[package]] |
| name = "libfuzzer-sys" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2" |
| dependencies = [ |
| "arbitrary", |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libgit2-sys" |
| version = "0.18.8+1.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f7c568b25d7489bc3fb2988ed69ab111d2944d2f5fec3d5c987fe545ea97b50" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| dependencies = [ |
| "cfg-if", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "liblzma" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fe0a34ca854fd4f20c07f696fc8675aec78f87d88d29f5e10257a7490a1b2e1" |
| dependencies = [ |
| "liblzma-sys", |
| ] |
| |
| [[package]] |
| name = "liblzma-sys" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0dad045e4b1b7b170be4b60b54b780cafb4490165461bac7d1cf7b703f61d5f" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.49" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d8f1ea3f21fd3405dcaf6c9b5c1630af9afc422d9073ea39c5f6d6c772e08ed" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libsqlite3-sys" |
| version = "0.37.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1" |
| dependencies = [ |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "libz-sys" |
| version = "1.1.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "link-section" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b685d66585d646efe09fec763d796c291049c8b6bf84e04954bffc8748341f0d" |
| |
| [[package]] |
| name = "link-section" |
| version = "0.19.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39c29a617ce3df32c08497bdc1ab6e2376e0b17948ac166a2fbe5977c5954cd9" |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| |
| [[package]] |
| name = "linktime-proc-macro" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e57c38c1e860fd37c604281cdfb1dd2216977fd76a50f85ba2f388ef3219616" |
| |
| [[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.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae" |
| |
| [[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-event" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23ab4b951e96ffb2da6e25cec3d038d0e2930f4c406d1ec194b5120ae41ec6d3" |
| |
| [[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.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" |
| |
| [[package]] |
| name = "logos" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154" |
| dependencies = [ |
| "logos-derive 0.15.1", |
| ] |
| |
| [[package]] |
| name = "logos" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb2c55a318a87600ea870ff8c2012148b44bf18b74fad48d0f835c38c7d07c5f" |
| dependencies = [ |
| "logos-derive 0.16.1", |
| ] |
| |
| [[package]] |
| name = "logos-codegen" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c" |
| dependencies = [ |
| "beef", |
| "fnv", |
| "lazy_static", |
| "proc-macro2", |
| "quote", |
| "regex-syntax", |
| "rustc_version", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "logos-codegen" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58b3ffaa284e1350d017a57d04ada118c4583cf260c8fb01e0fe28a2e9cf8970" |
| dependencies = [ |
| "fnv", |
| "proc-macro2", |
| "quote", |
| "regex-automata", |
| "regex-syntax", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "logos-derive" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470" |
| dependencies = [ |
| "logos-codegen 0.15.1", |
| ] |
| |
| [[package]] |
| name = "logos-derive" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52d3a9855747c17eaf4383823f135220716ab49bea5fbea7dd42cc9a92f8aa31" |
| dependencies = [ |
| "logos-codegen 0.16.1", |
| ] |
| |
| [[package]] |
| name = "loom" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" |
| dependencies = [ |
| "cfg-if", |
| "generator", |
| "pin-utils", |
| "scoped-tls", |
| "serde", |
| "serde_json", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "loop9" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" |
| dependencies = [ |
| "imgref", |
| ] |
| |
| [[package]] |
| name = "lru-slab" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| |
| [[package]] |
| name = "lz4_flex" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "lz4_flex" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "macro_magic" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d" |
| dependencies = [ |
| "macro_magic_core", |
| "macro_magic_macros", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "macro_magic_core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150" |
| dependencies = [ |
| "const-random", |
| "derive-syn-parse", |
| "macro_magic_core_macros", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "macro_magic_core_macros" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "macro_magic_macros" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" |
| dependencies = [ |
| "macro_magic_core", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "matchers" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| dependencies = [ |
| "regex-automata", |
| ] |
| |
| [[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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "maybe-rayon" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" |
| dependencies = [ |
| "cfg-if", |
| "rayon", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| dependencies = [ |
| "cfg-if", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98" |
| dependencies = [ |
| "cfg-if", |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "md5" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ebb8d8732c6a6df3d8f032a82911cfc747e00efb95cc46e8d0acd5b5b88570c" |
| |
| [[package]] |
| name = "mea" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c709842c4ce65cb91e2666ad5319dfc1efc3af0d34f02075eddca9000d9f8afb" |
| dependencies = [ |
| "hashbrown 0.17.1", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "meilisearch-index-setting-macro" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93b5b21df781c820a9cc387b808d4128cbc164dd28d67ac6ed666a00996f8f15" |
| dependencies = [ |
| "convert_case 0.8.0", |
| "proc-macro2", |
| "quote", |
| "structmeta", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "meilisearch-sdk" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19e6e3646ba2a9a306296c1edf4a050508a408c1b59ca456d9ad4965ec6e91e9" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "either", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-util", |
| "iso8601", |
| "jsonwebtoken 10.4.0", |
| "log", |
| "meilisearch-index-setting-macro", |
| "pin-project-lite", |
| "reqwest 0.12.28", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| "time", |
| "tokio", |
| "uuid", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "yaup", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "message_bus" |
| version = "0.1.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "async-channel", |
| "blake3", |
| "bytemuck", |
| "bytes", |
| "compio", |
| "compio-quic", |
| "compio-ws", |
| "configs", |
| "futures", |
| "futures-rustls", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "libc", |
| "rand 0.10.2", |
| "rcgen", |
| "ring", |
| "rustls", |
| "rustls-pemfile", |
| "scopeguard", |
| "server_common", |
| "socket2", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tracing", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "metadata" |
| version = "0.1.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "bytemuck", |
| "bytes", |
| "compio", |
| "consensus", |
| "futures", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "left-right", |
| "message_bus", |
| "paste", |
| "rmp", |
| "rmp-serde", |
| "serde", |
| "server_common", |
| "tempfile", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "miette" |
| version = "7.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" |
| dependencies = [ |
| "cfg-if", |
| "miette-derive", |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "miette-derive" |
| version = "7.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862" |
| 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", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c" |
| dependencies = [ |
| "adler2", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "mockall" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a6ceddfe3ce334925e96bf420fdb2dcee5bed6c632a168ece622676dadeaf8a" |
| dependencies = [ |
| "cfg-if", |
| "downcast", |
| "fragile", |
| "mockall_derive", |
| "predicates", |
| "predicates-tree", |
| ] |
| |
| [[package]] |
| name = "mockall_derive" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cfe16fbe8a314aeec0b861ac24e60b1e123e97634bab045475b9d6a18416fd8" |
| dependencies = [ |
| "cfg-if", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "mod_use" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21909324aa58f5c284d91cac514c6d081210901dc372d7c8ea6a9d7e0406097a" |
| |
| [[package]] |
| name = "moka" |
| version = "0.12.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4293f18e7567a1caf3c584855554377025c65e0aa445344d04171f5ad63d19b9" |
| dependencies = [ |
| "async-lock", |
| "crossbeam-channel", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| "equivalent", |
| "event-listener", |
| "futures-util", |
| "parking_lot", |
| "portable-atomic", |
| "smallvec", |
| "tagptr", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "mongocrypt" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8426a875ded61430d4a811dbfda7633b6b8af0225c547fc6c28b8b0aa7d79a13" |
| dependencies = [ |
| "bson", |
| "mongocrypt-sys", |
| "once_cell", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "mongocrypt-sys" |
| version = "0.1.6+1.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "851fac73f7fe22f6a3ab87f720ce509cae7c9fd08e7dd27866cc232dee07ccf4" |
| |
| [[package]] |
| name = "mongodb" |
| version = "3.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d220eb9ba80bad420e1f9efc4e895fede7418f8779a8e38a3b750e57ff397720" |
| dependencies = [ |
| "base64 0.22.1", |
| "bitflags 2.13.1", |
| "bson", |
| "derive-where", |
| "derive_more", |
| "futures-core", |
| "futures-io", |
| "futures-util", |
| "hex", |
| "hickory-net", |
| "hickory-proto", |
| "hickory-resolver", |
| "hmac 0.13.0", |
| "macro_magic", |
| "md-5 0.11.0", |
| "mongocrypt", |
| "mongodb-internal-macros", |
| "pbkdf2", |
| "percent-encoding", |
| "rand 0.9.5", |
| "rustc_version_runtime", |
| "rustls", |
| "serde", |
| "serde_bytes", |
| "serde_with", |
| "sha1 0.11.0", |
| "sha2 0.11.0", |
| "socket2", |
| "stringprep", |
| "strsim", |
| "take_mut", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "typed-builder 0.22.0", |
| "uuid", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[package]] |
| name = "mongodb-internal-macros" |
| version = "3.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e38ff3c46c59c2f4d9b26a86e6980dc23583e9d4b45aa579cef6584642093128" |
| dependencies = [ |
| "macro_magic", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "moxcms" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| dependencies = [ |
| "num-traits", |
| "pxfm", |
| ] |
| |
| [[package]] |
| name = "murmur3" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" |
| |
| [[package]] |
| name = "ndk-context" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| |
| [[package]] |
| name = "new_debug_unreachable" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| |
| [[package]] |
| name = "nix" |
| version = "0.31.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "no_std_io2" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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" |
| version = "8.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "nom_locate" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b577e2d69827c4740cba2b52efaad1c4cc7c73042860b199710b3575c68438d" |
| dependencies = [ |
| "bytecount", |
| "memchr", |
| "nom 8.0.0", |
| ] |
| |
| [[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 = "noop_proc_macro" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" |
| |
| [[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.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" |
| dependencies = [ |
| "bitflags 2.13.1", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "rand 0.8.8", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "num-bigint-dig" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| dependencies = [ |
| "lazy_static", |
| "libm", |
| "num-integer", |
| "num-iter", |
| "num-traits", |
| "rand 0.8.8", |
| "smallvec", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "bytemuck", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| |
| [[package]] |
| name = "num-derive" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-modular" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd8e500409e6cd603b03e477c26a6caecdc27ac58979a53e881c75eafc079f44" |
| |
| [[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", |
| "libm", |
| ] |
| |
| [[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" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| dependencies = [ |
| "objc2-encode", |
| ] |
| |
| [[package]] |
| name = "objc2-core-foundation" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "dispatch2", |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "objc2-encode" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| |
| [[package]] |
| name = "objc2-foundation" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "objc2-io-kit" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" |
| dependencies = [ |
| "libc", |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-open-directory" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb82bed227edf5201dfedf072bba4015a33d3d4a98519837295a90f0a23f676d" |
| dependencies = [ |
| "objc2", |
| "objc2-core-foundation", |
| "objc2-foundation", |
| ] |
| |
| [[package]] |
| name = "objc2-system-configuration" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396" |
| dependencies = [ |
| "objc2-core-foundation", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.39.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49" |
| dependencies = [ |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "chrono", |
| "form_urlencoded", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http 1.5.0", |
| "http-body-util", |
| "httparse", |
| "humantime", |
| "hyper", |
| "itertools 0.14.0", |
| "md-5 0.10.6", |
| "parking_lot", |
| "percent-encoding", |
| "quick-xml 0.39.4", |
| "rand 0.10.2", |
| "reqwest 0.12.28", |
| "ring", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| "wasm-bindgen-futures", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "octocrab" |
| version = "0.54.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "432fad6f447c52acda76a7a0660f022b21f4c42f373bbdc29f04332ba19a89bf" |
| dependencies = [ |
| "arc-swap", |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "cargo_metadata", |
| "cfg-if", |
| "chrono", |
| "futures", |
| "futures-util", |
| "getrandom 0.2.17", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "http-serde", |
| "hyper", |
| "hyper-rustls", |
| "hyper-timeout", |
| "hyper-util", |
| "jsonwebtoken 10.4.0", |
| "percent-encoding", |
| "pin-project", |
| "rustls", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serde_path_to_error", |
| "serde_urlencoded", |
| "snafu", |
| "tokio", |
| "tower", |
| "tower-http 0.6.11", |
| "tracing", |
| "url", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "oid-registry" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" |
| dependencies = [ |
| "asn1-rs", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| dependencies = [ |
| "critical-section", |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "once_cell_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| |
| [[package]] |
| name = "opendal" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96c9c85ce253ff87225e7669979d877a20c98a06604ec9d6dd5f4473e08f1ae1" |
| dependencies = [ |
| "ctor 1.0.13", |
| "opendal-core", |
| "opendal-layer-concurrent-limit", |
| "opendal-layer-logging", |
| "opendal-layer-retry", |
| "opendal-layer-timeout", |
| "opendal-service-fs", |
| "opendal-service-s3", |
| ] |
| |
| [[package]] |
| name = "opendal-core" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4f8607c90e2c963a91467f50fb49fbc7fb3d573f88cea219ca59ccd3740b309" |
| dependencies = [ |
| "anyhow", |
| "base64 0.22.1", |
| "bytes", |
| "futures", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "jiff", |
| "log", |
| "md-5 0.11.0", |
| "mea", |
| "percent-encoding", |
| "quick-xml 0.39.4", |
| "reqsign-core", |
| "reqwest 0.13.4", |
| "serde", |
| "serde_json", |
| "tokio", |
| "url", |
| "uuid", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-concurrent-limit" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d6f81ba6960e3fae1882f253b114b21d7e444e1534f209c7737a79f6243eb6f" |
| dependencies = [ |
| "futures", |
| "http 1.5.0", |
| "mea", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-logging" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58ada45c6d81d1aa4c9305d0c7d4bc317c59c85866a0908a2d75a7a978aa5ee2" |
| dependencies = [ |
| "log", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-retry" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b2a25a718afb81fad81cb9a0580a1cb989221fa2317f888c6a37f8dad408eb7" |
| dependencies = [ |
| "backon", |
| "log", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-timeout" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e91f731724c213af81e9d03517859c8fc47b4578e64ad61ae4f099f10fe36e3" |
| dependencies = [ |
| "opendal-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "opendal-service-fs" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e89a665fef0e6bd249cf5ea47fc174b7ba892159bee4b9382528b1ca873a2c" |
| dependencies = [ |
| "bytes", |
| "log", |
| "opendal-core", |
| "serde", |
| "tokio", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "opendal-service-s3" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "313d46c9f5ae70bca26b7c3e3fbb9b639292625f28af73aa016f47e788af9deb" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "crc32c", |
| "http 1.5.0", |
| "log", |
| "md-5 0.11.0", |
| "opendal-core", |
| "quick-xml 0.39.4", |
| "reqsign-aws-v4", |
| "reqsign-core", |
| "reqsign-file-read-tokio", |
| "serde", |
| "url", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| |
| [[package]] |
| name = "opentelemetry" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0142c63252a9e054e68a4c61a5778f7b14f576274d593f8ce883d191a099682" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "js-sys", |
| "pin-project-lite", |
| "thiserror 2.0.20", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-appender-tracing" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c0080f0dc1d7c786f467cd85a4e395fcab11ee852004f39a29a18ab7c25d837" |
| dependencies = [ |
| "log", |
| "opentelemetry", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-http" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5683015d09e2df236ef005b17f6f196f0d5f6313c4fa43a7b6a53b52776e4331" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "http 1.5.0", |
| "opentelemetry", |
| "reqwest 0.13.4", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-otlp" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35" |
| dependencies = [ |
| "http 1.5.0", |
| "opentelemetry", |
| "opentelemetry-http", |
| "opentelemetry-proto", |
| "opentelemetry_sdk", |
| "prost", |
| "reqwest 0.13.4", |
| "thiserror 2.0.20", |
| "tokio", |
| "tonic", |
| "tonic-types", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-proto" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56d658ba1faf63f7b9c492cfbe6e0ec365440a16132d3270c1065f7b33f1b638" |
| dependencies = [ |
| "opentelemetry", |
| "opentelemetry_sdk", |
| "prost", |
| "tonic", |
| "tonic-prost", |
| ] |
| |
| [[package]] |
| name = "opentelemetry-semantic-conventions" |
| version = "0.32.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c913ac17a6c451661ee255f4625d143e51647ae78ebd969b75e41c4442f4fe47" |
| |
| [[package]] |
| name = "opentelemetry_sdk" |
| version = "0.32.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b59f80e1ac4d5ff7a2db8fb6c80badb7f0f3f858211fba08dd9aaec750894f9" |
| dependencies = [ |
| "futures-channel", |
| "futures-executor", |
| "futures-util", |
| "opentelemetry", |
| "percent-encoding", |
| "portable-atomic", |
| "rand 0.9.5", |
| "thiserror 2.0.20", |
| "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-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[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 = "ordered-stream" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "ouroboros" |
| version = "0.18.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" |
| dependencies = [ |
| "aliasable", |
| "ouroboros_macro", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "ouroboros_macro" |
| version = "0.18.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "proc-macro2-diagnostics", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "outref" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| |
| [[package]] |
| name = "owo-colors" |
| version = "4.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c45bb4a6ae1280ec0803b1ef9d3455eb50f01efbbe1447ab020f1d54fba9d8" |
| |
| [[package]] |
| name = "p256" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
| dependencies = [ |
| "ecdsa", |
| "elliptic-curve", |
| "primeorder", |
| "sha2 0.10.9", |
| ] |
| |
| [[package]] |
| name = "p384" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" |
| dependencies = [ |
| "ecdsa", |
| "elliptic-curve", |
| "primeorder", |
| "sha2 0.10.9", |
| ] |
| |
| [[package]] |
| name = "papaya" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da2442474a9404698c42509b8967f437249dbc7b50493e83020333d3943ec0ae" |
| dependencies = [ |
| "equivalent", |
| "seize", |
| ] |
| |
| [[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.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "58.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d298093b2dec60289dce0684c986d0f7679e9dd15771c2c65406e1aaf604a704" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64 0.22.1", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.17.1", |
| "lz4_flex 0.13.1", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "object_store", |
| "paste", |
| "ring", |
| "seq-macro", |
| "simdutf8", |
| "snap", |
| "thrift", |
| "tokio", |
| "twox-hash", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "parse-display" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a" |
| dependencies = [ |
| "parse-display-derive", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "parse-display-derive" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "regex-syntax", |
| "structmeta", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "partitions" |
| version = "0.1.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "bytemuck", |
| "bytes", |
| "compio", |
| "consensus", |
| "futures", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "message_bus", |
| "nix", |
| "papaya", |
| "ringbuffer", |
| "server_common", |
| "smallvec", |
| "tempfile", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "passterm" |
| version = "2.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9510c76e37ee20be1edfce1819a3169a7c1c67fab98bd35a33684f8886f5cf4d" |
| dependencies = [ |
| "libc", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "password-hash" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aab41826031698d6ffcd9cff78ef56ef998e39dc7e5067cdfebe373842d4723b" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "phc", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "pastey" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" |
| |
| [[package]] |
| name = "pastey" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4" |
| |
| [[package]] |
| name = "pbkdf2" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629" |
| dependencies = [ |
| "digest 0.11.3", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" |
| dependencies = [ |
| "base64 0.22.1", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "pem" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d354a98a3d1251555de99e8fdd8afda05573c31b82f59063a7b0a29b5527f120" |
| dependencies = [ |
| "base64 0.23.1", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "pem-rfc7468" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| dependencies = [ |
| "base64ct", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "percent-encoding-rfc3986" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3637c05577168127568a64e9dc5a6887da720efef07b3d9472d45f63ab191166" |
| |
| [[package]] |
| name = "pest" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a07a60cc7a4d00c91f95c685609d1d2f79050e6804b70ebedd7650f0b839bcf" |
| dependencies = [ |
| "memchr", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3a83744a5c8455b8b3e0dc5031362780a347c878bdd11584d1a8984228cc88d" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0cd3451aa3de60d4b9a1e736885e4dea6b31617598026f12256ad566d63304a" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e04d3a0849e241d7dfce834c83b1c5edc8622009e8dd51a12ba1927c32f05496" |
| dependencies = [ |
| "pest", |
| ] |
| |
| [[package]] |
| name = "pg_interval" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c386dd54fce258fc04e668126ae68589a0d92e03a90ea67881d1300f70fd6170" |
| dependencies = [ |
| "bytes", |
| "chrono", |
| "postgres-types", |
| ] |
| |
| [[package]] |
| name = "pgwire" |
| version = "0.40.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8265901ede50d0879fe401c6fe282e7e4ff83ae10a48c1f8e4f89b92f7d5f604" |
| dependencies = [ |
| "async-trait", |
| "aws-lc-rs", |
| "base64 0.23.1", |
| "bytes", |
| "chrono", |
| "derive-new", |
| "futures", |
| "hex", |
| "lazy-regex", |
| "md5", |
| "pg_interval", |
| "postgres-types", |
| "rand 0.10.2", |
| "rust_decimal", |
| "rustls-pki-types", |
| "ryu", |
| "serde", |
| "serde_json", |
| "smol_str", |
| "stringprep", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "x509-certificate", |
| ] |
| |
| [[package]] |
| name = "phc" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44dc769b75f93afdddd8c7fa12d685292ddeff1e66f7f0f3a234cf1818afe892" |
| dependencies = [ |
| "base64ct", |
| "ctutils", |
| "getrandom 0.4.3", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" |
| dependencies = [ |
| "phf_shared 0.12.1", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| dependencies = [ |
| "phf_shared 0.13.1", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pico-args" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" |
| |
| [[package]] |
| name = "pin-project" |
| version = "1.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| |
| [[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 = "piper" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| dependencies = [ |
| "atomic-waker", |
| "fastrand", |
| "futures-io", |
| ] |
| |
| [[package]] |
| name = "pkcs1" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| dependencies = [ |
| "der", |
| "pkcs8", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkcs8" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| dependencies = [ |
| "der", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548" |
| |
| [[package]] |
| name = "png" |
| version = "0.17.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "crc32fast", |
| "fdeflate", |
| "flate2", |
| "miniz_oxide 0.8.9", |
| ] |
| |
| [[package]] |
| name = "png" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "crc32fast", |
| "fdeflate", |
| "flate2", |
| "miniz_oxide 0.8.9", |
| ] |
| |
| [[package]] |
| name = "pointers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dcdc93847ad24990939cce6e1804361e903efcb5f99daa5abd87943a9d6d7ba" |
| |
| [[package]] |
| name = "polling" |
| version = "3.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| dependencies = [ |
| "cfg-if", |
| "concurrent-queue", |
| "hermit-abi", |
| "pin-project-lite", |
| "rustix 1.1.4", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "polyval" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "opaque-debug", |
| "universal-hash 0.5.1", |
| ] |
| |
| [[package]] |
| name = "polyval" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0fa31d631f2b2cb2a544d0aa321ce847a94764d701ca2becc411138b93d49cd" |
| dependencies = [ |
| "cpubits", |
| "cpufeatures 0.3.1", |
| "universal-hash 0.6.1", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" |
| |
| [[package]] |
| name = "portable-atomic-util" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "postcard" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" |
| dependencies = [ |
| "cobs", |
| "embedded-io 0.4.0", |
| "embedded-io 0.6.1", |
| "heapless", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "postgres-protocol" |
| version = "0.6.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08808e3c483c46e999108051c78334f473d5adb59d78bb80a1268c7e6aa6c514" |
| dependencies = [ |
| "base64 0.22.1", |
| "byteorder", |
| "bytes", |
| "fallible-iterator", |
| "hmac 0.13.0", |
| "md-5 0.11.0", |
| "memchr", |
| "rand 0.10.2", |
| "sha2 0.11.0", |
| "stringprep", |
| ] |
| |
| [[package]] |
| name = "postgres-types" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "851ca9db4932932d69f3ea811b1abe63087a0f740a47692619dd40d4899b68be" |
| dependencies = [ |
| "array-init", |
| "bytes", |
| "chrono", |
| "fallible-iterator", |
| "postgres-protocol", |
| "serde_core", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661" |
| 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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe" |
| dependencies = [ |
| "anstyle", |
| "difflib", |
| "float-cmp 0.10.0", |
| "normalize-line-endings", |
| "predicates-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "predicates-core" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144" |
| |
| [[package]] |
| name = "predicates-tree" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2" |
| dependencies = [ |
| "predicates-core", |
| "termtree", |
| ] |
| |
| [[package]] |
| name = "prefix-trie" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7" |
| dependencies = [ |
| "either", |
| "ipnet", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bfe0f4c752e450fc2faf62654f1c134747922825d5b04ca717b8874f41a40c0" |
| dependencies = [ |
| "proc-macro2", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "primeorder" |
| version = "0.13.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" |
| dependencies = [ |
| "elliptic-curve", |
| ] |
| |
| [[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-macro-error-attr2" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" |
| dependencies = [ |
| "proc-macro-error-attr2", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "proc-macro-rules" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f" |
| dependencies = [ |
| "proc-macro-rules-macros", |
| "proc-macro2", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "proc-macro-rules-macros" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "207fffb0fe655d1d47f6af98cc2793405e85929bdbc420d685554ff07be27ac7" |
| dependencies = [ |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.107" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 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.119", |
| "version_check", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "profiling" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" |
| dependencies = [ |
| "profiling-procmacros", |
| ] |
| |
| [[package]] |
| name = "profiling-procmacros" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb" |
| dependencies = [ |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "prometheus-client" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1784dc11a05f5a8f57c4a62915686be140f24f70301290b997e317241fa9ffc2" |
| dependencies = [ |
| "dtoa", |
| "itoa", |
| "parking_lot", |
| "prometheus-client-derive-encode", |
| ] |
| |
| [[package]] |
| name = "prometheus-client-derive-encode" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01e34894696ff94f64a20c2c373a6440903e9c2789a303d68ec6e6f953f890e4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "prost-reflect" |
| version = "0.16.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01b80ea363c31af2de2b92e3c07ed1156628f7838c4afb4df75ee78a37fedbd1" |
| dependencies = [ |
| "logos 0.16.1", |
| "miette", |
| "prost", |
| "prost-types", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[package]] |
| name = "protox" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f25a07a73c6717f0b9bbbd685918f5df9815f7efba450b83d9c9dea41f0e3a1" |
| dependencies = [ |
| "bytes", |
| "miette", |
| "prost", |
| "prost-reflect", |
| "prost-types", |
| "protox-parse", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "protox-parse" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "072eee358134396a4643dff81cfff1c255c9fbd3fb296be14bdb6a26f9156366" |
| dependencies = [ |
| "logos 0.15.1", |
| "miette", |
| "prost-types", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4dcd034599e63b970727f70d79e02d62390a4a84f7c6b827c27c46d5ac3fa622" |
| dependencies = [ |
| "ar_archive_writer", |
| "cc", |
| ] |
| |
| [[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 = "pulp" |
| version = "0.22.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046aa45b989642ec2e4717c8e72d677b13edd831a4d3b6cf37d9a3e54912496a" |
| dependencies = [ |
| "bytemuck", |
| "cfg-if", |
| "libm", |
| "num-complex", |
| "paste", |
| "pulp-wasm-simd-flag", |
| "raw-cpuid", |
| "reborrow", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "pulp-wasm-simd-flag" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d8f70e07b9c3962945a74e59ca1c511bba65b6419468acc217c457d93f3c740" |
| |
| [[package]] |
| name = "pxfm" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea" |
| |
| [[package]] |
| name = "qoi" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "quad-rand" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40" |
| |
| [[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-error" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.38.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.39.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.41.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quinn" |
| version = "0.11.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" |
| dependencies = [ |
| "bytes", |
| "cfg_aliases", |
| "pin-project-lite", |
| "quinn-proto", |
| "quinn-udp", |
| "rustc-hash", |
| "rustls", |
| "socket2", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-proto" |
| version = "0.11.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83" |
| dependencies = [ |
| "aws-lc-rs", |
| "bytes", |
| "fastbloom", |
| "getrandom 0.4.3", |
| "lru-slab", |
| "rand 0.10.2", |
| "rand_pcg", |
| "ring", |
| "rustc-hash", |
| "rustls", |
| "rustls-pki-types", |
| "rustls-platform-verifier", |
| "slab", |
| "thiserror 2.0.20", |
| "tinyvec", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-udp" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" |
| dependencies = [ |
| "cfg_aliases", |
| "libc", |
| "once_cell", |
| "socket2", |
| "tracing", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 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 = "r-efi" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" |
| dependencies = [ |
| "rand_chacha 0.9.0", |
| "rand_core 0.9.5", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| dependencies = [ |
| "chacha20", |
| "getrandom 0.4.3", |
| "rand_core 0.10.1", |
| ] |
| |
| [[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.5", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.17", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| dependencies = [ |
| "getrandom 0.3.4", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| |
| [[package]] |
| name = "rand_pcg" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" |
| dependencies = [ |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "rand_xoshiro" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "662effc7698e08ea324d3acccf8d9d7f7bf79b9785e270a174ea36e56900c91d" |
| dependencies = [ |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "rav1e" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" |
| dependencies = [ |
| "aligned-vec", |
| "arbitrary", |
| "arg_enum_proc_macro", |
| "arrayvec", |
| "av-scenechange", |
| "av1-grain", |
| "bitstream-io", |
| "built", |
| "cfg-if", |
| "interpolate_name", |
| "itertools 0.14.0", |
| "libc", |
| "libfuzzer-sys", |
| "log", |
| "maybe-rayon", |
| "new_debug_unreachable", |
| "noop_proc_macro", |
| "num-derive", |
| "num-traits", |
| "paste", |
| "profiling", |
| "rand 0.9.5", |
| "rand_chacha 0.9.0", |
| "simd_helpers", |
| "thiserror 2.0.20", |
| "v_frame", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "ravif" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45" |
| dependencies = [ |
| "avif-serialize", |
| "imgref", |
| "loop9", |
| "quick-error", |
| "rav1e", |
| "rayon", |
| "rgb", |
| ] |
| |
| [[package]] |
| name = "raw-cpuid" |
| version = "11.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" |
| dependencies = [ |
| "bitflags 2.13.1", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "rcgen" |
| version = "0.14.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8774e05a7d0de114588e6a28fe7e71694b82614ed569d86d8b389dfbc98b8ad8" |
| dependencies = [ |
| "pem 4.0.0", |
| "ring", |
| "rustls-pki-types", |
| "time", |
| "x509-parser", |
| "yasna", |
| ] |
| |
| [[package]] |
| name = "reborrow" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" |
| |
| [[package]] |
| name = "recursive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e" |
| dependencies = [ |
| "recursive-proc-macro-impl", |
| "stacker", |
| ] |
| |
| [[package]] |
| name = "recursive-proc-macro-impl" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b" |
| dependencies = [ |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| dependencies = [ |
| "getrandom 0.2.17", |
| "libredox", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "ref-cast" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3" |
| dependencies = [ |
| "ref-cast-impl", |
| ] |
| |
| [[package]] |
| name = "ref-cast-impl" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| |
| [[package]] |
| name = "rend" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" |
| dependencies = [ |
| "bytecheck", |
| ] |
| |
| [[package]] |
| name = "reqsign-aws-core" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bac4749b7dfa7bfaccd01eb03e9dc795ed37e3f20d6f0f38e2c67ee85ad6bc86" |
| dependencies = [ |
| "bytes", |
| "form_urlencoded", |
| "hex", |
| "http 1.5.0", |
| "log", |
| "percent-encoding", |
| "quick-xml 0.41.0", |
| "reqsign-core", |
| "rust-ini", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sha1 0.11.0", |
| ] |
| |
| [[package]] |
| name = "reqsign-aws-v4" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff250f0fd0b913fbd565e405acc553da0f13bde30bfb5403178c9d0313cdc15f" |
| dependencies = [ |
| "bytes", |
| "http 1.5.0", |
| "log", |
| "quick-xml 0.41.0", |
| "reqsign-aws-core", |
| "reqsign-core", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "reqsign-core" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff052daffb0599681c50f85c59e7236438976efe991ab864edd9f3b235501a0f" |
| dependencies = [ |
| "anyhow", |
| "base64 0.23.1", |
| "bytes", |
| "futures", |
| "hex", |
| "hmac 0.13.0", |
| "http 1.5.0", |
| "jiff", |
| "log", |
| "mea", |
| "percent-encoding", |
| "sha1 0.11.0", |
| "sha2 0.11.0", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "reqsign-file-read-tokio" |
| version = "3.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3235df90a6bca681aa47dd86f2393d122a6d77042aa8a7c81e218cd45c5bfc0" |
| dependencies = [ |
| "anyhow", |
| "reqsign-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "h2 0.4.19", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "js-sys", |
| "log", |
| "percent-encoding", |
| "pin-project-lite", |
| "quinn", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower", |
| "tower-http 0.6.11", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams 0.4.2", |
| "web-sys", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "encoding_rs", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2 0.4.19", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "js-sys", |
| "log", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "quinn", |
| "rustls", |
| "rustls-pki-types", |
| "rustls-platform-verifier", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower", |
| "tower-http 0.6.11", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams 0.5.0", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "reqwest-middleware" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bc3f1384cffa4f274dad2d4ddd73aed32fed8f786d96c6be8aa4e5fd3c3b58" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "http 1.5.0", |
| "reqwest 0.13.4", |
| "serde", |
| "thiserror 2.0.20", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "reqwest-retry" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe2412db2af7d2268e7a5406be0431f37d9eb67ff390f35b395716f5f06c2eaa" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "futures", |
| "getrandom 0.2.17", |
| "http 1.5.0", |
| "hyper", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "retry-policies", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "wasmtimer", |
| ] |
| |
| [[package]] |
| name = "reqwest-tracing" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5e5af0cd6fc3d3c8f703d597af70b6e4e62432c63157b49419fa1ffaf481702" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "getrandom 0.2.17", |
| "http 1.5.0", |
| "matchit", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "resolv-conf" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" |
| |
| [[package]] |
| name = "resvg" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43" |
| dependencies = [ |
| "gif 0.13.3", |
| "image-webp", |
| "log", |
| "pico-args", |
| "rgb", |
| "svgtypes", |
| "tiny-skia", |
| "usvg", |
| "zune-jpeg 0.4.21", |
| ] |
| |
| [[package]] |
| name = "retry-policies" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc05fbf560421a0357a750cbe78c7ca19d4923918490daabba313d5dbc871e47" |
| dependencies = [ |
| "rand 0.10.2", |
| ] |
| |
| [[package]] |
| name = "rfc6979" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
| dependencies = [ |
| "hmac 0.12.1", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "rgb" |
| version = "0.8.53" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[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.17", |
| "libc", |
| "untrusted 0.9.0", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "ringbuffer" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57b0b88a509053cbfd535726dcaaceee631313cef981266119527a1d110f6d2b" |
| |
| [[package]] |
| name = "rkyv" |
| version = "0.7.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" |
| dependencies = [ |
| "bitvec", |
| "bytecheck", |
| "bytes", |
| "hashbrown 0.12.3", |
| "ptr_meta", |
| "rend", |
| "rkyv_derive", |
| "seahash", |
| "tinyvec", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "rkyv_derive" |
| version = "0.7.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "rmcp" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42b6914fac0be956fe704a38239c3f44a9f841d1b06a5713d2f638065593f5b5" |
| dependencies = [ |
| "async-trait", |
| "base64 0.23.1", |
| "bytes", |
| "chrono", |
| "futures", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "indexmap 2.14.1", |
| "pastey 0.2.3", |
| "pin-project-lite", |
| "rand 0.10.2", |
| "reqwest 0.13.4", |
| "rmcp-macros", |
| "schemars 1.2.2", |
| "serde", |
| "serde_json", |
| "sse-stream", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-stream", |
| "tokio-util", |
| "tower-service", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "rmcp-macros" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdf1c49bd4d52014b94db0877410db273c2008f01628b0252a2e9460ad9b7fda" |
| dependencies = [ |
| "darling 0.24.1", |
| "proc-macro2", |
| "quote", |
| "serde_json", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "rmp" |
| version = "0.8.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "rmp-serde" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" |
| dependencies = [ |
| "rmp", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "roaring" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18bd8a37d17a58532776dcdf6041ce64929adca78e8489d5cacbafe99229d3e1" |
| dependencies = [ |
| "bytemuck", |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "rolling-file" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" |
| dependencies = [ |
| "chrono", |
| ] |
| |
| [[package]] |
| name = "route-recognizer" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" |
| |
| [[package]] |
| name = "roxmltree" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" |
| |
| [[package]] |
| name = "rsa" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| dependencies = [ |
| "const-oid 0.9.6", |
| "digest 0.10.7", |
| "num-bigint-dig", |
| "num-integer", |
| "num-traits", |
| "pkcs1", |
| "pkcs8", |
| "rand_core 0.6.4", |
| "signature", |
| "spki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rust-embed" |
| version = "8.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9e7760e252aaba7b09f4be00e36476cf585bdb68a53552ac954cdf504ab4bc9" |
| dependencies = [ |
| "rust-embed-impl", |
| "rust-embed-utils", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rust-embed-impl" |
| version = "8.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3bcfc4d6f53af43755f7a723e4b6b8794fcce052a178dd8c6c1dadc5f5343097" |
| dependencies = [ |
| "mime_guess", |
| "proc-macro2", |
| "quote", |
| "rust-embed-utils", |
| "syn 2.0.119", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rust-embed-utils" |
| version = "8.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ffa149f6aa81b58a5b3011d01a857c4ed12c7a732d2c51947a4c7c692185f0" |
| dependencies = [ |
| "sha2 0.11.0", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rust-ini" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" |
| dependencies = [ |
| "cfg-if", |
| "ordered-multimap", |
| ] |
| |
| [[package]] |
| name = "rust-s3" |
| version = "0.37.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aeedb13abdaa7e48d391de05b0569b37fa0a7a64a668dff6ffb2141ad0c2527e" |
| dependencies = [ |
| "async-trait", |
| "aws-creds", |
| "aws-region", |
| "base64 0.22.1", |
| "bytes", |
| "cfg-if", |
| "futures-util", |
| "hex", |
| "hmac 0.12.1", |
| "http 1.5.0", |
| "log", |
| "maybe-async", |
| "md5", |
| "minidom", |
| "percent-encoding", |
| "quick-xml 0.38.4", |
| "reqwest 0.12.28", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "sha2 0.10.9", |
| "sysinfo 0.37.2", |
| "thiserror 2.0.20", |
| "time", |
| "tokio", |
| "tokio-stream", |
| "url", |
| ] |
| |
| [[package]] |
| name = "rust_decimal" |
| version = "1.42.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a" |
| dependencies = [ |
| "arrayvec", |
| "borsh", |
| "bytes", |
| "num-traits", |
| "postgres-types", |
| "rand 0.8.8", |
| "rkyv", |
| "serde", |
| "serde_json", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustc_version_runtime" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dd18cd2bae1820af0b6ad5e54f4a51d0f3fcc53b05f845675074efcc7af071d" |
| dependencies = [ |
| "rustc_version", |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rusticata-macros" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" |
| dependencies = [ |
| "nom 7.1.3", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.4.15", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.12.1", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" |
| dependencies = [ |
| "aws-lc-rs", |
| "log", |
| "once_cell", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" |
| 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.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" |
| dependencies = [ |
| "web-time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-platform-verifier" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| dependencies = [ |
| "core-foundation 0.10.1", |
| "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", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2" |
| dependencies = [ |
| "aws-lc-rs", |
| "ring", |
| "rustls-pki-types", |
| "untrusted 0.9.0", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| |
| [[package]] |
| name = "rustybuzz" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "bytemuck", |
| "core_maths", |
| "log", |
| "smallvec", |
| "ttf-parser", |
| "unicode-bidi-mirroring", |
| "unicode-ccc", |
| "unicode-properties", |
| "unicode-script", |
| ] |
| |
| [[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.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| |
| [[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 = "schannel" |
| version = "0.1.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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 = "schemars" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a" |
| dependencies = [ |
| "chrono", |
| "dyn-clone", |
| "ref-cast", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d98c67716b46af2f0b8cf752abc930f6f9aecfbf671ecfb531db8a31dbe4e2ba" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 3.0.4", |
| ] |
| |
| [[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 = "sd-notify" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e4ef7359e694bfaf1dd27a30f9d760b54c00dfae9f19bd0c05a39bc9128fe76" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "seahash" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| |
| [[package]] |
| name = "sealed" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22f968c5ea23d555e670b449c1c5e7b2fc399fdaec1d304a17cd48e288abc107" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "sec1" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
| dependencies = [ |
| "base16ct", |
| "der", |
| "generic-array", |
| "pkcs8", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "secrecy" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" |
| dependencies = [ |
| "serde", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "secret-service" |
| version = "5.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5107b24b91445dd2aa449a258a1807b63240942157292354dc5bfdbeb8bc6db8" |
| dependencies = [ |
| "aes 0.9.3", |
| "cbc", |
| "futures-util", |
| "getrandom 0.4.3", |
| "hkdf 0.13.0", |
| "hybrid-array", |
| "num", |
| "once_cell", |
| "serde", |
| "sha2 0.11.0", |
| "zbus", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "core-foundation 0.10.1", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "seize" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "send_wrapper" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "seq-macro" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-big-array" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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_bytes" |
| version = "0.11.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f852137cce035d6a4df67ccce505ff6b3e9fd3a10e3e52b24dc71e650bb1a9bd" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.151" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "itoa", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "serde_path_to_error" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| dependencies = [ |
| "itoa", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[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_spanned" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[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_v8" |
| version = "0.260.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4f284b4d521591b17ddee01aff830dd005a04476f7862aca9298c038d00fb7e" |
| dependencies = [ |
| "deno_error", |
| "num-bigint", |
| "serde", |
| "smallvec", |
| "thiserror 2.0.20", |
| "v8", |
| ] |
| |
| [[package]] |
| name = "serde_with" |
| version = "3.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a" |
| dependencies = [ |
| "base64 0.22.1", |
| "bs58", |
| "chrono", |
| "hex", |
| "indexmap 1.9.3", |
| "indexmap 2.14.1", |
| "jiff", |
| "schemars 0.9.0", |
| "schemars 1.2.2", |
| "serde_core", |
| "serde_json", |
| "serde_with_macros", |
| "time", |
| ] |
| |
| [[package]] |
| name = "serde_with_macros" |
| version = "3.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46" |
| dependencies = [ |
| "darling 0.23.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "serde_yaml_ng" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "serial_test" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6df5ed973ad8d834e09f824f9e9f449af6b9a3745f78dec7cc752770bd3bf11" |
| dependencies = [ |
| "futures-executor", |
| "futures-util", |
| "log", |
| "once_cell", |
| "parking_lot", |
| "serial_test_derive", |
| ] |
| |
| [[package]] |
| name = "serial_test_derive" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a22144e767da4ddd8416dbf383700542ffd8a5dc493dfecedfe1fe3ad03c98ae" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "server" |
| version = "0.9.0-edge.6" |
| dependencies = [ |
| "ahash 0.8.12", |
| "argon2", |
| "assert_cmd", |
| "async-channel", |
| "async_zip", |
| "axum", |
| "axum-server", |
| "blake3", |
| "bytemuck", |
| "bytes", |
| "chrono", |
| "clap", |
| "compio", |
| "configs", |
| "consensus", |
| "cpu_allocation", |
| "crossfire", |
| "ctrlc", |
| "cyper", |
| "cyper-axum", |
| "cyper-core", |
| "dashmap", |
| "dotenvy", |
| "err_trail", |
| "error_set", |
| "figlet-rs", |
| "fs2", |
| "futures", |
| "hash32 1.0.0", |
| "human-repr", |
| "hwlocality", |
| "hyper", |
| "hyper-util", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "jsonwebtoken 11.0.0", |
| "left-right", |
| "message_bus", |
| "metadata", |
| "mimalloc", |
| "mime_guess", |
| "nix", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "papaya", |
| "partitions", |
| "proc-macro2", |
| "prometheus-client", |
| "quote", |
| "rand 0.10.2", |
| "ringbuffer", |
| "rmp-serde", |
| "rolling-file", |
| "rust-embed", |
| "rustls", |
| "rustls-pemfile", |
| "sd-notify", |
| "secrecy", |
| "send_wrapper", |
| "serde", |
| "serde_json", |
| "server_common", |
| "shard", |
| "socket2", |
| "strum 0.28.0", |
| "syn 3.0.4", |
| "sysinfo 0.39.6", |
| "system_stats", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tokio", |
| "toml 1.1.4+spec-1.1.0", |
| "tower-http 0.7.1", |
| "tracing", |
| "tracing-appender", |
| "tracing-opentelemetry", |
| "ulid", |
| "uuid", |
| "vergen-git2", |
| ] |
| |
| [[package]] |
| name = "server_common" |
| version = "0.1.0" |
| dependencies = [ |
| "aligned-vec", |
| "argon2", |
| "bytemuck", |
| "bytes", |
| "compio", |
| "compio-buf", |
| "crossbeam", |
| "derive_more", |
| "err_trail", |
| "fs2", |
| "futures", |
| "human-repr", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "nix", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "rand 0.10.2", |
| "rcgen", |
| "rolling-file", |
| "rustls", |
| "send_wrapper", |
| "serde", |
| "serial_test", |
| "smallvec", |
| "tempfile", |
| "thiserror 2.0.20", |
| "tracing", |
| "tracing-appender", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "sha3" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc9bad02c26382724b2d2692c6f179285e4b54eeecd7968f52a50059c3c11759" |
| dependencies = [ |
| "digest 0.11.3", |
| "keccak", |
| "sponge-cursor", |
| ] |
| |
| [[package]] |
| name = "shard" |
| version = "0.1.0" |
| dependencies = [ |
| "compio", |
| "consensus", |
| "crossfire", |
| "futures", |
| "hash32 1.0.0", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "message_bus", |
| "metadata", |
| "papaya", |
| "partitions", |
| "prometheus-client", |
| "server_common", |
| "thiserror 2.0.20", |
| "tracing", |
| ] |
| |
| [[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 = "shlex" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| dependencies = [ |
| "errno", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "signature" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| dependencies = [ |
| "digest 0.10.7", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" |
| |
| [[package]] |
| name = "simd-json" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ebe141eb4a23ecc4d5de93fa5b139ac65dc07c38037a2fe9a8fb7c9d36bd832" |
| dependencies = [ |
| "halfbrown", |
| "ref-cast", |
| "serde", |
| "serde_json", |
| "simdutf8", |
| "value-trait", |
| ] |
| |
| [[package]] |
| name = "simd_cesu8" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520" |
| dependencies = [ |
| "rustc_version", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "simd_helpers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" |
| dependencies = [ |
| "quote", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" |
| dependencies = [ |
| "num-bigint", |
| "num-traits", |
| "thiserror 2.0.20", |
| "time", |
| ] |
| |
| [[package]] |
| name = "simplecss" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "simulator" |
| version = "0.1.0" |
| dependencies = [ |
| "bytemuck", |
| "bytes", |
| "clap", |
| "clock", |
| "configs", |
| "consensus", |
| "enumset", |
| "futures", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "indexmap 2.14.1", |
| "journal", |
| "message_bus", |
| "metadata", |
| "partitions", |
| "rand 0.10.2", |
| "rand_xoshiro", |
| "secrecy", |
| "server", |
| "server_common", |
| "shard", |
| "strum 0.28.0", |
| "tempfile", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| |
| [[package]] |
| name = "slotmap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "smawk" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100" |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" |
| dependencies = [ |
| "borsh", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "snafu" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2" |
| dependencies = [ |
| "snafu-derive", |
| ] |
| |
| [[package]] |
| name = "snafu-derive" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "sourcemap" |
| version = "9.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "314d62a489431668f719ada776ca1d49b924db951b7450f8974c9ae51ab05ad7" |
| dependencies = [ |
| "base64-simd", |
| "bitvec", |
| "data-encoding", |
| "debugid", |
| "if_chain", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| "unicode-id-start", |
| "url", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e" |
| 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 = "spki" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| dependencies = [ |
| "base64ct", |
| "der", |
| ] |
| |
| [[package]] |
| name = "sponge-cursor" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a0219bd7d979d58245a4f41f695e1ac9f8befdffadd7f61f1bae9e39abc6620" |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.61.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbf5ea8d4d7c808e1af1cbabebca9a2abe603bcefc22294c5b95018d53200cb7" |
| dependencies = [ |
| "log", |
| "recursive", |
| ] |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c6d1b651dc4edf07eead2a0c6c78016ce971bc2c10da5266861b13f25e7cec" |
| dependencies = [ |
| "log", |
| "recursive", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6dd45d8fc1c79299bfbb7190e42ccbbdf6a5f52e4a6ad98d92357ea965bd289" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "sqlx" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71" |
| dependencies = [ |
| "sqlx-core", |
| "sqlx-macros", |
| "sqlx-mysql", |
| "sqlx-postgres", |
| "sqlx-sqlite", |
| ] |
| |
| [[package]] |
| name = "sqlx-core" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "cfg-if", |
| "chrono", |
| "crc", |
| "crossbeam-queue", |
| "either", |
| "event-listener", |
| "futures-core", |
| "futures-intrusive", |
| "futures-io", |
| "futures-util", |
| "hashbrown 0.16.1", |
| "hashlink", |
| "indexmap 2.14.1", |
| "log", |
| "memchr", |
| "percent-encoding", |
| "rustls", |
| "serde", |
| "serde_json", |
| "sha2 0.10.9", |
| "smallvec", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "url", |
| "uuid", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[package]] |
| name = "sqlx-macros" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "sqlx-core", |
| "sqlx-macros-core", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "sqlx-macros-core" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3" |
| dependencies = [ |
| "cfg-if", |
| "dotenvy", |
| "either", |
| "heck 0.5.0", |
| "hex", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "serde_json", |
| "sha2 0.10.9", |
| "sqlx-core", |
| "sqlx-mysql", |
| "sqlx-postgres", |
| "sqlx-sqlite", |
| "syn 2.0.119", |
| "thiserror 2.0.20", |
| "tokio", |
| "url", |
| ] |
| |
| [[package]] |
| name = "sqlx-mysql" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "byteorder", |
| "bytes", |
| "chrono", |
| "crc", |
| "digest 0.11.3", |
| "dotenvy", |
| "either", |
| "futures-core", |
| "futures-util", |
| "generic-array", |
| "log", |
| "percent-encoding", |
| "serde", |
| "sha1 0.11.0", |
| "sha2 0.11.0", |
| "sqlx-core", |
| "thiserror 2.0.20", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "sqlx-postgres" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e" |
| dependencies = [ |
| "atoi", |
| "base64 0.22.1", |
| "bitflags 2.13.1", |
| "byteorder", |
| "chrono", |
| "crc", |
| "dotenvy", |
| "etcetera", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "hex", |
| "hkdf 0.13.0", |
| "hmac 0.13.0", |
| "itoa", |
| "log", |
| "md-5 0.11.0", |
| "memchr", |
| "rand 0.10.2", |
| "serde", |
| "serde_json", |
| "sha2 0.11.0", |
| "smallvec", |
| "sqlx-core", |
| "stringprep", |
| "thiserror 2.0.20", |
| "tracing", |
| "uuid", |
| "whoami", |
| ] |
| |
| [[package]] |
| name = "sqlx-sqlite" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c" |
| dependencies = [ |
| "atoi", |
| "chrono", |
| "flume", |
| "form_urlencoded", |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-intrusive", |
| "futures-util", |
| "libsqlite3-sys", |
| "log", |
| "percent-encoding", |
| "serde", |
| "sqlx-core", |
| "thiserror 2.0.20", |
| "tracing", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "sse-stream" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c123f296ade4ec4b8b0f6162116e6629f5146922ca5ab40ca9d3c2e73ab4761e" |
| dependencies = [ |
| "bytes", |
| "futures-util", |
| "http-body 1.1.0", |
| "http-body-util", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "stacker" |
| version = "0.1.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "707f49d46706bacf8a2b00d51dace3f9de527c13eec3778f570c411f89e69967" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "psm", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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.119", |
| "toml 0.8.23", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strict-num" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" |
| dependencies = [ |
| "float-cmp 0.9.0", |
| ] |
| |
| [[package]] |
| name = "stringcase" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72abeda133c49d7bddece6c154728f83eec8172380c80ab7096da9487e20d27c" |
| |
| [[package]] |
| name = "stringprep" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| "unicode-properties", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "structmeta" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "structmeta-derive", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "structmeta-derive" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "strum" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| dependencies = [ |
| "strum_macros 0.27.2", |
| ] |
| |
| [[package]] |
| name = "strum" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" |
| dependencies = [ |
| "strum_macros 0.28.0", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| |
| [[package]] |
| name = "svgtypes" |
| version = "0.15.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" |
| dependencies = [ |
| "kurbo", |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "symlink" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" |
| |
| [[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.119" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f" |
| 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 = "synchrony" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d6d5fbc4583cf3e5eee953506f13853a42ee6b4a21a983dffffb10c765cb80" |
| dependencies = [ |
| "event-listener", |
| "futures-util", |
| "local-event", |
| "loom", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "synthez" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d8a928f38f1bc873f28e0d2ba8298ad65374a6ac2241dabd297271531a736cd" |
| dependencies = [ |
| "syn 2.0.119", |
| "synthez-codegen", |
| "synthez-core", |
| ] |
| |
| [[package]] |
| name = "synthez-codegen" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fb83b8df4238e11746984dfb3819b155cd270de0e25847f45abad56b3671047" |
| dependencies = [ |
| "syn 2.0.119", |
| "synthez-core", |
| ] |
| |
| [[package]] |
| name = "synthez-core" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "906fba967105d822e7c7ed60477b5e76116724d33de68a585681fb253fc30d5c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "sealed", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "sys_traits" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88826d6169418c98e8bc52a43f79d50907dfa3e87ba5161930d42c6f980b35ee" |
| dependencies = [ |
| "sys_traits_macros", |
| ] |
| |
| [[package]] |
| name = "sys_traits_macros" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "181f22127402abcf8ee5c83ccd5b408933fec36a6095cf82cda545634692657e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.37.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" |
| dependencies = [ |
| "libc", |
| "memchr", |
| "ntapi", |
| "objc2-core-foundation", |
| "objc2-io-kit", |
| "windows 0.61.3", |
| ] |
| |
| [[package]] |
| name = "sysinfo" |
| version = "0.39.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2071df9448915b71c4fe6d25deaf1c22f12bd234f01540b77312bb8e41361e6" |
| dependencies = [ |
| "libc", |
| "memchr", |
| "ntapi", |
| "objc2-core-foundation", |
| "objc2-io-kit", |
| "objc2-open-directory", |
| "windows 0.62.2", |
| ] |
| |
| [[package]] |
| name = "system-configuration" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "core-foundation 0.9.4", |
| "system-configuration-sys", |
| ] |
| |
| [[package]] |
| name = "system-configuration-sys" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "system_stats" |
| version = "0.1.0" |
| dependencies = [ |
| "cpu_allocation", |
| "sysinfo 0.39.6", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "tagptr" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" |
| |
| [[package]] |
| name = "take_mut" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" |
| |
| [[package]] |
| name = "tap" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.4.3", |
| "once_cell", |
| "rustix 1.1.4", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" |
| dependencies = [ |
| "rustix 1.1.4", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[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.119", |
| "test-case-core", |
| ] |
| |
| [[package]] |
| name = "testcontainers" |
| version = "0.27.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfd5785b5483672915ed5fe3cddf9f546802779fc1eceff0a6fb7321fac81c1e" |
| dependencies = [ |
| "astral-tokio-tar", |
| "async-trait", |
| "bollard", |
| "bytes", |
| "docker_credential", |
| "either", |
| "etcetera", |
| "ferroid", |
| "futures", |
| "http 1.5.0", |
| "itertools 0.14.0", |
| "log", |
| "memchr", |
| "parse-display", |
| "pin-project-lite", |
| "reqwest 0.13.4", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokio-stream", |
| "tokio-util", |
| "url", |
| ] |
| |
| [[package]] |
| name = "testcontainers-modules" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5985fde5befe4ffa77a052e035e16c2da86e8bae301baa9f9904ad3c494d357" |
| dependencies = [ |
| "testcontainers", |
| ] |
| |
| [[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 0.2.2", |
| ] |
| |
| [[package]] |
| name = "thin-cell" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d3c47fea6e344ef1ac01be266c27945ec30ae8049c3292c897f0878de5c784" |
| dependencies = [ |
| "synchrony", |
| ] |
| |
| [[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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" |
| dependencies = [ |
| "thiserror-impl 2.0.20", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "thrift" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" |
| dependencies = [ |
| "byteorder", |
| "integer-encoding", |
| "ordered-float 2.10.1", |
| ] |
| |
| [[package]] |
| name = "tiff" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" |
| dependencies = [ |
| "fax", |
| "flate2", |
| "half", |
| "quick-error", |
| "weezl", |
| "zune-jpeg 0.5.15", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134" |
| dependencies = [ |
| "deranged", |
| "libc", |
| "num-conv", |
| "num_threads", |
| "powerfmt", |
| "serde_core", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85" |
| 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 = "tiny-skia" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "bytemuck", |
| "cfg-if", |
| "log", |
| "png 0.17.16", |
| "tiny-skia-path", |
| ] |
| |
| [[package]] |
| name = "tiny-skia-path" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" |
| dependencies = [ |
| "arrayref", |
| "bytemuck", |
| "strict-num", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" |
| 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.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" |
| dependencies = [ |
| "bytes", |
| "libc", |
| "mio", |
| "parking_lot", |
| "pin-project-lite", |
| "signal-hook-registry", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "tokio-postgres" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a528f7d280f6d5b9cd149635c8705b0dd049754bc67d81d31fa25169a93809d3" |
| dependencies = [ |
| "async-trait", |
| "byteorder", |
| "bytes", |
| "fallible-iterator", |
| "futures-channel", |
| "futures-util", |
| "log", |
| "parking_lot", |
| "percent-encoding", |
| "phf 0.13.1", |
| "pin-project-lite", |
| "postgres-protocol", |
| "postgres-types", |
| "rand 0.10.2", |
| "socket2", |
| "tokio", |
| "tokio-util", |
| "whoami", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-tungstenite" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17a073bfed563fa236697a068031408a93cd9522e08abf9933ead3e73411bd71" |
| dependencies = [ |
| "futures-util", |
| "log", |
| "rustls", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tungstenite 0.30.0", |
| "webpki-roots 0.26.11", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-io", |
| "futures-sink", |
| "futures-util", |
| "libc", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokise" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba44a1b36f42a95bd21b5e4acc1468547f75a73e7cf619312408d1f74c7fb687" |
| dependencies = [ |
| "futures", |
| "gloo 0.11.0", |
| "num_cpus", |
| "once_cell", |
| "pin-project", |
| "pinned", |
| "tokio", |
| "tokio-stream", |
| "wasm-bindgen-futures", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| dependencies = [ |
| "serde", |
| "serde_spanned 0.6.9", |
| "toml_datetime 0.6.11", |
| "toml_edit 0.22.27", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "1.1.4+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "serde_core", |
| "serde_spanned 1.1.1", |
| "toml_datetime 1.1.1+spec-1.1.0", |
| "toml_parser", |
| "toml_writer", |
| "winnow 1.0.4", |
| ] |
| |
| [[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_datetime" |
| version = "1.1.1+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.19.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "toml_datetime 0.6.11", |
| "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.14.1", |
| "serde", |
| "serde_spanned 0.6.9", |
| "toml_datetime 0.6.11", |
| "toml_write", |
| "winnow 0.7.15", |
| ] |
| |
| [[package]] |
| name = "toml_parser" |
| version = "1.1.3+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" |
| dependencies = [ |
| "winnow 1.0.4", |
| ] |
| |
| [[package]] |
| name = "toml_write" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| |
| [[package]] |
| name = "toml_writer" |
| version = "1.1.2+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" |
| |
| [[package]] |
| name = "tonic" |
| version = "0.14.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" |
| dependencies = [ |
| "async-trait", |
| "axum", |
| "base64 0.22.1", |
| "bytes", |
| "h2 0.4.19", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "hyper", |
| "hyper-timeout", |
| "hyper-util", |
| "percent-encoding", |
| "pin-project", |
| "socket2", |
| "sync_wrapper", |
| "tokio", |
| "tokio-stream", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tonic-prost" |
| version = "0.14.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50849f68853be452acf590cde0b146665b8d507b3b8af17261df47e02c209ea0" |
| dependencies = [ |
| "bytes", |
| "prost", |
| "tonic", |
| ] |
| |
| [[package]] |
| name = "tonic-types" |
| version = "0.14.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73ab1b02061f83d519bba3caa167f88f261ef05720ab8ebc954ade70de3348e8" |
| dependencies = [ |
| "prost", |
| "prost-types", |
| "tonic", |
| ] |
| |
| [[package]] |
| name = "tools" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "iggy", |
| "rand 0.10.2", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "indexmap 2.14.1", |
| "pin-project-lite", |
| "slab", |
| "sync_wrapper", |
| "tokio", |
| "tokio-util", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| dependencies = [ |
| "async-compression", |
| "bitflags 2.13.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "bytes", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "percent-encoding", |
| "pin-project-lite", |
| "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.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| dependencies = [ |
| "log", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-appender" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c" |
| dependencies = [ |
| "crossbeam-channel", |
| "symlink", |
| "thiserror 2.0.20", |
| "time", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 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.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adbc64cba7137545b8044cb1fe9814f7aacf3c6b5f9b45be8bb5db538befdb26" |
| dependencies = [ |
| "js-sys", |
| "opentelemetry", |
| "smallvec", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "tracing-serde" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" |
| dependencies = [ |
| "serde", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| dependencies = [ |
| "matchers", |
| "nu-ansi-term", |
| "once_cell", |
| "regex-automata", |
| "serde", |
| "serde_json", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| "tracing-serde", |
| ] |
| |
| [[package]] |
| name = "trait-variant" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b19a4867a870f6edc4c283f2b455804b1879c0baf0e642f26b03ed8ee262d9d3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| |
| [[package]] |
| name = "ttf-parser" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" |
| dependencies = [ |
| "core_maths", |
| ] |
| |
| [[package]] |
| name = "tungstenite" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" |
| dependencies = [ |
| "bytes", |
| "data-encoding", |
| "http 1.5.0", |
| "httparse", |
| "log", |
| "rand 0.9.5", |
| "rustls", |
| "rustls-pki-types", |
| "sha1 0.10.7", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "tungstenite" |
| version = "0.30.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e48ac77174b19c110a50ab2128b24215ac9cb40e0e12e093fb602d175c569d22" |
| dependencies = [ |
| "bytes", |
| "data-encoding", |
| "http 1.5.0", |
| "httparse", |
| "log", |
| "rand 0.10.2", |
| "rustls", |
| "rustls-pki-types", |
| "sha1 0.11.0", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "twox-hash" |
| version = "2.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5283634e518fe9e82c7b20520bb4bc209009fd16c82077c802f8111ecbb0117a" |
| dependencies = [ |
| "rand 0.10.2", |
| ] |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd9d30e3a08026c78f246b173243cf07b3696d274debd26680773b6773c2afc7" |
| dependencies = [ |
| "typed-builder-macro 0.20.1", |
| ] |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "398a3a3c918c96de527dc11e6e846cd549d4508030b8a33e1da12789c856b81a" |
| dependencies = [ |
| "typed-builder-macro 0.22.0", |
| ] |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda" |
| dependencies = [ |
| "typed-builder-macro 0.23.2", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c36781cc0e46a83726d9879608e4cf6c2505237e263a8eb8c24502989cfdb28" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e48cea23f68d1f78eb7bc092881b6bb88d3d6b5b7e6234f6f9c911da1ffb221" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "typed-path" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e" |
| |
| [[package]] |
| name = "typeid" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| |
| [[package]] |
| name = "typenum" |
| version = "1.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| |
| [[package]] |
| name = "typetag" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c90e86058a30d42a1a928dfb4b49bb33c98c3a2b4909492e6b0881cd94798ec2" |
| dependencies = [ |
| "erased-serde", |
| "inventory", |
| "once_cell", |
| "serde", |
| "typetag-impl", |
| ] |
| |
| [[package]] |
| name = "typetag-impl" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f153acc4e99a5f2a5aefa09fb078be54e26271b2813f6041200b224c098d8328" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| |
| [[package]] |
| name = "uds_windows" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" |
| dependencies = [ |
| "memoffset", |
| "tempfile", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "ulid" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "947dde63b6d514cc5e044edad4e0ca7261afd1099d16c83d942cb2b2f348689c" |
| dependencies = [ |
| "rand 0.10.2", |
| "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.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| |
| [[package]] |
| name = "unicode-bidi-mirroring" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe" |
| |
| [[package]] |
| name = "unicode-ccc" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e" |
| |
| [[package]] |
| name = "unicode-id-start" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| |
| [[package]] |
| name = "unicode-linebreak" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| |
| [[package]] |
| name = "unicode-script" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| |
| [[package]] |
| name = "unicode-vo" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| |
| [[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 0.1.6", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "universal-hash" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96" |
| dependencies = [ |
| "crypto-common 0.2.2", |
| "ctutils", |
| ] |
| |
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "ureq" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "972d7902c8735f2695410b8aed7df6ed12a47394aa1c8d7af49f0497b731a94d" |
| dependencies = [ |
| "base64 0.23.1", |
| "flate2", |
| "log", |
| "percent-encoding", |
| "rustls", |
| "rustls-pki-types", |
| "ureq-proto", |
| "utf8-zero", |
| "webpki-roots 1.0.9", |
| ] |
| |
| [[package]] |
| name = "ureq-proto" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da5f78b09e6941e1a0f2e30e695e4b120377b54d5e0aec11b594bb57b3971613" |
| dependencies = [ |
| "base64 0.23.1", |
| "http 1.5.0", |
| "httparse", |
| "log", |
| ] |
| |
| [[package]] |
| name = "url" |
| version = "2.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "urlencoding" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| |
| [[package]] |
| name = "usvg" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" |
| dependencies = [ |
| "base64 0.22.1", |
| "data-url", |
| "flate2", |
| "fontdb", |
| "imagesize", |
| "kurbo", |
| "log", |
| "pico-args", |
| "roxmltree", |
| "rustybuzz", |
| "simplecss", |
| "siphasher", |
| "strict-num", |
| "svgtypes", |
| "tiny-skia-path", |
| "unicode-bidi", |
| "unicode-script", |
| "unicode-vo", |
| "xmlwriter", |
| ] |
| |
| [[package]] |
| name = "utf8-width" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "159a7cadce548703edd50d24069bc294c5415ecab0a480e0cd1ca06d112dc94a" |
| |
| [[package]] |
| name = "utf8-zero" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e" |
| |
| [[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.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "js-sys", |
| "rand 0.10.2", |
| "serde_core", |
| "wasm-bindgen", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "v8" |
| version = "137.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33995a1fee055ff743281cde33a41f0d618ee0bdbe8bdf6859e11864499c2595" |
| dependencies = [ |
| "bindgen", |
| "bitflags 2.13.1", |
| "fslock", |
| "gzip-header", |
| "home", |
| "miniz_oxide 0.8.9", |
| "paste", |
| "which", |
| ] |
| |
| [[package]] |
| name = "v_escape-base" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1212fce830b75af194b578e55b3db9049f2c8c45f58d397fb25602fdb50fb3d" |
| |
| [[package]] |
| name = "v_frame" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" |
| dependencies = [ |
| "aligned-vec", |
| "num-traits", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "v_htmlescape" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "befb3d53c9e3ec641417685896cbc8cc5bd264d6a2e190c56aaef1af24740d99" |
| dependencies = [ |
| "v_escape-base", |
| ] |
| |
| [[package]] |
| name = "validator" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0b4a29d8709210980a09379f27ee31549b73292c87ab9899beee1c0d3be6303" |
| dependencies = [ |
| "idna", |
| "once_cell", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "url", |
| "validator_derive", |
| ] |
| |
| [[package]] |
| name = "validator_derive" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bac855a2ce6f843beb229757e6e570a42e837bcb15e5f449dd48d5747d41bf77" |
| dependencies = [ |
| "darling 0.20.11", |
| "once_cell", |
| "proc-macro-error2", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[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.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3f4b4a98dfe54bc9ed3641af7ffcb837240269627dbd5cb047d13daa39736cc" |
| dependencies = [ |
| "float-cmp 0.10.0", |
| "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 = "10.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5574dd2f922b1a46a06a4b1dc11193a4012108fd54cf725e1816cb8183d8778" |
| dependencies = [ |
| "anyhow", |
| "bon", |
| "rustc_version", |
| "rustversion", |
| "sysinfo 0.39.6", |
| "time", |
| "vergen-lib", |
| ] |
| |
| [[package]] |
| name = "vergen-git2" |
| version = "10.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "410e2f72acce10471037150cd9c585ee7b54560f348bf70cd5fc8e87d3433e45" |
| dependencies = [ |
| "anyhow", |
| "bon", |
| "git2", |
| "rustversion", |
| "time", |
| "vergen", |
| "vergen-lib", |
| ] |
| |
| [[package]] |
| name = "vergen-lib" |
| version = "10.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cd42fd155c2c2971f6d00face12ec245fbb604fce011ccaf2306d014c2e97ca" |
| dependencies = [ |
| "anyhow", |
| "bon", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "void" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
| |
| [[package]] |
| name = "vsimd" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| |
| [[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.7+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" |
| dependencies = [ |
| "wasip2", |
| ] |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.4+wasi-0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasite" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42" |
| dependencies = [ |
| "wasi 0.14.7+wasi-0.2.4", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "serde", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" |
| 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-streams" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm_dep_analyzer" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51cf5f08b357e64cd7642ab4bbeb11aecab9e15520692129624fb9908b8df2c" |
| dependencies = [ |
| "deno_error", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "wasmtimer" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b" |
| dependencies = [ |
| "futures", |
| "js-sys", |
| "parking_lot", |
| "pin-utils", |
| "slab", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30" |
| 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 = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b" |
| 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.9", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "weezl" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" |
| |
| [[package]] |
| name = "which" |
| version = "6.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" |
| dependencies = [ |
| "either", |
| "home", |
| "rustix 0.38.44", |
| "winsafe", |
| ] |
| |
| [[package]] |
| name = "whoami" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "626c4bac6755d76ffc12cb01b2eac751db1996b9e0041de9aa02c8c211ddc82c" |
| dependencies = [ |
| "libc", |
| "libredox", |
| "objc2-system-configuration", |
| "wasite", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "widestring" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" |
| |
| [[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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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.61.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| dependencies = [ |
| "windows-collections 0.2.0", |
| "windows-core 0.61.2", |
| "windows-future 0.2.1", |
| "windows-link 0.1.3", |
| "windows-numerics 0.2.0", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| dependencies = [ |
| "windows-collections 0.3.2", |
| "windows-core 0.62.2", |
| "windows-future 0.3.2", |
| "windows-numerics 0.3.1", |
| ] |
| |
| [[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-collections" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| dependencies = [ |
| "windows-core 0.62.2", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link 0.1.3", |
| "windows-result 0.3.4", |
| "windows-strings 0.4.2", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link 0.2.1", |
| "windows-result 0.4.1", |
| "windows-strings 0.5.1", |
| ] |
| |
| [[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 0.1.3", |
| "windows-threading 0.1.0", |
| ] |
| |
| [[package]] |
| name = "windows-future" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| dependencies = [ |
| "windows-core 0.62.2", |
| "windows-link 0.2.1", |
| "windows-threading 0.2.1", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-native-keyring-store" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "063426e76fdec7438d56bb777f67e318a84a25c707b07e575cb8b78e10c028f8" |
| dependencies = [ |
| "byteorder", |
| "keyring-core", |
| "regex", |
| "windows-sys 0.61.2", |
| "zeroize", |
| ] |
| |
| [[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 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-numerics" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| dependencies = [ |
| "windows-core 0.62.2", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "windows-registry" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
| dependencies = [ |
| "windows-link 0.2.1", |
| "windows-result 0.4.1", |
| "windows-strings 0.5.1", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| dependencies = [ |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| dependencies = [ |
| "windows-link 0.2.1", |
| ] |
| |
| [[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.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link 0.2.1", |
| ] |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| dependencies = [ |
| "windows-link 0.2.1", |
| "windows_aarch64_gnullvm 0.53.1", |
| "windows_aarch64_msvc 0.53.1", |
| "windows_i686_gnu 0.53.1", |
| "windows_i686_gnullvm 0.53.1", |
| "windows_i686_msvc 0.53.1", |
| "windows_x86_64_gnu 0.53.1", |
| "windows_x86_64_gnullvm 0.53.1", |
| "windows_x86_64_msvc 0.53.1", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| dependencies = [ |
| "windows-link 0.2.1", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winnow" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winsafe" |
| version = "0.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" |
| |
| [[package]] |
| name = "wiremock" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" |
| dependencies = [ |
| "assert-json-diff", |
| "base64 0.22.1", |
| "deadpool", |
| "futures", |
| "http 1.5.0", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "log", |
| "once_cell", |
| "regex", |
| "serde", |
| "serde_json", |
| "tokio", |
| "url", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.57.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc" |
| |
| [[package]] |
| name = "wyz" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| dependencies = [ |
| "tap", |
| ] |
| |
| [[package]] |
| name = "x509-certificate" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca9eb9a0c822c67129d5b8fcc2806c6bc4f50496b420825069a440669bcfbf7f" |
| dependencies = [ |
| "bcder", |
| "bytes", |
| "chrono", |
| "der", |
| "hex", |
| "pem 3.0.6", |
| "ring", |
| "signature", |
| "spki", |
| "thiserror 2.0.20", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "x509-parser" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" |
| dependencies = [ |
| "asn1-rs", |
| "data-encoding", |
| "der-parser", |
| "lazy_static", |
| "nom 7.1.3", |
| "oid-registry", |
| "ring", |
| "rusticata-macros", |
| "thiserror 2.0.20", |
| "time", |
| ] |
| |
| [[package]] |
| name = "xattr" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| dependencies = [ |
| "libc", |
| "rustix 1.1.4", |
| ] |
| |
| [[package]] |
| name = "xmlparser" |
| version = "0.13.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| |
| [[package]] |
| name = "xmlwriter" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" |
| |
| [[package]] |
| name = "y4m" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" |
| |
| [[package]] |
| name = "yansi" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
| |
| [[package]] |
| name = "yasna" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282" |
| dependencies = [ |
| "bit-vec 0.9.1", |
| "time", |
| ] |
| |
| [[package]] |
| name = "yaup" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0144f1a16a199846cb21024da74edd930b43443463292f536b7110b4855b5c6" |
| dependencies = [ |
| "form_urlencoded", |
| "serde", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "yew" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c154fadfa97eabdd3f3b79345ceeb9c05ee8f13f76d3d881d17fba618bf558d" |
| dependencies = [ |
| "console_error_panic_hook", |
| "futures", |
| "gloo 0.11.0", |
| "implicit-clone", |
| "indexmap 2.14.1", |
| "js-sys", |
| "rustversion", |
| "serde", |
| "slab", |
| "thiserror 2.0.20", |
| "tokio", |
| "tokise", |
| "tracing", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "yew-macro", |
| ] |
| |
| [[package]] |
| name = "yew-macro" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08b883d84a035f57519d057f65a2a07ae25f1884ad485e1a9a523c9d880c1ad" |
| dependencies = [ |
| "prettyplease 0.2.37", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "yew-router" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "870bd2a1aa6d608c0c789c122654e25f4927bb6bfe344cc0da3b630ac3c73260" |
| dependencies = [ |
| "gloo 0.11.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.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8399f1d134ab8e69abc7cded19f114621d520bd9c79c5a0f34091bf664d7325b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| dependencies = [ |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "z85" |
| version = "3.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6e61e59a957b7ccee15d2049f86e8bfd6f66968fcd88f018950662d9b86e675" |
| |
| [[package]] |
| name = "zbus" |
| version = "5.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5db4be7c075cb421e4b7ee645541604239bd243ba7c357511f4ff3a74b555907" |
| dependencies = [ |
| "async-broadcast", |
| "async-executor", |
| "async-io", |
| "async-lock", |
| "async-process", |
| "async-recursion", |
| "async-task", |
| "async-trait", |
| "blocking", |
| "enumflags2", |
| "event-listener", |
| "futures-core", |
| "futures-lite", |
| "hex", |
| "libc", |
| "ordered-stream", |
| "rustix 1.1.4", |
| "serde", |
| "serde_repr", |
| "tracing", |
| "uds_windows", |
| "uuid", |
| "windows-sys 0.61.2", |
| "winnow 1.0.4", |
| "zbus_macros", |
| "zbus_names", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zbus-secret-service-keyring-store" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74801d001b9e7729adb4f1825b67b398185fed424749aa3d8bacf70417137d9a" |
| dependencies = [ |
| "keyring-core", |
| "secret-service", |
| "zbus", |
| ] |
| |
| [[package]] |
| name = "zbus_macros" |
| version = "5.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2990635d09ade6df1868f72f8cac69a876a90981e8bd3c40b1be413f8dc88f40" |
| dependencies = [ |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| "zbus_names", |
| "zvariant", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zbus_names" |
| version = "4.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8bf88b4a3ff53e883001e0e0115b297a9d53c31b9c1edd2bfdd853e3428624e" |
| dependencies = [ |
| "serde", |
| "winnow 1.0.4", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zcheapstr" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1afec51604565183aeb5c54c20aeab286120d4e4460f7f76e3e8bb8c0d99473" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" |
| dependencies = [ |
| "zeroize_derive", |
| ] |
| |
| [[package]] |
| name = "zeroize_derive" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| dependencies = [ |
| "byteorder", |
| "crc32fast", |
| "crossbeam-utils", |
| "flate2", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "8.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "indexmap 2.14.1", |
| "memchr", |
| "typed-path", |
| "zopfli", |
| ] |
| |
| [[package]] |
| name = "zlib-rs" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12" |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| |
| [[package]] |
| name = "zopfli" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" |
| 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.16+zstd.1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "zune-core" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
| |
| [[package]] |
| name = "zune-core" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d56377fd46368984a170bc5aac5567e52ca5da874caa60bea39fcbca78fb658b" |
| |
| [[package]] |
| name = "zune-inflate" |
| version = "0.2.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
| dependencies = [ |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "zune-jpeg" |
| version = "0.4.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" |
| dependencies = [ |
| "zune-core 0.4.12", |
| ] |
| |
| [[package]] |
| name = "zune-jpeg" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" |
| dependencies = [ |
| "zune-core 0.5.3", |
| ] |
| |
| [[package]] |
| name = "zvariant" |
| version = "5.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1d34c27cc6cdd1f458427519dd6b8612f7b7e3f7b9a0b2355d041dda9869147" |
| dependencies = [ |
| "endi", |
| "enumflags2", |
| "serde", |
| "winnow 1.0.4", |
| "zcheapstr", |
| "zvariant_derive", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zvariant_derive" |
| version = "5.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "864155e69b4352db0c7f374917bf45d1e0c8d17659c8b3dbf9795f3673f8c497" |
| dependencies = [ |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zvariant_utils" |
| version = "4.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bad0294361a320b694a328460dc73add56c306150f5cb6bfafc44446120008a3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 3.0.4", |
| "winnow 1.0.4", |
| ] |