| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "actix-codec" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "actix-cors" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daa239b93927be1ff123eebada5a3ff23e89f0124ccb8609234e5103d5a5ae6d" |
| dependencies = [ |
| "actix-utils", |
| "actix-web", |
| "derive_more", |
| "futures-util", |
| "log", |
| "once_cell", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "actix-files" |
| version = "0.6.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" |
| dependencies = [ |
| "actix-http", |
| "actix-service", |
| "actix-utils", |
| "actix-web", |
| "bitflags 2.13.0", |
| "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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48e2faa3e7418ed780cca54829d32782a4008a077230f67457caa063415e99c2" |
| dependencies = [ |
| "actix-codec", |
| "actix-rt", |
| "actix-service", |
| "actix-utils", |
| "base64", |
| "bitflags 2.13.0", |
| "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.1", |
| "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.118", |
| ] |
| |
| [[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.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63" |
| dependencies = [ |
| "futures-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "actix-server" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502" |
| dependencies = [ |
| "actix-rt", |
| "actix-service", |
| "actix-utils", |
| "futures-core", |
| "futures-util", |
| "mio", |
| "socket2 0.5.10", |
| "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.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df09e2d9239703dd64056359c920c7f3fba6535ec61a0059e0f44e095ffe02b4" |
| 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 0.6.4", |
| "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.118", |
| ] |
| |
| [[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.7", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures 0.2.17", |
| ] |
| |
| [[package]] |
| name = "aes-gcm" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| dependencies = [ |
| "aead", |
| "aes", |
| "cipher", |
| "ctr", |
| "ghash", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
| dependencies = [ |
| "getrandom 0.2.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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 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.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36fa98bc79671c7981272d91a8753a928ff6a1cd8e4f20a44c45bd5d313840bf" |
| dependencies = [ |
| "bigdecimal", |
| "bon", |
| "digest 0.10.7", |
| "log", |
| "miniz_oxide", |
| "num-bigint", |
| "quad-rand", |
| "rand 0.9.4", |
| "regex-lite", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "strum 0.27.2", |
| "strum_macros 0.27.2", |
| "thiserror 2.0.18", |
| "uuid", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "apple-native-keyring-store" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7be2f067ccd8d4b4d4a66ddafe0f32a5dff31732f32dbff85fefc40929b1f72" |
| dependencies = [ |
| "keyring-core", |
| "log", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "ar_archive_writer" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4087686b4b0a3427190bae57a1d9a478dbb2d40c5dc1bd6e2b6d797913bdd348" |
| 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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" |
| 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.118", |
| ] |
| |
| [[package]] |
| name = "argon2" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| dependencies = [ |
| "base64ct", |
| "blake2", |
| "cpufeatures 0.2.17", |
| "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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" |
| |
| [[package]] |
| name = "arrow" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "378530e55cd479eda3c14eb345310799717e6f76d0c332041e8487022166b471" |
| dependencies = [ |
| "arrow-arith 58.3.0", |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-cast 58.3.0", |
| "arrow-csv", |
| "arrow-data 58.3.0", |
| "arrow-ipc 58.3.0", |
| "arrow-json 58.3.0", |
| "arrow-ord 58.3.0", |
| "arrow-row", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "arrow-string 58.3.0", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c7bbd679c5418b8639b92be01f361d60013c4906574b578b77b63c78356594c" |
| dependencies = [ |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "chrono", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0ab212d2c1886e802f51c5212d78ebbcbb0bec980fff9dadc1eb8d45cd0b738" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "chrono", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8a4ab47b3f3eac60f7fd31b81e9028fda018607bcc63451aca4f2b755269862" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "chrono", |
| "half", |
| "hashbrown 0.16.1", |
| "num-complex", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfd33d3e92f207444098c75b42de99d329562be0cf686b307b097cc52b4e999e" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.17.1", |
| "num-complex", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d18b89b4c4f4811d0858175e79541fe98e33e18db3b011708bc287b1240593f" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num-bigint", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c6cd424c2693bcdbc150d843dc9d4d137dd2de4782ce6df491ad11a3a0416c0" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num-bigint", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "722b5c41dd1d14d0a879a1bce92c6fe33f546101bb2acce57a209825edd075b3" |
| dependencies = [ |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-ord 57.3.1", |
| "arrow-schema 57.3.1", |
| "arrow-select 57.3.1", |
| "atoi", |
| "base64", |
| "chrono", |
| "half", |
| "lexical-core", |
| "num-traits", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c5aefb56a2c02e9e2b30746241058b85f8983f0fcff2ba0c6d09006e1cded7f" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-ord 58.3.0", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "atoi", |
| "base64", |
| "chrono", |
| "half", |
| "lexical-core", |
| "num-traits", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e94e8cf7e517657a52b91ea1263acf38c4ca62a84655d72458a3359b12ab97de" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-cast 58.3.0", |
| "arrow-schema 58.3.0", |
| "chrono", |
| "csv", |
| "csv-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1683705c63dcf0d18972759eda48489028cbbff67af7d6bef2c6b7b74ab778a" |
| dependencies = [ |
| "arrow-buffer 57.3.1", |
| "arrow-schema 57.3.1", |
| "half", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c88210023a2bfee1896af366309a3028fc3bcbd6515fa29a7990ee1baa08ee0" |
| dependencies = [ |
| "arrow-buffer 58.3.0", |
| "arrow-schema 58.3.0", |
| "half", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cf72d04c07229fbf4dbebe7145cac37d7cf7ec582fe705c6b92cb314af096ab" |
| dependencies = [ |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "arrow-select 57.3.1", |
| "flatbuffers", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "238438f0834483703d88896db6fe5a7138b2230debc31b34c0336c2996e3c64f" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "flatbuffers", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a84a905f41fedfcd7679813c89a61dc369c0f932b27aa8dcc6aa051cc781a97d" |
| dependencies = [ |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-cast 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "chrono", |
| "half", |
| "indexmap 2.14.0", |
| "itoa", |
| "lexical-core", |
| "memchr", |
| "num-traits", |
| "ryu", |
| "serde_core", |
| "serde_json", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "205ca2119e6d679d5c133c6f30e68f027738d95ed948cf77677ea69c7800036b" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-cast 58.3.0", |
| "arrow-ord 58.3.0", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "chrono", |
| "half", |
| "indexmap 2.14.0", |
| "itoa", |
| "lexical-core", |
| "memchr", |
| "num-traits", |
| "ryu", |
| "serde_core", |
| "serde_json", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "082342947d4e5a2bcccf029a0a0397e21cb3bb8421edd9571d34fb5dd2670256" |
| dependencies = [ |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "arrow-select 57.3.1", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bffd8fd2579286a5d63bac898159873e5094a79009940bcb42bbfce4f19f1d0" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bab5994731204603c73ba69267616c50f80780774c6bb0476f1f830625115e0c" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "half", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4cf0d4a6609679e03002167a61074a21d7b1ad9ea65e462b2c0a97f8a3b2bc6" |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f633dbfdf39c039ada1bf9e34c694816eb71fbb7dc78f613993b7245e078a1ed" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b320d86a9806923663bb0fd9baa65ecaba81cb0cd77ff8c1768b9716b4ef891" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cd065c54172ac787cf3f2f8d4107e0d3fdc26edba76fdf4f4cc170258942222" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b493e99162e5764077e7823e50ba284858d365922631c7aaefe9487b1abd02c2" |
| dependencies = [ |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-schema 57.3.1", |
| "arrow-select 57.3.1", |
| "memchr", |
| "num-traits", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29dd7cda3ab9692f43a2e4acc444d760cc17b12bb6d8232ddf64e9bab7c06b42" |
| dependencies = [ |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "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.18", |
| "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.118", |
| "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.118", |
| ] |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb50a7aae84a03bf55b067832bc376f4961b790c97e64d3eacee97d389b90277" |
| dependencies = [ |
| "filetime", |
| "futures-core", |
| "libc", |
| "portable-atomic", |
| "rustc-hash", |
| "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.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" |
| 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.118", |
| "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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.89" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "async_zip" |
| version = "0.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6" |
| dependencies = [ |
| "async-compression", |
| "crc32fast", |
| "futures-lite", |
| "pin-project", |
| "thiserror 2.0.18", |
| "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", |
| "http 1.4.2", |
| "log", |
| "rustls", |
| "serde", |
| "serde_json", |
| "url", |
| "webpki-roots 1.0.8", |
| ] |
| |
| [[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.18", |
| "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.8.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e33f815b73a3899c03b380d543532e5865f230dce9678d108dc10732a8682275" |
| 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.4.2", |
| "sha1 0.10.6", |
| "time", |
| "tokio", |
| "tracing", |
| "url", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-credential-types" |
| version = "1.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7" |
| 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.18", |
| "time", |
| "url", |
| ] |
| |
| [[package]] |
| name = "aws-lc-rs" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" |
| dependencies = [ |
| "aws-lc-sys", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-lc-sys" |
| version = "0.41.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" |
| dependencies = [ |
| "cc", |
| "cmake", |
| "dunce", |
| "fs_extra", |
| ] |
| |
| [[package]] |
| name = "aws-region" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "838b36c8dc927b6db1b6c6b8f5d05865f2213550b9e83bf92fa99ed6525472c0" |
| dependencies = [ |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "aws-runtime" |
| version = "1.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c9b9de216a988dd54b754a82a7660cfe14cee4f6782ae4524470972fa0ccb39" |
| 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.4.2", |
| "http-body 1.0.1", |
| "percent-encoding", |
| "pin-project-lite", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-dynamodb" |
| version = "1.116.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c937c55ae3030bec4431c0d9146e33d2b3e5f54bb47ed32597068200c56affc" |
| 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-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.4.2", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-sso" |
| version = "1.102.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c82b3ac19f1431854f7ace3a7531674633e286bfdde21976893bfee36fd493b" |
| 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-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.4.2", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-ssooidc" |
| version = "1.104.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "321000d2b4c5519ee573f73167f612efd7329322d9b26969ad1979f0427f1913" |
| 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-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.4.2", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-sts" |
| version = "1.107.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d0d328ba962af23ecfa3c9f23b98d3d35e325fa218d7f13d17a6bf522f8a560" |
| 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-types", |
| "aws-smithy-xml", |
| "aws-types", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.4.2", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sigv4" |
| version = "1.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bae38512beae0ffee7010fc24e7a8a123c53efdfef42a61e80fda4882418dc71" |
| 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.4.2", |
| "percent-encoding", |
| "sha2 0.11.0", |
| "time", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-async" |
| version = "1.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" |
| dependencies = [ |
| "futures-util", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-http" |
| version = "0.63.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "bytes", |
| "bytes-utils", |
| "futures-core", |
| "futures-util", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "http-body-util", |
| "percent-encoding", |
| "pin-project-lite", |
| "pin-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-http-client" |
| version = "1.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c3ef8931ad1c98aa6a55b4256f847f3116090819844e0dd41ea682cac5dd2d3" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "h2 0.4.15", |
| "http 1.4.2", |
| "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.62.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "701a947f4797e52a911e114a898667c746c39feea467bbd1abd7b3721f702ffa" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-observability" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-query" |
| version = "0.60.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd" |
| dependencies = [ |
| "aws-smithy-types", |
| "urlencoding", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime" |
| version = "1.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e6f5caf6fea86f8c2206541ab5857cfcda9013426cdbe8fa0098b9e2d32182" |
| 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.4.2", |
| "http-body 0.4.6", |
| "http-body 1.0.1", |
| "http-body-util", |
| "pin-project-lite", |
| "pin-utils", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime-api" |
| version = "1.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9db177daa6ba8afb9ee1aefcf548c907abcf52065e394ee11a92780057fe0e8c" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api-macros", |
| "aws-smithy-types", |
| "bytes", |
| "http 0.2.12", |
| "http 1.4.2", |
| "pin-project-lite", |
| "tokio", |
| "tracing", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime-api-macros" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-schema" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7442cb268338f0eb8278140a107c046756aa01093d8ef5e99628d34ae09c94f5" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "http 1.4.2", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-types" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32b42fcf341259d85ca10fac9a2f6448a8ec691c6955a18e45bc3b71a85fab85" |
| dependencies = [ |
| "base64-simd", |
| "bytes", |
| "bytes-utils", |
| "futures-core", |
| "http 0.2.12", |
| "http 1.4.2", |
| "http-body 0.4.6", |
| "http-body 1.0.1", |
| "http-body-util", |
| "itoa", |
| "num-integer", |
| "pin-project-lite", |
| "pin-utils", |
| "ryu", |
| "serde", |
| "time", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-xml" |
| version = "0.60.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3" |
| dependencies = [ |
| "xmlparser", |
| ] |
| |
| [[package]] |
| name = "aws-types" |
| version = "1.3.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d16bf10b03a3c01e6b3b7d47cd964e873ffe9e7d4e80fad16bd4c077cb068531" |
| 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.4.2", |
| "http-body 1.0.1", |
| "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.4.2", |
| "http-body 1.0.1", |
| "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.118", |
| ] |
| |
| [[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.4.2", |
| "http-body 1.0.1", |
| "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-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 = "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.7.1-edge.1" |
| dependencies = [ |
| "bench-dashboard-shared", |
| "bench-report", |
| "charming", |
| "chrono", |
| "getrandom 0.4.3", |
| "gloo 0.12.0", |
| "js-sys", |
| "serde_json", |
| "thiserror 2.0.18", |
| "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.3.1-edge.1" |
| dependencies = [ |
| "charming", |
| "colored", |
| "comfy-table", |
| "derive-new", |
| "derive_more", |
| "human-repr", |
| "rand 0.10.1", |
| "serde", |
| "serde_json", |
| "sysinfo 0.39.5", |
| "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.0", |
| "cexpr", |
| "clang-sys", |
| "itertools 0.13.0", |
| "log", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "rustc-hash", |
| "shlex 1.3.0", |
| "syn 2.0.118", |
| ] |
| |
| [[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.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d" |
| dependencies = [ |
| "bit-vec 0.9.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_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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 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.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| dependencies = [ |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "blake3" |
| version = "1.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| "cpufeatures 0.3.0", |
| ] |
| |
| [[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.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| dependencies = [ |
| "generic-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.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 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", |
| "bitflags 2.13.0", |
| "bollard-buildkit-proto", |
| "bollard-stubs", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "hex", |
| "home", |
| "http 1.4.2", |
| "http-body-util", |
| "hyper", |
| "hyper-named-pipe", |
| "hyper-rustls", |
| "hyper-util", |
| "hyperlocal", |
| "log", |
| "num", |
| "pin-project-lite", |
| "rand 0.9.4", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror 2.0.18", |
| "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", |
| "bollard-buildkit-proto", |
| "bytes", |
| "prost", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "time", |
| ] |
| |
| [[package]] |
| name = "bon" |
| version = "3.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561" |
| dependencies = [ |
| "bon-macros", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "bon-macros" |
| version = "3.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" |
| dependencies = [ |
| "darling 0.23.0", |
| "ident_case", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "borsh" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145" |
| dependencies = [ |
| "borsh-derive", |
| "bytes", |
| "cfg_aliases", |
| ] |
| |
| [[package]] |
| name = "borsh-derive" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae8fb4fb5740e4b2c4884ff95f5f32f5e8479db1e8fd8eb49ddbe09eb09bb7c" |
| dependencies = [ |
| "once_cell", |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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", |
| "bitvec", |
| "getrandom 0.2.17", |
| "getrandom 0.3.4", |
| "hex", |
| "indexmap 2.14.0", |
| "js-sys", |
| "once_cell", |
| "rand 0.9.4", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "time", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| dependencies = [ |
| "memchr", |
| "regex-automata", |
| "serde", |
| ] |
| |
| [[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.0", |
| "itertools 0.14.0", |
| "object_store", |
| "parquet 58.3.0", |
| "percent-encoding", |
| "rand 0.9.4", |
| "reqwest 0.13.4", |
| "roaring", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| "strum 0.27.2", |
| "thiserror 2.0.18", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "url", |
| "uuid", |
| "z85", |
| ] |
| |
| [[package]] |
| name = "buoyant_kernel_derive" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3448e05bba811d98c73a466843abd8c16d0416dc083f92b66847693fcb0714f4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "byte-unit" |
| version = "5.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37bcaa4a0975bed4a760af3efe4368825098ce5f9d37a30c5a021d635dc63d8f" |
| dependencies = [ |
| "rust_decimal", |
| "schemars 1.2.1", |
| "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| dependencies = [ |
| "bytemuck_derive", |
| ] |
| |
| [[package]] |
| name = "bytemuck_derive" |
| version = "1.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ce8d3bd5823c7504d3f579f13e7b2f3da252fcb938c594d5680ee508bf846f" |
| 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.118", |
| ] |
| |
| [[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.18", |
| ] |
| |
| [[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.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex 2.0.1", |
| ] |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cexpr" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| dependencies = [ |
| "nom 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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chacha20" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.0", |
| "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.118", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common 0.1.7", |
| "inout", |
| ] |
| |
| [[package]] |
| name = "clang-sys" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| dependencies = [ |
| "glob", |
| "libc", |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.18", |
| ] |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" |
| 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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5cf9e29d3c2d2a37078198795631b61d2b5c9cab68191e31526fe342d742135" |
| 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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a580d231c022f336ccb7a2e133eaf56e34bf586417176a1a8d392a4a6e9a41f4" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "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 0.6.4", |
| "synchrony", |
| "thin-cell", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-executor" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "809fc31e0180a97ea760300b9aa97d99fbb19c9831cc49cebfd5a98f44a8371b" |
| dependencies = [ |
| "compio-log", |
| "compio-send-wrapper", |
| "crossbeam-queue", |
| "loom", |
| "slotmap", |
| ] |
| |
| [[package]] |
| name = "compio-fs" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "934c384c7c1dca1d68540bd0ef16186a8e7f33fab330e54652b45ee80f051ee4" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef39fff6341af7ab6c27fae9a3887e1ec618320d43f3b9c924c7a644f693a859" |
| dependencies = [ |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "compio-macros" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9ac573b3bb60fffabf47c2ce01c61536fb5eb2168d66e0375e85603e7d51614" |
| dependencies = [ |
| "darling 0.23.0", |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "compio-net" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a985ea5d7580318104d44f4a3c8ae48a7ee750e9c98b68a69a869e01d4d6df0" |
| dependencies = [ |
| "compio-buf", |
| "compio-driver", |
| "compio-io", |
| "compio-runtime", |
| "either", |
| "futures-util", |
| "libc", |
| "once_cell", |
| "pin-project-lite", |
| "socket2 0.6.4", |
| "synchrony", |
| "widestring", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-quic" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edd50cb1b2c2c8276728871bc3bf3c12618c551cdd550123d564aa49b059aea5" |
| 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 0.7.0", |
| "synchrony", |
| "thiserror 2.0.18", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-runtime" |
| version = "0.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dde4b0b7de96fc8b99e089964d65e9ed5669f8ea39bc46381f7fd563dc10a753" |
| dependencies = [ |
| "compio-buf", |
| "compio-driver", |
| "compio-executor", |
| "compio-io", |
| "compio-log", |
| "compio-send-wrapper", |
| "core_affinity", |
| "futures-util", |
| "libc", |
| "pin-project-lite", |
| "scoped-tls", |
| "synchrony", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compio-send-wrapper" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f1ef3947d751725afe49ab18ce447d819cd8f4ea9b58ae94b8498eb8ad1f864" |
| 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 0.7.0", |
| "tungstenite", |
| ] |
| |
| [[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", |
| "jsonwebtoken", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "server_common", |
| "static-toml", |
| "strum 0.28.0", |
| "tracing", |
| "tungstenite", |
| ] |
| |
| [[package]] |
| name = "configs_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "darling 0.23.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "consensus" |
| version = "0.1.0" |
| dependencies = [ |
| "bit-set 0.10.0", |
| "bytemuck", |
| "bytes", |
| "futures", |
| "futures-core", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "message_bus", |
| "rand 0.10.1", |
| "rand_xoshiro", |
| "server_common", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.16.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" |
| 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.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_affinity" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342" |
| dependencies = [ |
| "libc", |
| "num_cpus", |
| "winapi", |
| ] |
| |
| [[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 = "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "critical-section" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" |
| |
| [[package]] |
| name = "crossbeam" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-epoch", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.3.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crossfire" |
| version = "3.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d8c4de3db833e7ef74050bae09d5f3fa8f9d1507d3c2689c6e8c50b71208b18" |
| dependencies = [ |
| "crossbeam-utils", |
| "embed-collections", |
| "futures-core", |
| "parking_lot", |
| "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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 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 = [ |
| "hybrid-array", |
| ] |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a" |
| dependencies = [ |
| "link-section 0.18.2", |
| "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", |
| ] |
| |
| [[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.118", |
| "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.118", |
| ] |
| |
| [[package]] |
| name = "cyper" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f8c8abaf78cfe3cb7838d7cfcf75e4e3bf02fe3e54571e0a1f10bb485cf8fbf" |
| dependencies = [ |
| "async-stream", |
| "base64", |
| "cfg-if", |
| "cfg_aliases", |
| "compio", |
| "cyper-core", |
| "encoding_rs", |
| "futures-util", |
| "http 1.4.2", |
| "http-body-util", |
| "hyper", |
| "hyper-util", |
| "mime", |
| "rustls-platform-verifier 0.7.0", |
| "send_wrapper", |
| "serde", |
| "serde_urlencoded", |
| "synchrony", |
| "thiserror 2.0.18", |
| "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 0.6.4", |
| "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_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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "defmt-macros", |
| ] |
| |
| [[package]] |
| name = "defmt-macros" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b" |
| dependencies = [ |
| "defmt-parser", |
| "proc-macro-error2", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "defmt-parser" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" |
| dependencies = [ |
| "thiserror 2.0.18", |
| ] |
| |
| [[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.18", |
| "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.18", |
| "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 58.3.0", |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-cast 58.3.0", |
| "arrow-ipc 58.3.0", |
| "arrow-json 58.3.0", |
| "arrow-ord 58.3.0", |
| "arrow-row", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "async-trait", |
| "buoyant_kernel", |
| "bytes", |
| "cfg-if", |
| "chrono", |
| "dashmap", |
| "deltalake-derive", |
| "dirs", |
| "either", |
| "futures", |
| "humantime", |
| "indexmap 2.14.0", |
| "itertools 0.14.0", |
| "num_cpus", |
| "object_store", |
| "parking_lot", |
| "parquet 58.3.0", |
| "percent-encoding", |
| "percent-encoding-rfc3986", |
| "pin-project-lite", |
| "rand 0.10.1", |
| "regex", |
| "serde", |
| "serde_json", |
| "sqlparser", |
| "strum 0.27.2", |
| "thiserror 2.0.18", |
| "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.118", |
| ] |
| |
| [[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.18", |
| "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.0", |
| "libc", |
| "parking_lot", |
| "percent-encoding", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "serde_v8", |
| "smallvec", |
| "sourcemap", |
| "static_assertions", |
| "thiserror 2.0.18", |
| "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.118", |
| ] |
| |
| [[package]] |
| name = "deno_ops" |
| version = "0.227.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bab1eaf578a8cc0ae6fb933e91dc3388b41df22e5974d5891c17ba66b3a0bbb" |
| dependencies = [ |
| "indexmap 2.14.0", |
| "proc-macro-rules", |
| "proc-macro2", |
| "quote", |
| "stringcase", |
| "strum 0.27.2", |
| "strum_macros 0.27.2", |
| "syn 2.0.118", |
| "thiserror 2.0.18", |
| ] |
| |
| [[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.18", |
| "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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| "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.7", |
| "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.0", |
| "block2", |
| "libc", |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aeda16ab4059c5fd2a83f2b9c9e9c981327b18aa8e3b313f7e6563799d4f093e" |
| |
| [[package]] |
| name = "dlopen2" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" |
| dependencies = [ |
| "dlopen2_derive", |
| "libc", |
| "once_cell", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "dlopen2_derive" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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", |
| "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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d738e43aa64edab57c983d56de890d65fea7dc05605490c74451ce721dfd84b" |
| 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.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| 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", |
| "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 = "embed-collections" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f49c327886cdc0e7eda24cd0827f195db19a5f941425914bc6db76c79c64bc21" |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "enumset" |
| version = "1.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "839c4174b41e75c8f7306110b2c51996a293b8d1d850edd529011841d9fede7d" |
| 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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "769f9f87d305e0d64bcb6a8459021e9be27e145c14b8287abcc328954f92e552" |
| dependencies = [ |
| "error_set_impl", |
| ] |
| |
| [[package]] |
| name = "error_set_impl" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31799fcd4d4ee7ad6af27ca9ec307733d57cce0e137e38dec7e196b2ae75dd2c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 2.0.118", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| dependencies = [ |
| "concurrent-queue", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "event-listener-strategy" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| dependencies = [ |
| "event-listener", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" |
| dependencies = [ |
| "bit_field", |
| "half", |
| "lebe", |
| "miniz_oxide", |
| "rayon-core", |
| "smallvec", |
| "zune-inflate", |
| ] |
| |
| [[package]] |
| name = "ext-trait" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5" |
| dependencies = [ |
| "ext-trait-proc_macros", |
| ] |
| |
| [[package]] |
| name = "ext-trait-proc_macros" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "extension-traits" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537" |
| dependencies = [ |
| "ext-trait", |
| ] |
| |
| [[package]] |
| name = "fastbloom" |
| version = "0.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4" |
| dependencies = [ |
| "getrandom 0.3.4", |
| "libm", |
| "rand 0.9.4", |
| "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.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| dependencies = [ |
| "getrandom 0.3.4", |
| ] |
| |
| [[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.1", |
| "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.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1da56f64d86a9b8934b121431fdce07df907db5bdfba519624d91cf613288bb" |
| 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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "25.12.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73fde052dbfc920003cfd2c8e2c6e6d4cc7c1091538c3a24226cec0665ab08c0" |
| 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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| |
| [[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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| |
| [[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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 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", |
| "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", |
| ] |
| |
| [[package]] |
| name = "gherkin" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e2c0d8c632f8a251ce9a8198079b1022adc586ff4e3d33e18debd40eb463b31" |
| dependencies = [ |
| "heck", |
| "peg", |
| "quote", |
| "serde", |
| "serde_json", |
| "syn 2.0.118", |
| "textwrap", |
| "thiserror 2.0.18", |
| "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.0", |
| "libc", |
| "libgit2-sys", |
| "log", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" |
| 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.0", |
| "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.18", |
| "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.4.2", |
| "js-sys", |
| "pin-project", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.18", |
| "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.18", |
| "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.18", |
| "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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.4", |
| "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.0", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http 1.4.2", |
| "indexmap 2.14.0", |
| "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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d43ccdfe15a81ab0a8af639e90254227c9a46afd9c5f5b6ec7efaa345c4b0f00" |
| dependencies = [ |
| "derive_builder", |
| "log", |
| "num-order", |
| "pest", |
| "pest_derive", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "harness_derive" |
| version = "0.1.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "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 0.22.4", |
| "rand 0.10.1", |
| "thiserror 2.0.18", |
| "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 0.22.4", |
| "once_cell", |
| "prefix-trie", |
| "rand 0.10.1", |
| "ring", |
| "thiserror 2.0.18", |
| "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 0.22.4", |
| "moka", |
| "ndk-context", |
| "once_cell", |
| "parking_lot", |
| "rand 0.10.1", |
| "resolv-conf", |
| "smallvec", |
| "system-configuration", |
| "thiserror 2.0.18", |
| "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.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" |
| 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.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| dependencies = [ |
| "bytes", |
| "http 1.4.2", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "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.4.2", |
| "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.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" |
| |
| [[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.0", |
| "derive_more", |
| "errno", |
| "hwlocality-sys", |
| "libc", |
| "strum 0.28.0", |
| "thiserror 2.0.18", |
| "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.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "hyper" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "h2 0.4.15", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-named-pipe" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" |
| dependencies = [ |
| "hex", |
| "hyper", |
| "hyper-util", |
| "pin-project-lite", |
| "tokio", |
| "tower-service", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| dependencies = [ |
| "http 1.4.2", |
| "hyper", |
| "hyper-util", |
| "log", |
| "rustls", |
| "rustls-native-certs", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| "webpki-roots 1.0.8", |
| ] |
| |
| [[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", |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "hyper", |
| "ipnet", |
| "libc", |
| "percent-encoding", |
| "pin-project-lite", |
| "socket2 0.6.4", |
| "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.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d9c3fc1f55c84ff64645c0d2ee35159f5574d33f729fc0860783bc247c8b8c5" |
| dependencies = [ |
| "anyhow", |
| "apache-avro", |
| "array-init", |
| "arrow-arith 57.3.1", |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-cast 57.3.1", |
| "arrow-ord 57.3.1", |
| "arrow-schema 57.3.1", |
| "arrow-select 57.3.1", |
| "arrow-string 57.3.1", |
| "as-any", |
| "async-trait", |
| "backon", |
| "base64", |
| "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 57.3.1", |
| "rand 0.9.4", |
| "reqwest 0.12.28", |
| "roaring", |
| "serde", |
| "serde_bytes", |
| "serde_derive", |
| "serde_json", |
| "serde_repr", |
| "serde_with", |
| "strum 0.27.2", |
| "tokio", |
| "typed-builder 0.20.1", |
| "typetag", |
| "url", |
| "uuid", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "iceberg-catalog-rest" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a49dfef578060c3a2a3f619522dcb25382a7ce85336dcb500495d4b8d72ae714" |
| dependencies = [ |
| "async-trait", |
| "chrono", |
| "http 1.4.2", |
| "iceberg", |
| "itertools 0.13.0", |
| "reqwest 0.12.28", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tokio", |
| "tracing", |
| "typed-builder 0.20.1", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iceberg-storage-opendal" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30acae4698949eea6cfbd3e64ddf1c3ec39e6b7191acb0b0da2dcd1a25dfa842" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "bytes", |
| "cfg-if", |
| "iceberg", |
| "opendal", |
| "reqsign", |
| "reqwest 0.12.28", |
| "serde", |
| "typetag", |
| "url", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "utf8_iter", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| dependencies = [ |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| dependencies = [ |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 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.10.1-edge.2" |
| 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", |
| "tokio", |
| "tokio-rustls", |
| "tokio-tungstenite", |
| "tracing", |
| "trait-variant", |
| "webpki-roots 1.0.8", |
| ] |
| |
| [[package]] |
| name = "iggy-bench" |
| version = "0.5.1-edge.1" |
| 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.1", |
| "rayon", |
| "serde", |
| "sysinfo 0.39.5", |
| "tokio", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy-bench-dashboard-server" |
| version = "0.7.1-edge.1" |
| 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.18", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| "walkdir", |
| "zip 8.6.0", |
| ] |
| |
| [[package]] |
| name = "iggy-cli" |
| version = "0.13.1-edge.1" |
| 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.18", |
| "tokio", |
| "toml 1.1.2+spec-1.1.0", |
| "tracing", |
| "tracing-appender", |
| "tracing-subscriber", |
| "windows-native-keyring-store", |
| "zbus-secret-service-keyring-store", |
| ] |
| |
| [[package]] |
| name = "iggy-connectors" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "axum", |
| "axum-server", |
| "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", |
| "sysinfo 0.39.5", |
| "tempfile", |
| "thiserror 2.0.18", |
| "tokio", |
| "toml 1.1.2+spec-1.1.0", |
| "tower-http 0.7.0", |
| "tracing", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "iggy-mcp" |
| version = "0.4.1-edge.1" |
| 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 0.6.4", |
| "strum 0.28.0", |
| "tempfile", |
| "thiserror 2.0.18", |
| "tokio", |
| "tokio-util", |
| "tower-http 0.7.0", |
| "tracing", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "iggy_binary_protocol" |
| version = "0.10.1-edge.2" |
| dependencies = [ |
| "aligned-vec", |
| "bytemuck", |
| "bytes", |
| "enumset", |
| "secrecy", |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "iggy_common" |
| version = "0.10.1-edge.2" |
| dependencies = [ |
| "aes-gcm", |
| "async-broadcast", |
| "async-trait", |
| "base64", |
| "blake3", |
| "bon", |
| "byte-unit", |
| "bytes", |
| "chrono", |
| "clap", |
| "comfy-table", |
| "derive_more", |
| "humantime", |
| "iggy_binary_protocol", |
| "lending-iterator", |
| "papaya", |
| "ring", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "strum 0.28.0", |
| "thiserror 2.0.18", |
| "tokio", |
| "tracing", |
| "tungstenite", |
| "twox-hash", |
| "ulid", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_delta_sink" |
| version = "0.1.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "chrono", |
| "dashmap", |
| "deltalake", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "tokio", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_doris_sink" |
| version = "0.1.0" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "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.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "dashmap", |
| "elasticsearch", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_elasticsearch_source" |
| version = "0.4.1-edge.1" |
| 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.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "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.2+spec-1.1.0", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_iceberg_sink" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "arrow-json 57.3.1", |
| "async-trait", |
| "dashmap", |
| "iceberg", |
| "iceberg-catalog-rest", |
| "iceberg-storage-opendal", |
| "iggy_connector_sdk", |
| "parquet 57.3.1", |
| "serde", |
| "simd-json", |
| "strum 0.28.0", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_influxdb_sink" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "axum", |
| "base64", |
| "bytes", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "simd-json", |
| "tokio", |
| "toml 1.1.2+spec-1.1.0", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_influxdb_source" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "ahash 0.8.12", |
| "async-trait", |
| "axum", |
| "base64", |
| "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.2+spec-1.1.0", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_mongodb_sink" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "humantime", |
| "iggy_common", |
| "iggy_connector_sdk", |
| "mongodb", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_postgres_sink" |
| version = "0.4.1-edge.1" |
| 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.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "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.4.1-edge.1" |
| 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.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "humantime", |
| "iggy_connector_sdk", |
| "rand 0.10.1", |
| "rmp-serde", |
| "serde", |
| "simd-json", |
| "tokio", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_s3_sink" |
| version = "0.4.0" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "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.3.1-edge.1" |
| dependencies = [ |
| "anyhow", |
| "apache-avro", |
| "async-trait", |
| "base64", |
| "dashmap", |
| "flatbuffers", |
| "http 1.4.2", |
| "humantime", |
| "iggy", |
| "iggy_common", |
| "postcard", |
| "prost", |
| "prost-types", |
| "protox", |
| "protox-parse", |
| "rand 0.10.1", |
| "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.18", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_stdout_sink" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "dashmap", |
| "iggy_connector_sdk", |
| "serde", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iggy_connector_surrealdb_sink" |
| version = "0.4.1-edge.1" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "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.13.1", |
| "rand 0.10.1", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.18", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b915661dd01db3f05050265b2477bcc6527b3792388e2749b41623cc592be67d" |
| 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.1", |
| "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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89194689a993ab15268672e99e7b0e19da2da3268ac682e8f02d29d4d1434cd7" |
| |
| [[package]] |
| name = "impl-more" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35a84fd5aa25fae5c0f4a33d9cac2ca017fc622cbd089be2229993514990f870" |
| |
| [[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.0", |
| ] |
| |
| [[package]] |
| name = "implicit-clone-derive" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "699c1b6d335e63d0ba5c1e1c7f647371ce989c3bcbe1f7ed2b85fa56e3bd1a21" |
| dependencies = [ |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inout" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| dependencies = [ |
| "block-padding", |
| "generic-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 = [ |
| "assert_cmd", |
| "async-trait", |
| "base64", |
| "bon", |
| "bytemuck", |
| "bytes", |
| "cfg_aliases", |
| "compio", |
| "configs", |
| "configs_derive", |
| "ctor 1.0.7", |
| "deltalake", |
| "dtor 1.0.5", |
| "figment", |
| "futures", |
| "harness_derive", |
| "humantime", |
| "iggy", |
| "iggy-cli", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "iggy_connector_doris_sink", |
| "iggy_connector_sdk", |
| "jsonwebtoken", |
| "keyring-core", |
| "lazy_static", |
| "libc", |
| "mongodb", |
| "predicates", |
| "rand 0.10.1", |
| "rcgen", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "reqwest-retry", |
| "rmcp", |
| "rust-s3", |
| "secrecy", |
| "serde", |
| "serde_json", |
| "serial_test", |
| "server", |
| "socket2 0.6.4", |
| "sqlx", |
| "sysinfo 0.39.5", |
| "tempfile", |
| "test-case", |
| "testcontainers", |
| "testcontainers-modules", |
| "tokio", |
| "toml 1.1.2+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.118", |
| ] |
| |
| [[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.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d09b98f7eace8982db770e4408e7470b028ce513ac28fecdc6bf4c30fe92b62" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ipconfig" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222" |
| dependencies = [ |
| "socket2 0.6.4", |
| "widestring", |
| "windows-registry", |
| "windows-result 0.4.1", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 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 = "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.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34f877a98676d2fb664698d74cc6a51ce6c484ce8c770f05d0108ec9090aeb46" |
| dependencies = [ |
| "defmt", |
| "jiff-static", |
| "jiff-tzdb-platform", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde_core", |
| "windows-link 0.2.1", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0666b5ab5ecaca213fc2a85b8c0083d9004e84ee2d5f9a7e0017aaf50986f25f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "jiff-tzdb" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" |
| |
| [[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.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if", |
| "combine", |
| "jni-sys 0.3.1", |
| "log", |
| "thiserror 1.0.69", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[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 0.4.1", |
| "log", |
| "simd_cesu8", |
| "thiserror 2.0.18", |
| "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.118", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" |
| dependencies = [ |
| "jni-sys 0.4.1", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| dependencies = [ |
| "getrandom 0.3.4", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "journal" |
| version = "0.1.0" |
| dependencies = [ |
| "bytemuck", |
| "compio", |
| "iggy_binary_protocol", |
| "server_common", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31" |
| 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", |
| "ed25519-dalek", |
| "getrandom 0.2.17", |
| "hmac 0.12.1", |
| "js-sys", |
| "p256", |
| "p384", |
| "pem", |
| "rand 0.8.6", |
| "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 = "keccak" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.0", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "273c0752728918e0ac4976f2b275b6fefb9ecd400585dec929419f3844cd87b5" |
| 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.0", |
| "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_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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f0c21e4c8ff95f487fb34e6f9182875f42c84cef966d29216bf115d9bba835a" |
| dependencies = [ |
| "crossbeam-utils", |
| "loom", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "lending-iterator" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc07588c853b50689205fb5c00498aa681d89828e0ce8cbd965ebc7a5d8ae260" |
| dependencies = [ |
| "extension-traits", |
| "lending-iterator-proc_macros", |
| "macro_rules_attribute", |
| "never-say-never", |
| "nougat", |
| "polonius-the-crab", |
| ] |
| |
| [[package]] |
| name = "lending-iterator-proc_macros" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5445dd1c0deb1e97b8a16561d17fc686ca83e8411128fb036e9668a72d51b1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "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.186" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| |
| [[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.5+1.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "005d6ae6eac1912906073e069f7db60b1fa98e052a68227824afe3e3a1c59ca2" |
| 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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899" |
| dependencies = [ |
| "liblzma-sys", |
| ] |
| |
| [[package]] |
| name = "liblzma-sys" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a60851d15cd8c5346eca4ab8babff585be2ae4bc8097c067291d3ffe2add3b6" |
| 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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" |
| 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.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2b1dd6fe32e55c0fc0ea9493aa57459ca3cf4ff3c857c7d0302290150da6e4f" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76dda8459b10a8960dfae91c1c77316fc15e7caf94f9f18794126512a8dc77e5" |
| |
| [[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.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90071f8077f8e40adfc4b7fe9cd495ce316263f19e75c2211eeff3fdf475a3d9" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[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 = "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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "macro_rules_attribute" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862" |
| dependencies = [ |
| "macro_rules_attribute-proc_macro", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "macro_rules_attribute-proc_macro" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d" |
| |
| [[package]] |
| name = "matchers" |
| version = "0.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.118", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" |
| |
| [[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.1", |
| "rcgen", |
| "ring", |
| "rustls", |
| "rustls-pemfile", |
| "scopeguard", |
| "server_common", |
| "socket2 0.6.4", |
| "tempfile", |
| "thiserror 2.0.18", |
| "tracing", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "metadata" |
| version = "0.1.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "bytemuck", |
| "bytes", |
| "compio", |
| "consensus", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "left-right", |
| "message_bus", |
| "paste", |
| "rmp-serde", |
| "serde", |
| "server_common", |
| "slab", |
| "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.118", |
| ] |
| |
| [[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 = "mio" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "mockall" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b" |
| dependencies = [ |
| "cfg-if", |
| "downcast", |
| "fragile", |
| "mockall_derive", |
| "predicates", |
| "predicates-tree", |
| ] |
| |
| [[package]] |
| name = "mockall_derive" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf" |
| dependencies = [ |
| "cfg-if", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" |
| 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.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8da0cd419a51a5fb44819e290fbdb0665a54f21dead8923446a799c7f4d26ad9" |
| dependencies = [ |
| "bson", |
| "mongocrypt-sys", |
| "once_cell", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "mongocrypt-sys" |
| version = "0.1.5+1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224484c5d09285a7b8cb0a0c117e847ebd14cb6e4470ecf68cdb89c503b0edb9" |
| |
| [[package]] |
| name = "mongodb" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "276ba0cd571553d1f6936c6f180964776ece6ab7507dc8765f8a9c9c49d8cd00" |
| dependencies = [ |
| "base64", |
| "bitflags 2.13.0", |
| "bson", |
| "derive-where", |
| "derive_more", |
| "futures-core", |
| "futures-io", |
| "futures-util", |
| "hex", |
| "hickory-net", |
| "hickory-proto", |
| "hickory-resolver", |
| "hmac 0.12.1", |
| "macro_magic", |
| "md-5 0.10.6", |
| "mongocrypt", |
| "mongodb-internal-macros", |
| "pbkdf2", |
| "percent-encoding", |
| "rand 0.9.4", |
| "rustc_version_runtime", |
| "rustls", |
| "serde", |
| "serde_bytes", |
| "serde_with", |
| "sha1 0.10.6", |
| "sha2 0.10.9", |
| "socket2 0.6.4", |
| "stringprep", |
| "strsim", |
| "take_mut", |
| "thiserror 2.0.18", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "typed-builder 0.22.0", |
| "uuid", |
| "webpki-roots 1.0.8", |
| ] |
| |
| [[package]] |
| name = "mongodb-internal-macros" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99ceb1a9a1018e470077ec94cf3a8c2d0e6da542b2c05ea95a59a0a627147375" |
| dependencies = [ |
| "macro_magic", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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 = "never-say-never" |
| version = "6.6.666" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf5a574dadd7941adeaa71823ecba5e28331b8313fb2e1c6a5c7e5981ea53ad6" |
| |
| [[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.0", |
| "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.0", |
| "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.0", |
| ] |
| |
| [[package]] |
| name = "nougat" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97b57b9ced431322f054fc673f1d3c7fa52d80efd9df74ad2fc759f044742510" |
| dependencies = [ |
| "macro_rules_attribute", |
| "nougat-proc_macros", |
| ] |
| |
| [[package]] |
| name = "nougat-proc_macros" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c84f77a45e99a2f9b492695d99e1c23844619caa5f3e57647cffacad773ca257" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.4.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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "rand 0.8.6", |
| "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.6", |
| "smallvec", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.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.118", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-modular" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc41a1374056e9672221567958a66c16be12d0e2c1b408761e14d901c237d5e0" |
| |
| [[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.0", |
| "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.0", |
| "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 = "object" |
| version = "0.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| 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", |
| "bytes", |
| "chrono", |
| "form_urlencoded", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http 1.4.2", |
| "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.1", |
| "reqwest 0.12.28", |
| "ring", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror 2.0.18", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| "wasm-bindgen-futures", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "octocrab" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe45bd53ce50c9e85e8a27259675f65d772165fe5eef3e278c1b6168c3f97623" |
| dependencies = [ |
| "arc-swap", |
| "async-trait", |
| "base64", |
| "bytes", |
| "cargo_metadata", |
| "cfg-if", |
| "chrono", |
| "futures", |
| "futures-util", |
| "getrandom 0.2.17", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "http-body-util", |
| "http-serde", |
| "hyper", |
| "hyper-rustls", |
| "hyper-timeout", |
| "hyper-util", |
| "jsonwebtoken", |
| "percent-encoding", |
| "pin-project", |
| "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.55.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d075ab8a203a6ab4bc1bce0a4b9fe486a72bf8b939037f4b78d95386384bc80a" |
| dependencies = [ |
| "anyhow", |
| "backon", |
| "base64", |
| "bytes", |
| "crc32c", |
| "futures", |
| "getrandom 0.2.17", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "jiff", |
| "log", |
| "md-5 0.10.6", |
| "percent-encoding", |
| "quick-xml 0.38.4", |
| "reqsign", |
| "reqwest 0.12.28", |
| "serde", |
| "serde_json", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[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.18", |
| "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.4.2", |
| "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.4.2", |
| "opentelemetry", |
| "opentelemetry-http", |
| "opentelemetry-proto", |
| "opentelemetry_sdk", |
| "prost", |
| "reqwest 0.13.4", |
| "thiserror 2.0.18", |
| "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ca2f98a0437b427b4b08f19f1caa3c44db885a202bc12cfea13d6c702243d68" |
| |
| [[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.4", |
| "thiserror 2.0.18", |
| "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 = "outref" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7" |
| 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 = "57.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e832c6aa20310fc6de7ea5a3f4e20d34fd83e3b43229d32b81ffe5c14d74692" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-array 57.3.1", |
| "arrow-buffer 57.3.1", |
| "arrow-cast 57.3.1", |
| "arrow-data 57.3.1", |
| "arrow-ipc 57.3.1", |
| "arrow-schema 57.3.1", |
| "arrow-select 57.3.1", |
| "base64", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.16.1", |
| "lz4_flex 0.12.2", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "paste", |
| "seq-macro", |
| "simdutf8", |
| "snap", |
| "thrift", |
| "tokio", |
| "twox-hash", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "58.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dafa7d01085b62a47dd0c1829550a0a36710ea9c4fe358a05a85477cec8a908" |
| dependencies = [ |
| "ahash 0.8.12", |
| "arrow-array 58.3.0", |
| "arrow-buffer 58.3.0", |
| "arrow-data 58.3.0", |
| "arrow-ipc 58.3.0", |
| "arrow-schema 58.3.0", |
| "arrow-select 58.3.0", |
| "base64", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.17.1", |
| "lz4_flex 0.13.1", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "object_store", |
| "paste", |
| "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.118", |
| ] |
| |
| [[package]] |
| name = "partitions" |
| version = "0.1.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "bytemuck", |
| "bytes", |
| "compio", |
| "consensus", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "message_bus", |
| "papaya", |
| "ringbuffer", |
| "server_common", |
| "smallvec", |
| "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.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| dependencies = [ |
| "base64ct", |
| "rand_core 0.6.4", |
| "subtle", |
| ] |
| |
| [[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.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| dependencies = [ |
| "digest 0.10.7", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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", |
| "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.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" |
| dependencies = [ |
| "memchr", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" |
| dependencies = [ |
| "pest", |
| "sha2 0.10.9", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" |
| 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.118", |
| ] |
| |
| [[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.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "png" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "crc32fast", |
| "fdeflate", |
| "flate2", |
| "miniz_oxide", |
| ] |
| |
| [[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 = "polonius-the-crab" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a69ee997a6282f8462abf1e0d8c38c965e968799e912b3bed8c9e8a28c2f9f" |
| |
| [[package]] |
| name = "polyval" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "opaque-debug", |
| "universal-hash", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| |
| [[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 = "potential_utf" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 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.118", |
| "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.118", |
| ] |
| |
| [[package]] |
| name = "prometheus-client" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba70bf887030e45213b4a95c9b08d5a450b157f87c1d63661ed0847a12fa2aad" |
| dependencies = [ |
| "dtoa", |
| "itoa", |
| "parking_lot", |
| "prometheus-client-derive-encode", |
| ] |
| |
| [[package]] |
| name = "prometheus-client-derive-encode" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9adf1691c04c0a5ff46ff8f262b58beb07b0dbb61f96f9f54f6cbd82106ed87f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "prost-reflect" |
| version = "0.16.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "590aa145fee8f7a26b5a6055365e7c5e89a5c1caae9869de76ec0ee73181a2f9" |
| 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.18", |
| ] |
| |
| [[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.18", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea" |
| 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 = "pxfm" |
| version = "0.1.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" |
| |
| [[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", |
| "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.37.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[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 = "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 0.6.4", |
| "thiserror 2.0.18", |
| "tokio", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-proto" |
| version = "0.11.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" |
| dependencies = [ |
| "aws-lc-rs", |
| "bytes", |
| "fastbloom", |
| "getrandom 0.3.4", |
| "lru-slab", |
| "rand 0.9.4", |
| "ring", |
| "rustc-hash", |
| "rustls", |
| "rustls-pki-types", |
| "rustls-platform-verifier 0.6.2", |
| "slab", |
| "thiserror 2.0.18", |
| "tinyvec", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-udp" |
| version = "0.5.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| dependencies = [ |
| "cfg_aliases", |
| "libc", |
| "once_cell", |
| "socket2 0.6.4", |
| "tracing", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" |
| 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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| dependencies = [ |
| "rand_chacha 0.9.0", |
| "rand_core 0.9.5", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" |
| 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_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.4", |
| "rand_chacha 0.9.0", |
| "simd_helpers", |
| "thiserror 2.0.18", |
| "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.0", |
| ] |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055" |
| dependencies = [ |
| "pem", |
| "ring", |
| "rustls-pki-types", |
| "time", |
| "x509-parser", |
| "yasna", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags 2.13.0", |
| ] |
| |
| [[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.18", |
| ] |
| |
| [[package]] |
| name = "ref-cast" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| dependencies = [ |
| "ref-cast-impl", |
| ] |
| |
| [[package]] |
| name = "ref-cast-impl" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 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" |
| version = "0.16.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43451dbf3590a7590684c25fb8d12ecdcc90ed3ac123433e500447c7d77ed701" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "base64", |
| "chrono", |
| "form_urlencoded", |
| "getrandom 0.2.17", |
| "hex", |
| "hmac 0.12.1", |
| "home", |
| "http 1.4.2", |
| "log", |
| "percent-encoding", |
| "quick-xml 0.37.5", |
| "rand 0.8.6", |
| "reqwest 0.12.28", |
| "rust-ini", |
| "serde", |
| "serde_json", |
| "sha1 0.10.6", |
| "sha2 0.10.9", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| dependencies = [ |
| "base64", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "h2 0.4.15", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "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.8", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| dependencies = [ |
| "base64", |
| "bytes", |
| "encoding_rs", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2 0.4.15", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "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 0.7.0", |
| "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.4.2", |
| "reqwest 0.13.4", |
| "serde", |
| "thiserror 2.0.18", |
| "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.4.2", |
| "hyper", |
| "reqwest 0.13.4", |
| "reqwest-middleware", |
| "retry-policies", |
| "thiserror 2.0.18", |
| "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.4.2", |
| "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.1", |
| ] |
| |
| [[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", |
| "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 = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0810a9f717d9828f475fe1f629f4c305c8464b7f496c3a854b58d29e65f4058e" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "bytes", |
| "chrono", |
| "futures", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "http-body-util", |
| "pastey 0.2.3", |
| "pin-project-lite", |
| "rand 0.10.1", |
| "reqwest 0.13.4", |
| "rmcp-macros", |
| "schemars 1.2.1", |
| "serde", |
| "serde_json", |
| "sse-stream", |
| "thiserror 2.0.18", |
| "tokio", |
| "tokio-stream", |
| "tokio-util", |
| "tower-service", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "rmcp-macros" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6aefac48c364756e97f04c0401ba3231e8607882c7c1d92da0437dc16307904d" |
| dependencies = [ |
| "darling 0.23.0", |
| "proc-macro2", |
| "quote", |
| "serde_json", |
| "syn 2.0.118", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9" |
| 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.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" |
| dependencies = [ |
| "rust-embed-impl", |
| "rust-embed-utils", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rust-embed-impl" |
| version = "8.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "rust-embed-utils", |
| "syn 2.0.118", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "rust-embed-utils" |
| version = "8.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1" |
| dependencies = [ |
| "sha2 0.10.9", |
| "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", |
| "bytes", |
| "cfg-if", |
| "futures-util", |
| "hex", |
| "hmac 0.12.1", |
| "http 1.4.2", |
| "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.18", |
| "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", |
| "rand 0.8.6", |
| "rkyv", |
| "serde", |
| "serde_json", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| |
| [[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.0", |
| "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.0", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.12.1", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" |
| 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.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" |
| dependencies = [ |
| "web-time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-platform-verifier" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" |
| dependencies = [ |
| "core-foundation 0.10.1", |
| "core-foundation-sys", |
| "jni 0.21.1", |
| "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" |
| 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 0.22.4", |
| "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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| dependencies = [ |
| "aws-lc-rs", |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| |
| [[package]] |
| name = "rustybuzz" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| dependencies = [ |
| "chrono", |
| "dyn-clone", |
| "ref-cast", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 2.0.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a62d7f86047af0077255a29494136b9aaaf697c76ff70b8e49cded4e2623c14" |
| dependencies = [ |
| "aes", |
| "cbc", |
| "futures-util", |
| "generic-array", |
| "getrandom 0.2.17", |
| "hkdf 0.12.4", |
| "num", |
| "once_cell", |
| "serde", |
| "sha2 0.10.9", |
| "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.0", |
| "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.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 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.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.150" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| dependencies = [ |
| "indexmap 2.14.0", |
| "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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.18", |
| "v8", |
| ] |
| |
| [[package]] |
| name = "serde_with" |
| version = "3.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" |
| dependencies = [ |
| "base64", |
| "bs58", |
| "chrono", |
| "hex", |
| "indexmap 1.9.3", |
| "indexmap 2.14.0", |
| "schemars 0.9.0", |
| "schemars 1.2.1", |
| "serde_core", |
| "serde_json", |
| "serde_with_macros", |
| "time", |
| ] |
| |
| [[package]] |
| name = "serde_with_macros" |
| version = "3.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" |
| dependencies = [ |
| "darling 0.23.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.0", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "serial_test" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d" |
| dependencies = [ |
| "futures-executor", |
| "futures-util", |
| "log", |
| "once_cell", |
| "parking_lot", |
| "serial_test_derive", |
| ] |
| |
| [[package]] |
| name = "serial_test_derive" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "server" |
| version = "0.8.1-edge.1" |
| dependencies = [ |
| "ahash 0.8.12", |
| "anyhow", |
| "async-channel", |
| "async_zip", |
| "axum", |
| "axum-server", |
| "bytes", |
| "chrono", |
| "clap", |
| "compio", |
| "configs", |
| "cpu_allocation", |
| "ctrlc", |
| "cyper", |
| "cyper-axum", |
| "dashmap", |
| "dotenvy", |
| "err_trail", |
| "error_set", |
| "figlet-rs", |
| "flume", |
| "fs2", |
| "futures", |
| "hash32 1.0.0", |
| "human-repr", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "jsonwebtoken", |
| "left-right", |
| "mimalloc", |
| "mime_guess", |
| "nix", |
| "papaya", |
| "prometheus-client", |
| "ringbuffer", |
| "rmp-serde", |
| "rust-embed", |
| "rustls", |
| "rustls-pemfile", |
| "sd-notify", |
| "secrecy", |
| "send_wrapper", |
| "serde", |
| "serde_json", |
| "server_common", |
| "shard_allocator", |
| "slab", |
| "socket2 0.6.4", |
| "strum 0.28.0", |
| "sysinfo 0.39.5", |
| "tempfile", |
| "thiserror 2.0.18", |
| "toml 1.1.2+spec-1.1.0", |
| "tower-http 0.7.0", |
| "tracing", |
| "ulid", |
| "uuid", |
| "vergen-git2", |
| ] |
| |
| [[package]] |
| name = "server-ng" |
| version = "0.8.0" |
| dependencies = [ |
| "ahash 0.8.12", |
| "argon2", |
| "assert_cmd", |
| "async-channel", |
| "async_zip", |
| "axum", |
| "axum-server", |
| "bytemuck", |
| "bytes", |
| "chrono", |
| "clap", |
| "compio", |
| "configs", |
| "consensus", |
| "crossfire", |
| "ctrlc", |
| "cyper", |
| "cyper-axum", |
| "dashmap", |
| "dotenvy", |
| "err_trail", |
| "error_set", |
| "figlet-rs", |
| "fs2", |
| "futures", |
| "hash32 1.0.0", |
| "human-repr", |
| "hwlocality", |
| "iggy", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "journal", |
| "jsonwebtoken", |
| "left-right", |
| "message_bus", |
| "metadata", |
| "mimalloc", |
| "mime_guess", |
| "nix", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "papaya", |
| "partitions", |
| "prometheus-client", |
| "rand 0.10.1", |
| "ringbuffer", |
| "rmp-serde", |
| "rolling-file", |
| "rust-embed", |
| "rustls", |
| "rustls-pemfile", |
| "secrecy", |
| "send_wrapper", |
| "serde", |
| "server_common", |
| "shard", |
| "shard_allocator", |
| "slab", |
| "socket2 0.6.4", |
| "strum 0.28.0", |
| "sysinfo 0.39.5", |
| "tempfile", |
| "thiserror 2.0.18", |
| "tokio", |
| "toml 1.1.2+spec-1.1.0", |
| "tower-http 0.7.0", |
| "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", |
| "lending-iterator", |
| "moka", |
| "nix", |
| "opentelemetry", |
| "opentelemetry-appender-tracing", |
| "opentelemetry-otlp", |
| "opentelemetry-semantic-conventions", |
| "opentelemetry_sdk", |
| "rand 0.10.1", |
| "rcgen", |
| "rolling-file", |
| "rustls", |
| "send_wrapper", |
| "serde", |
| "serial_test", |
| "smallvec", |
| "tempfile", |
| "thiserror 2.0.18", |
| "tokio", |
| "tracing", |
| "tracing-appender", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 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.0", |
| "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.0", |
| "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.18", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "shard_allocator" |
| version = "0.1.0" |
| dependencies = [ |
| "cpu_allocation", |
| "hwlocality", |
| "nix", |
| "thiserror 2.0.18", |
| "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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| |
| [[package]] |
| name = "simd-json" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4255126f310d2ba20048db6321c81ab376f6a6735608bf11f0785c41f01f64e3" |
| dependencies = [ |
| "halfbrown", |
| "ref-cast", |
| "serde", |
| "serde_json", |
| "simdutf8", |
| "value-trait", |
| ] |
| |
| [[package]] |
| name = "simd_cesu8" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" |
| 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.18", |
| "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", |
| "consensus", |
| "enumset", |
| "futures", |
| "iggy_binary_protocol", |
| "iggy_common", |
| "indexmap 2.14.0", |
| "journal", |
| "message_bus", |
| "metadata", |
| "partitions", |
| "rand 0.10.1", |
| "rand_xoshiro", |
| "server_common", |
| "shard", |
| "strum 0.28.0", |
| "tracing", |
| ] |
| |
| [[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.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 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.118", |
| ] |
| |
| [[package]] |
| name = "smawk" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100" |
| |
| [[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", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" |
| 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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "spinning_top" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "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 = "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", |
| "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.0", |
| "log", |
| "memchr", |
| "percent-encoding", |
| "rustls", |
| "serde", |
| "serde_json", |
| "sha2 0.10.9", |
| "smallvec", |
| "thiserror 2.0.18", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "url", |
| "uuid", |
| "webpki-roots 1.0.8", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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", |
| "hex", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "serde_json", |
| "sha2 0.10.9", |
| "sqlx-core", |
| "sqlx-mysql", |
| "sqlx-postgres", |
| "sqlx-sqlite", |
| "syn 2.0.118", |
| "thiserror 2.0.18", |
| "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.0", |
| "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.18", |
| "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", |
| "bitflags 2.13.0", |
| "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.1", |
| "serde", |
| "serde_json", |
| "sha2 0.11.0", |
| "smallvec", |
| "sqlx-core", |
| "stringprep", |
| "thiserror 2.0.18", |
| "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.18", |
| "tracing", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "sse-stream" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3962b63f038885f15bce2c6e02c0e7925c072f1ac86bb60fd44c5c6b762fb72" |
| dependencies = [ |
| "bytes", |
| "futures-util", |
| "http-body 1.0.1", |
| "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.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "640c8cdd92b6b12f5bcb1803ca3bbf5ab96e5e6b6b96b9ab77dabe9e880b3190" |
| 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.118", |
| "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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.118" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" |
| 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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "416090a4d8f6358526df5f9f65dfe28750b8b7bfd1fd8a5620f483fc4a75722c" |
| 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.118", |
| ] |
| |
| [[package]] |
| name = "synthez" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d8a928f38f1bc873f28e0d2ba8298ad65374a6ac2241dabd297271531a736cd" |
| dependencies = [ |
| "syn 2.0.118", |
| "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.118", |
| "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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c8bd2130a9b60bee2581bf82cfe89ee836424d1f37dcfa4ce21509611684673" |
| 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.0", |
| "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 = "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.118", |
| ] |
| |
| [[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.118", |
| "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.4.2", |
| "itertools 0.14.0", |
| "log", |
| "memchr", |
| "parse-display", |
| "pin-project-lite", |
| "reqwest 0.13.4", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "thiserror 2.0.18", |
| "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.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| dependencies = [ |
| "thiserror-impl 2.0.18", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "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.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327" |
| 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.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcef1a61bdb119096e153208ec5cbec23944ce8bca13be5c7f60c634f7403935" |
| 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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 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.52.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| dependencies = [ |
| "bytes", |
| "libc", |
| "mio", |
| "parking_lot", |
| "pin-project-lite", |
| "signal-hook-registry", |
| "socket2 0.6.4", |
| "tokio-macros", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-tungstenite" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" |
| dependencies = [ |
| "futures-util", |
| "log", |
| "rustls", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tungstenite", |
| "webpki-roots 0.26.11", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-io", |
| "futures-sink", |
| "futures-util", |
| "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.2+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| dependencies = [ |
| "indexmap 2.14.0", |
| "serde_core", |
| "serde_spanned 1.1.1", |
| "toml_datetime 1.1.1+spec-1.1.0", |
| "toml_parser", |
| "toml_writer", |
| "winnow 1.0.3", |
| ] |
| |
| [[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.0", |
| "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.0", |
| "serde", |
| "serde_spanned 0.6.9", |
| "toml_datetime 0.6.11", |
| "toml_write", |
| "winnow 0.7.15", |
| ] |
| |
| [[package]] |
| name = "toml_parser" |
| version = "1.1.2+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| dependencies = [ |
| "winnow 1.0.3", |
| ] |
| |
| [[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.1+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| |
| [[package]] |
| name = "tonic" |
| version = "0.14.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" |
| dependencies = [ |
| "async-trait", |
| "axum", |
| "base64", |
| "bytes", |
| "h2 0.4.15", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "http-body-util", |
| "hyper", |
| "hyper-timeout", |
| "hyper-util", |
| "percent-encoding", |
| "pin-project", |
| "socket2 0.6.4", |
| "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.1", |
| "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.0", |
| "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.0", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "http-body-util", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| "url", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" |
| dependencies = [ |
| "bitflags 2.13.0", |
| "bytes", |
| "http 1.4.2", |
| "http-body 1.0.1", |
| "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.18", |
| "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.118", |
| ] |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.4.2", |
| "httparse", |
| "log", |
| "rand 0.9.4", |
| "rustls", |
| "rustls-pki-types", |
| "sha1 0.10.6", |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "twox-hash" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" |
| dependencies = [ |
| "rand 0.9.4", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5a897b12c6c1151ad0b138b8db50252dc301f93bc3b027db05eec82aeed298c" |
| dependencies = [ |
| "erased-serde", |
| "inventory", |
| "once_cell", |
| "serde", |
| "typetag-impl", |
| ] |
| |
| [[package]] |
| name = "typetag-impl" |
| version = "0.2.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf808357c6ed7e13ba0f3277ec8d8f21b2d501274895104263985330c726c1c5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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 = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" |
| dependencies = [ |
| "rand 0.9.4", |
| "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.7", |
| "subtle", |
| ] |
| |
| [[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.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "ureq" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" |
| dependencies = [ |
| "base64", |
| "flate2", |
| "log", |
| "percent-encoding", |
| "rustls", |
| "rustls-pki-types", |
| "ureq-proto", |
| "utf8-zero", |
| "webpki-roots 1.0.8", |
| ] |
| |
| [[package]] |
| name = "ureq-proto" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" |
| dependencies = [ |
| "base64", |
| "http 1.4.2", |
| "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", |
| "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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" |
| |
| [[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.23.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "js-sys", |
| "rand 0.10.1", |
| "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.0", |
| "fslock", |
| "gzip-header", |
| "home", |
| "miniz_oxide", |
| "paste", |
| "which", |
| ] |
| |
| [[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.15.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" |
| |
| [[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.118", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e80f0c733af0720a501b3905d22e2f97662d8eacfe082a75ed7ffb5ab08cb59" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bdf18a54cf91b4d98a8e8b67f6321606539fbcdcac02536286ad1de37b53fd2" |
| dependencies = [ |
| "anyhow", |
| "bon", |
| "rustc_version", |
| "rustversion", |
| "sysinfo 0.39.5", |
| "time", |
| "vergen-lib", |
| ] |
| |
| [[package]] |
| name = "vergen-git2" |
| version = "10.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6e1ddb3075d894c0796fa8e592b778b1a6c034cb95d254372e5c2270adbfbfe" |
| dependencies = [ |
| "anyhow", |
| "bon", |
| "git2", |
| "rustversion", |
| "time", |
| "vergen", |
| "vergen-lib", |
| ] |
| |
| [[package]] |
| name = "vergen-lib" |
| version = "10.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "910e8471e27130bbc019e9bfa6bda16dfc4c6dd7c5d0793da70a9256caeae984" |
| 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 = "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 = "wasm-bindgen" |
| version = "0.2.125" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.125" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.125" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.125" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f" |
| 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.18", |
| ] |
| |
| [[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.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d" |
| 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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267" |
| 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.8", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf" |
| 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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d" |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[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.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" |
| 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", |
| "deadpool", |
| "futures", |
| "http 1.4.2", |
| "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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| |
| [[package]] |
| name = "wyz" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| dependencies = [ |
| "tap", |
| ] |
| |
| [[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.18", |
| "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 = "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.0", |
| "js-sys", |
| "rustversion", |
| "serde", |
| "slab", |
| "thiserror 2.0.18", |
| "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", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.118", |
| ] |
| |
| [[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.118", |
| ] |
| |
| [[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.118", |
| "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.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eee682d202a77e4a9f3b2c2bdf48a7b28af5c08c34ddf66f98c93e5e39464285" |
| 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.3", |
| "zbus_macros", |
| "zbus_names", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zbus-secret-service-keyring-store" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ccede190ba363386a24e8021c7f3848393976609ec9f5d1f8c6c09ef37075b4" |
| dependencies = [ |
| "keyring-core", |
| "secret-service", |
| "zbus", |
| ] |
| |
| [[package]] |
| name = "zbus_macros" |
| version = "5.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adf1bd45a81a103745b1757754762a26e8cd01e4532e4d6c8ec431624b80d1d6" |
| dependencies = [ |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| "zbus_names", |
| "zvariant", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zbus_names" |
| version = "4.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d" |
| dependencies = [ |
| "serde", |
| "winnow 1.0.3", |
| "zvariant", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.118", |
| "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.118", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| ] |
| |
| [[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.0", |
| "memchr", |
| "typed-path", |
| "zopfli", |
| ] |
| |
| [[package]] |
| name = "zlib-rs" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "977347db8caa080403f6b6b7c1cda9479a8e869316f7e13a59b19076a40f94e3" |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" |
| |
| [[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.1", |
| ] |
| |
| [[package]] |
| name = "zvariant" |
| version = "5.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a192a0bde63360d77a7523c833d4b4ce6070a927e2c53246e4c540b1a3e27be0" |
| dependencies = [ |
| "endi", |
| "enumflags2", |
| "serde", |
| "winnow 1.0.3", |
| "zvariant_derive", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zvariant_derive" |
| version = "5.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90bc6cde9c01c511074be97f7ccb6c19d0da89e3f8662e812e999dcfd4638737" |
| dependencies = [ |
| "proc-macro-crate 3.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.118", |
| "zvariant_utils", |
| ] |
| |
| [[package]] |
| name = "zvariant_utils" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e8535915cfa75547e559d8c68e8139909a4aeee076831e4ef7fc59d8172c4d6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.118", |
| "winnow 1.0.3", |
| ] |