| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "android-tzdata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| |
| [[package]] |
| name = "android_system_properties" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "annotate-snippets" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4" |
| dependencies = [ |
| "anstyle", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
| |
| [[package]] |
| name = "anstyle-lossy" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "934ff8719effd2023a48cf63e69536c1c3ced9d3895068f6f5cc9a4ff845e59b" |
| dependencies = [ |
| "anstyle", |
| ] |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-svg" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3607949e9f6de49ea4bafe12f5e4fd73613ebf24795e48587302a8cc0e4bb35" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "anstyle-lossy", |
| "html-escape", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" |
| dependencies = [ |
| "anstyle", |
| "once_cell", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.98" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" |
| |
| [[package]] |
| name = "argfile" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a1cc0ba69de57db40674c66f7cf2caee3981ddef084388482c95c0e2133e5e8" |
| dependencies = [ |
| "fs-err", |
| "os_str_bytes", |
| ] |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "assert_fs" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9" |
| dependencies = [ |
| "anstyle", |
| "doc-comment", |
| "globwalk", |
| "predicates", |
| "predicates-core", |
| "predicates-tree", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
| |
| [[package]] |
| name = "bincode" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" |
| dependencies = [ |
| "bincode_derive", |
| "serde", |
| "unty", |
| ] |
| |
| [[package]] |
| name = "bincode_derive" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" |
| dependencies = [ |
| "virtue", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
| |
| [[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 = "boxcar" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66bb12751a83493ef4b8da1120451a262554e216a247f14b48cb5e8fe7ed8bdf" |
| |
| [[package]] |
| name = "bstr" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" |
| dependencies = [ |
| "memchr", |
| "regex-automata 0.4.9", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "cachedir" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4703f3937077db8fa35bee3c8789343c1aec2585f0146f09d658d4ccc0e8d873" |
| dependencies = [ |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "castaway" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766" |
| dependencies = [ |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "num-traits", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "ciborium" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.5.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.5.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| ] |
| |
| [[package]] |
| name = "clap_complete" |
| version = "4.5.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1" |
| dependencies = [ |
| "clap", |
| ] |
| |
| [[package]] |
| name = "clap_complete_command" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da8e198c052315686d36371e8a3c5778b7852fc75cc313e4e11eeb7a644a1b62" |
| dependencies = [ |
| "clap", |
| "clap_complete", |
| "clap_complete_nushell", |
| ] |
| |
| [[package]] |
| name = "clap_complete_nushell" |
| version = "4.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a" |
| dependencies = [ |
| "clap", |
| "clap_complete", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.5.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
| |
| [[package]] |
| name = "clearscreen" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c41dc435a7b98e4608224bbf65282309f5403719df9113621b30f8b6f74e2f4" |
| dependencies = [ |
| "nix 0.29.0", |
| "terminfo", |
| "thiserror 2.0.12", |
| "which", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "codspeed" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93f4cce9c27c49c4f101fffeebb1826f41a9df2e7498b7cd4d95c0658b796c6c" |
| dependencies = [ |
| "colored 2.2.0", |
| "libc", |
| "serde", |
| "serde_json", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "codspeed-criterion-compat" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3c23d880a28a2aab52d38ca8481dd7a3187157d0a952196b6db1db3c8499725" |
| dependencies = [ |
| "codspeed", |
| "codspeed-criterion-compat-walltime", |
| "colored 2.2.0", |
| ] |
| |
| [[package]] |
| name = "codspeed-criterion-compat-walltime" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b0a2f7365e347f4f22a67e9ea689bf7bc89900a354e22e26cf8a531a42c8fbb" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "codspeed", |
| "criterion-plot", |
| "is-terminal", |
| "itertools 0.10.5", |
| "num-traits", |
| "once_cell", |
| "oorandom", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
| |
| [[package]] |
| name = "colored" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" |
| dependencies = [ |
| "lazy_static", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "colored" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "compact_str" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" |
| dependencies = [ |
| "castaway", |
| "cfg-if", |
| "itoa", |
| "rustversion", |
| "ryu", |
| "serde", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.15.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "once_cell", |
| "unicode-width 0.2.0", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "console_error_panic_hook" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "console_log" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f" |
| dependencies = [ |
| "log", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| |
| [[package]] |
| name = "countme" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" |
| dependencies = [ |
| "dashmap 5.5.3", |
| "once_cell", |
| "rustc-hash 1.1.0", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "criterion-plot", |
| "itertools 0.13.0", |
| "num-traits", |
| "oorandom", |
| "regex", |
| "serde", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| dependencies = [ |
| "cast", |
| "itertools 0.10.5", |
| ] |
| |
| [[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 = "crunchy" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73" |
| dependencies = [ |
| "nix 0.30.1", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "5.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| dependencies = [ |
| "cfg-if", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "difflib" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| ] |
| |
| [[package]] |
| name = "dir-test" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62c013fe825864f3e4593f36426c1fa7a74f5603f13ca8d1af7a990c1cd94a79" |
| dependencies = [ |
| "dir-test-macros", |
| ] |
| |
| [[package]] |
| name = "dir-test-macros" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d42f54d7b4a6bc2400fe5b338e35d1a335787585375322f49c5d5fe7b243da7e" |
| dependencies = [ |
| "glob", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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.59.0", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "doc-comment" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| |
| [[package]] |
| name = "drop_bomb" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" |
| |
| [[package]] |
| name = "dunce" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" |
| |
| [[package]] |
| name = "either" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| |
| [[package]] |
| name = "env_filter" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
| dependencies = [ |
| "log", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "env_home" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "env_filter", |
| "jiff", |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "escape8259" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6" |
| |
| [[package]] |
| name = "escargot" |
| version = "0.5.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83f351750780493fc33fa0ce8ba3c7d61f9736cfa3b3bb9ee2342643ffe40211" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "etcetera" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6" |
| dependencies = [ |
| "cfg-if", |
| "home", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| |
| [[package]] |
| name = "fern" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "libredox", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fs-err" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "fsevent-sys" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
| dependencies = [ |
| "unicode-width 0.1.14", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi 0.11.0+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi", |
| "wasi 0.14.2+wasi-0.2.4", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "log", |
| "regex-automata 0.4.9", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "globwalk" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "ignore", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| dependencies = [ |
| "ahash", |
| "allocator-api2", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "hashlink" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| dependencies = [ |
| "hashbrown 0.15.3", |
| ] |
| |
| [[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.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" |
| |
| [[package]] |
| name = "home" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "html-escape" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| dependencies = [ |
| "utf8-width", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "potential_utf", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
| dependencies = [ |
| "crossbeam-deque", |
| "globset", |
| "log", |
| "memchr", |
| "regex-automata 0.4.9", |
| "same-file", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "imara-diff" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" |
| dependencies = [ |
| "hashbrown 0.15.3", |
| ] |
| |
| [[package]] |
| name = "imperative" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29a1f6526af721f9aec9ceed7ab8ebfca47f3399d08b80056c2acca3fcb694a9" |
| dependencies = [ |
| "phf", |
| "rust-stemmers", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.15.3", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indicatif" |
| version = "0.17.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
| dependencies = [ |
| "console", |
| "number_prefix", |
| "portable-atomic", |
| "unicode-width 0.2.0", |
| "vt100", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "2.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "insta" |
| version = "1.43.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" |
| dependencies = [ |
| "console", |
| "globset", |
| "once_cell", |
| "pest", |
| "pest_derive", |
| "regex", |
| "ron", |
| "serde", |
| "similar", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "insta-cmd" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffeeefa927925cced49ccb01bf3e57c9d4cd132df21e576eb9415baeab2d3de6" |
| dependencies = [ |
| "insta", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "is-docker" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "is-macro" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" |
| dependencies = [ |
| "hermit-abi 0.5.1", |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "is-wsl" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" |
| dependencies = [ |
| "is-docker", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[package]] |
| name = "jiff" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93" |
| dependencies = [ |
| "jiff-static", |
| "jiff-tzdb-platform", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "jiff-tzdb" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524" |
| |
| [[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 = "jobserver" |
| version = "0.1.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "jod-thread" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a037eddb7d28de1d0fc42411f501b53b75838d313908078d6698d064f3029b24" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.172" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" |
| |
| [[package]] |
| name = "libcst" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ac076e37f8fe6bcddbb6c3282897e6e9498b254907ccbfc806dc8f9f1491f02" |
| dependencies = [ |
| "annotate-snippets", |
| "libcst_derive", |
| "memchr", |
| "paste", |
| "peg", |
| "regex", |
| "thiserror 2.0.12", |
| ] |
| |
| [[package]] |
| name = "libcst_derive" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cf4a12c744a301b216c4f0cb73542709ab15e6dadbb06966ac05864109d05da" |
| dependencies = [ |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "libc", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "libtest-mimic" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc0bda45ed5b3a2904262c1bb91e526127aa70e7ef3758aba2ef93cf896b9b58" |
| dependencies = [ |
| "clap", |
| "escape8259", |
| "termcolor", |
| "threadpool", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9462c4dc73e17f971ec1f171d44bfffb72e65a130117233388a0ebc7ec5656f9" |
| dependencies = [ |
| "crossbeam-channel", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lsp-types" |
| version = "0.95.1" |
| source = "git+https://github.com/astral-sh/lsp-types.git?rev=3512a9f#3512a9f33eadc5402cfab1b8f7340824c8ca1439" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "url", |
| ] |
| |
| [[package]] |
| name = "markdown" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb" |
| dependencies = [ |
| "unicode-id", |
| ] |
| |
| [[package]] |
| name = "matchers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| dependencies = [ |
| "regex-automata 0.1.10", |
| ] |
| |
| [[package]] |
| name = "matches" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" |
| |
| [[package]] |
| name = "matchit" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f926ade0c4e170215ae43342bf13b9310a437609c81f29f86c5df6657582ef9" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "minicov" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b" |
| dependencies = [ |
| "cc", |
| "walkdir", |
| ] |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" |
| dependencies = [ |
| "adler2", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi 0.11.0+wasi-snapshot-preview1", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "natord" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c" |
| |
| [[package]] |
| name = "newtype-uuid" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee3224f0e8be7c2a1ebc77ef9c3eecb90f55c6594399ee825de964526b3c9056" |
| dependencies = [ |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "normalize-line-endings" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
| |
| [[package]] |
| name = "notify" |
| version = "8.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.46.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| dependencies = [ |
| "overload", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi 0.3.9", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "number_prefix" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| |
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "ordermap" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d31b8b7a99f71bdff4235faf9ce9eada0ad3562c8fbeb7d607d9f41a6ec569d" |
| dependencies = [ |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "os_pipe" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "os_str_bytes" |
| version = "7.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c86e2db86dd008b4c88c77a9bb83d9286bf77204e255bb3fda3b2eebcae66b62" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "overload" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "path-absolutize" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" |
| dependencies = [ |
| "path-dedot", |
| ] |
| |
| [[package]] |
| name = "path-dedot" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "path-slash" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" |
| |
| [[package]] |
| name = "pathdiff" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
| |
| [[package]] |
| name = "peg" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477" |
| dependencies = [ |
| "peg-macros", |
| "peg-runtime", |
| ] |
| |
| [[package]] |
| name = "peg-macros" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71" |
| dependencies = [ |
| "peg-runtime", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "peg-runtime" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca" |
| |
| [[package]] |
| name = "pep440_rs" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31095ca1f396e3de32745f42b20deef7bc09077f918b085307e8eab6ddd8fb9c" |
| dependencies = [ |
| "once_cell", |
| "serde", |
| "unicode-width 0.2.0", |
| "unscanny", |
| "version-ranges", |
| ] |
| |
| [[package]] |
| name = "pep508_rs" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "faee7227064121fcadcd2ff788ea26f0d8f2bd23a0574da11eca23bc935bcc05" |
| dependencies = [ |
| "boxcar", |
| "indexmap", |
| "itertools 0.13.0", |
| "once_cell", |
| "pep440_rs", |
| "regex", |
| "rustc-hash 2.1.1", |
| "serde", |
| "smallvec", |
| "thiserror 1.0.69", |
| "unicode-width 0.2.0", |
| "url", |
| "urlencoding", |
| "version-ranges", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[package]] |
| name = "pest" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" |
| dependencies = [ |
| "memchr", |
| "thiserror 2.0.12", |
| "ucd-trie", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" |
| dependencies = [ |
| "once_cell", |
| "pest", |
| "sha2", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| dependencies = [ |
| "phf_shared", |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" |
| |
| [[package]] |
| name = "portable-atomic-util" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "predicates" |
| version = "3.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" |
| dependencies = [ |
| "anstyle", |
| "difflib", |
| "predicates-core", |
| ] |
| |
| [[package]] |
| name = "predicates-core" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" |
| |
| [[package]] |
| name = "predicates-tree" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" |
| dependencies = [ |
| "predicates-core", |
| "termtree", |
| ] |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
| dependencies = [ |
| "diff", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "pyproject-toml" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "643af57c3f36ba90a8b53e972727d8092f7408a9ebfbaf4c3d2c17b07c58d835" |
| dependencies = [ |
| "indexmap", |
| "pep440_rs", |
| "pep508_rs", |
| "serde", |
| "thiserror 1.0.69", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "quick-junit" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ed1a693391a16317257103ad06a88c6529ac640846021da7c435a06fffdacd7" |
| dependencies = [ |
| "chrono", |
| "indexmap", |
| "newtype-uuid", |
| "quick-xml", |
| "strip-ansi-escapes", |
| "thiserror 2.0.12", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.37.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "quickcheck" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" |
| dependencies = [ |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "quickcheck_macros" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" |
| dependencies = [ |
| "rand_chacha 0.9.0", |
| "rand_core 0.9.3", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.9.3", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.16", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| dependencies = [ |
| "getrandom 0.3.3", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "libredox", |
| "thiserror 2.0.12", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata 0.4.9", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| dependencies = [ |
| "regex-syntax 0.6.29", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.8.5", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| |
| [[package]] |
| name = "ron" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" |
| dependencies = [ |
| "base64", |
| "bitflags 1.3.2", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ruff" |
| version = "0.11.12" |
| dependencies = [ |
| "anyhow", |
| "argfile", |
| "assert_fs", |
| "bincode", |
| "bitflags 2.9.1", |
| "cachedir", |
| "clap", |
| "clap_complete_command", |
| "clearscreen", |
| "colored 3.0.0", |
| "filetime", |
| "globwalk", |
| "ignore", |
| "indoc", |
| "insta", |
| "insta-cmd", |
| "is-macro", |
| "itertools 0.14.0", |
| "jiff", |
| "log", |
| "mimalloc", |
| "notify", |
| "path-absolutize", |
| "rayon", |
| "regex", |
| "ruff_cache", |
| "ruff_db", |
| "ruff_diagnostics", |
| "ruff_graph", |
| "ruff_linter", |
| "ruff_macros", |
| "ruff_notebook", |
| "ruff_options_metadata", |
| "ruff_python_ast", |
| "ruff_python_formatter", |
| "ruff_python_parser", |
| "ruff_server", |
| "ruff_source_file", |
| "ruff_text_size", |
| "ruff_workspace", |
| "rustc-hash 2.1.1", |
| "serde", |
| "serde_json", |
| "shellexpand", |
| "strum", |
| "tempfile", |
| "test-case", |
| "thiserror 2.0.12", |
| "tikv-jemallocator", |
| "toml", |
| "tracing", |
| "walkdir", |
| "wild", |
| ] |
| |
| [[package]] |
| name = "ruff_annotate_snippets" |
| version = "0.1.0" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "memchr", |
| "ruff_annotate_snippets", |
| "serde", |
| "snapbox", |
| "toml", |
| "tryfn", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "ruff_benchmark" |
| version = "0.0.0" |
| dependencies = [ |
| "codspeed-criterion-compat", |
| "criterion", |
| "mimalloc", |
| "rayon", |
| "ruff_db", |
| "ruff_linter", |
| "ruff_python_ast", |
| "ruff_python_formatter", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "rustc-hash 2.1.1", |
| "tikv-jemallocator", |
| "ty_project", |
| ] |
| |
| [[package]] |
| name = "ruff_cache" |
| version = "0.0.0" |
| dependencies = [ |
| "filetime", |
| "glob", |
| "globset", |
| "itertools 0.14.0", |
| "regex", |
| "ruff_macros", |
| "seahash", |
| ] |
| |
| [[package]] |
| name = "ruff_db" |
| version = "0.0.0" |
| dependencies = [ |
| "anstyle", |
| "camino", |
| "countme", |
| "dashmap 6.1.0", |
| "dunce", |
| "etcetera", |
| "filetime", |
| "glob", |
| "ignore", |
| "insta", |
| "matchit", |
| "path-slash", |
| "ruff_annotate_snippets", |
| "ruff_cache", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "schemars", |
| "serde", |
| "tempfile", |
| "thiserror 2.0.12", |
| "tracing", |
| "tracing-subscriber", |
| "web-time", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "ruff_dev" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "ignore", |
| "imara-diff", |
| "indicatif", |
| "indoc", |
| "itertools 0.14.0", |
| "libcst", |
| "markdown", |
| "pretty_assertions", |
| "rayon", |
| "regex", |
| "ruff", |
| "ruff_formatter", |
| "ruff_linter", |
| "ruff_notebook", |
| "ruff_options_metadata", |
| "ruff_python_ast", |
| "ruff_python_codegen", |
| "ruff_python_formatter", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_workspace", |
| "schemars", |
| "serde", |
| "serde_json", |
| "similar", |
| "strum", |
| "tempfile", |
| "toml", |
| "tracing", |
| "tracing-indicatif", |
| "tracing-subscriber", |
| "ty", |
| "ty_project", |
| "url", |
| ] |
| |
| [[package]] |
| name = "ruff_diagnostics" |
| version = "0.0.0" |
| dependencies = [ |
| "is-macro", |
| "ruff_text_size", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ruff_formatter" |
| version = "0.0.0" |
| dependencies = [ |
| "drop_bomb", |
| "ruff_cache", |
| "ruff_macros", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "schemars", |
| "serde", |
| "static_assertions", |
| "tracing", |
| "unicode-width 0.2.0", |
| ] |
| |
| [[package]] |
| name = "ruff_graph" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "ruff_cache", |
| "ruff_db", |
| "ruff_linter", |
| "ruff_macros", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "salsa", |
| "schemars", |
| "serde", |
| "ty_python_semantic", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "ruff_index" |
| version = "0.0.0" |
| dependencies = [ |
| "ruff_macros", |
| "salsa", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "ruff_linter" |
| version = "0.11.12" |
| dependencies = [ |
| "aho-corasick", |
| "anyhow", |
| "bitflags 2.9.1", |
| "clap", |
| "colored 3.0.0", |
| "fern", |
| "glob", |
| "globset", |
| "imperative", |
| "insta", |
| "is-macro", |
| "is-wsl", |
| "itertools 0.14.0", |
| "jiff", |
| "libcst", |
| "log", |
| "memchr", |
| "natord", |
| "path-absolutize", |
| "pathdiff", |
| "pep440_rs", |
| "pyproject-toml", |
| "quick-junit", |
| "regex", |
| "ruff_annotate_snippets", |
| "ruff_cache", |
| "ruff_db", |
| "ruff_diagnostics", |
| "ruff_macros", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_python_codegen", |
| "ruff_python_index", |
| "ruff_python_literal", |
| "ruff_python_parser", |
| "ruff_python_semantic", |
| "ruff_python_stdlib", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "schemars", |
| "serde", |
| "serde_json", |
| "similar", |
| "smallvec", |
| "strum", |
| "strum_macros", |
| "tempfile", |
| "test-case", |
| "thiserror 2.0.12", |
| "toml", |
| "typed-arena", |
| "unicode-normalization", |
| "unicode-width 0.2.0", |
| "unicode_names2", |
| "url", |
| ] |
| |
| [[package]] |
| name = "ruff_macros" |
| version = "0.0.0" |
| dependencies = [ |
| "heck", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "ruff_python_trivia", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "ruff_notebook" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.14.0", |
| "rand 0.9.1", |
| "ruff_diagnostics", |
| "ruff_source_file", |
| "ruff_text_size", |
| "serde", |
| "serde_json", |
| "serde_with", |
| "test-case", |
| "thiserror 2.0.12", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "ruff_options_metadata" |
| version = "0.0.0" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ruff_python_ast" |
| version = "0.0.0" |
| dependencies = [ |
| "aho-corasick", |
| "bitflags 2.9.1", |
| "compact_str", |
| "is-macro", |
| "itertools 0.14.0", |
| "memchr", |
| "ruff_cache", |
| "ruff_macros", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "schemars", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ruff_python_ast_integration_tests" |
| version = "0.0.0" |
| dependencies = [ |
| "insta", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_text_size", |
| ] |
| |
| [[package]] |
| name = "ruff_python_codegen" |
| version = "0.0.0" |
| dependencies = [ |
| "ruff_python_ast", |
| "ruff_python_literal", |
| "ruff_python_parser", |
| "ruff_source_file", |
| "ruff_text_size", |
| "test-case", |
| ] |
| |
| [[package]] |
| name = "ruff_python_formatter" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "countme", |
| "insta", |
| "itertools 0.14.0", |
| "memchr", |
| "regex", |
| "ruff_cache", |
| "ruff_db", |
| "ruff_formatter", |
| "ruff_macros", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "schemars", |
| "serde", |
| "serde_json", |
| "similar", |
| "smallvec", |
| "static_assertions", |
| "thiserror 2.0.12", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ruff_python_index" |
| version = "0.0.0" |
| dependencies = [ |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| ] |
| |
| [[package]] |
| name = "ruff_python_literal" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "itertools 0.14.0", |
| "ruff_python_ast", |
| "unic-ucd-category", |
| ] |
| |
| [[package]] |
| name = "ruff_python_parser" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "bitflags 2.9.1", |
| "bstr", |
| "compact_str", |
| "insta", |
| "memchr", |
| "ruff_annotate_snippets", |
| "ruff_python_ast", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "serde", |
| "serde_json", |
| "static_assertions", |
| "unicode-ident", |
| "unicode-normalization", |
| "unicode_names2", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "ruff_python_resolver" |
| version = "0.0.0" |
| dependencies = [ |
| "env_logger", |
| "insta", |
| "log", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "ruff_python_semantic" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "insta", |
| "is-macro", |
| "ruff_cache", |
| "ruff_index", |
| "ruff_macros", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_python_stdlib", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "schemars", |
| "serde", |
| "smallvec", |
| "test-case", |
| ] |
| |
| [[package]] |
| name = "ruff_python_stdlib" |
| version = "0.0.0" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "ruff_python_trivia" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools 0.14.0", |
| "ruff_source_file", |
| "ruff_text_size", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "ruff_python_trivia_integration_tests" |
| version = "0.0.0" |
| dependencies = [ |
| "insta", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_text_size", |
| ] |
| |
| [[package]] |
| name = "ruff_server" |
| version = "0.2.2" |
| dependencies = [ |
| "anyhow", |
| "crossbeam", |
| "ignore", |
| "insta", |
| "jod-thread", |
| "libc", |
| "lsp-server", |
| "lsp-types", |
| "regex", |
| "ruff_diagnostics", |
| "ruff_formatter", |
| "ruff_linter", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_python_codegen", |
| "ruff_python_formatter", |
| "ruff_python_index", |
| "ruff_python_parser", |
| "ruff_source_file", |
| "ruff_text_size", |
| "ruff_workspace", |
| "rustc-hash 2.1.1", |
| "serde", |
| "serde_json", |
| "shellexpand", |
| "thiserror 2.0.12", |
| "toml", |
| "tracing", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "ruff_source_file" |
| version = "0.0.0" |
| dependencies = [ |
| "memchr", |
| "ruff_text_size", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ruff_text_size" |
| version = "0.0.0" |
| dependencies = [ |
| "schemars", |
| "serde", |
| "serde_test", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "ruff_wasm" |
| version = "0.11.12" |
| dependencies = [ |
| "console_error_panic_hook", |
| "console_log", |
| "getrandom 0.3.3", |
| "js-sys", |
| "log", |
| "ruff_formatter", |
| "ruff_linter", |
| "ruff_python_ast", |
| "ruff_python_codegen", |
| "ruff_python_formatter", |
| "ruff_python_index", |
| "ruff_python_parser", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "ruff_workspace", |
| "serde", |
| "serde-wasm-bindgen", |
| "uuid", |
| "wasm-bindgen", |
| "wasm-bindgen-test", |
| ] |
| |
| [[package]] |
| name = "ruff_workspace" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "colored 3.0.0", |
| "etcetera", |
| "glob", |
| "globset", |
| "ignore", |
| "indexmap", |
| "is-macro", |
| "itertools 0.14.0", |
| "log", |
| "matchit", |
| "path-absolutize", |
| "path-slash", |
| "pep440_rs", |
| "regex", |
| "ruff_cache", |
| "ruff_formatter", |
| "ruff_graph", |
| "ruff_linter", |
| "ruff_macros", |
| "ruff_options_metadata", |
| "ruff_python_ast", |
| "ruff_python_formatter", |
| "ruff_python_semantic", |
| "ruff_python_stdlib", |
| "ruff_source_file", |
| "rustc-hash 2.1.1", |
| "schemars", |
| "serde", |
| "shellexpand", |
| "strum", |
| "tempfile", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "rust-stemmers" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" |
| dependencies = [ |
| "serde", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[package]] |
| name = "rustc-stable-hash" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08" |
| |
| [[package]] |
| name = "rustix" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" |
| dependencies = [ |
| "bitflags 2.9.1", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| |
| [[package]] |
| name = "salsa" |
| version = "0.22.0" |
| source = "git+https://github.com/carljm/salsa.git?rev=0f6d406f6c309964279baef71588746b8c67b4a3#0f6d406f6c309964279baef71588746b8c67b4a3" |
| dependencies = [ |
| "boxcar", |
| "compact_str", |
| "crossbeam-queue", |
| "dashmap 6.1.0", |
| "hashbrown 0.14.5", |
| "hashbrown 0.15.3", |
| "hashlink", |
| "indexmap", |
| "parking_lot", |
| "portable-atomic", |
| "rayon", |
| "rustc-hash 2.1.1", |
| "salsa-macro-rules", |
| "salsa-macros", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "salsa-macro-rules" |
| version = "0.22.0" |
| source = "git+https://github.com/carljm/salsa.git?rev=0f6d406f6c309964279baef71588746b8c67b4a3#0f6d406f6c309964279baef71588746b8c67b4a3" |
| |
| [[package]] |
| name = "salsa-macros" |
| version = "0.22.0" |
| source = "git+https://github.com/carljm/salsa.git?rev=0f6d406f6c309964279baef71588746b8c67b4a3#0f6d406f6c309964279baef71588746b8c67b4a3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[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 = "schemars" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "seahash" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.219" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-wasm-bindgen" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" |
| dependencies = [ |
| "js-sys", |
| "serde", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.219" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.140" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_test" |
| version = "1.0.177" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_with" |
| version = "3.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" |
| dependencies = [ |
| "serde", |
| "serde_derive", |
| "serde_with_macros", |
| ] |
| |
| [[package]] |
| name = "serde_with_macros" |
| version = "3.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shellexpand" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" |
| dependencies = [ |
| "dirs", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "similar" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" |
| |
| [[package]] |
| name = "snapbox" |
| version = "0.6.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96dcfc4581e3355d70ac2ee14cfdf81dce3d85c85f1ed9e2c1d3013f53b3436b" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "anstyle-svg", |
| "escargot", |
| "libc", |
| "normalize-line-endings", |
| "os_pipe", |
| "serde_json", |
| "similar", |
| "snapbox-macros", |
| "wait-timeout", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "snapbox-macros" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16569f53ca23a41bb6f62e0a5084aa1661f4814a67fa33696a79073e03a664af" |
| dependencies = [ |
| "anstream", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strip-ansi-escapes" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" |
| dependencies = [ |
| "vte 0.14.1", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" |
| dependencies = [ |
| "strum_macros", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.3.3", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" |
| dependencies = [ |
| "rustix", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "terminfo" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" |
| dependencies = [ |
| "fnv", |
| "nom", |
| "phf", |
| "phf_codegen", |
| ] |
| |
| [[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", |
| ] |
| |
| [[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", |
| "test-case-core", |
| ] |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| dependencies = [ |
| "thiserror-impl 2.0.12", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "threadpool" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| dependencies = [ |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_write", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_write" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "log", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-flame" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" |
| dependencies = [ |
| "lazy_static", |
| "tracing", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "tracing-indicatif" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8201ca430e0cd893ef978226fd3516c06d9c494181c8bf4e5b32e30ed4b40aa1" |
| dependencies = [ |
| "indicatif", |
| "tracing", |
| "tracing-core", |
| "tracing-subscriber", |
| ] |
| |
| [[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-subscriber" |
| version = "0.3.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
| dependencies = [ |
| "chrono", |
| "matchers", |
| "nu-ansi-term", |
| "once_cell", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tryfn" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fe242ee9e646acec9ab73a5c540e8543ed1b107f0ce42be831e0775d423c396" |
| dependencies = [ |
| "ignore", |
| "libtest-mimic", |
| "snapbox", |
| ] |
| |
| [[package]] |
| name = "ty" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "argfile", |
| "clap", |
| "clap_complete_command", |
| "colored 3.0.0", |
| "countme", |
| "crossbeam", |
| "ctrlc", |
| "dunce", |
| "filetime", |
| "indicatif", |
| "insta", |
| "insta-cmd", |
| "jiff", |
| "rayon", |
| "regex", |
| "ruff_db", |
| "ruff_python_ast", |
| "ruff_python_trivia", |
| "salsa", |
| "tempfile", |
| "toml", |
| "tracing", |
| "tracing-flame", |
| "tracing-subscriber", |
| "ty_project", |
| "ty_python_semantic", |
| "ty_server", |
| "wild", |
| ] |
| |
| [[package]] |
| name = "ty_ide" |
| version = "0.0.0" |
| dependencies = [ |
| "insta", |
| "ruff_db", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "smallvec", |
| "tracing", |
| "ty_python_semantic", |
| "ty_vendored", |
| ] |
| |
| [[package]] |
| name = "ty_project" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam", |
| "glob", |
| "insta", |
| "notify", |
| "pep440_rs", |
| "rayon", |
| "ruff_cache", |
| "ruff_db", |
| "ruff_macros", |
| "ruff_options_metadata", |
| "ruff_python_ast", |
| "ruff_python_formatter", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "schemars", |
| "serde", |
| "thiserror 2.0.12", |
| "toml", |
| "tracing", |
| "ty_ide", |
| "ty_python_semantic", |
| "ty_vendored", |
| ] |
| |
| [[package]] |
| name = "ty_python_semantic" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "bitflags 2.9.1", |
| "camino", |
| "compact_str", |
| "countme", |
| "dir-test", |
| "drop_bomb", |
| "hashbrown 0.15.3", |
| "indexmap", |
| "insta", |
| "itertools 0.14.0", |
| "memchr", |
| "ordermap", |
| "quickcheck", |
| "quickcheck_macros", |
| "ruff_db", |
| "ruff_index", |
| "ruff_macros", |
| "ruff_python_ast", |
| "ruff_python_literal", |
| "ruff_python_parser", |
| "ruff_python_stdlib", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "schemars", |
| "serde", |
| "smallvec", |
| "static_assertions", |
| "strum", |
| "strum_macros", |
| "tempfile", |
| "test-case", |
| "thiserror 2.0.12", |
| "tracing", |
| "ty_test", |
| "ty_vendored", |
| ] |
| |
| [[package]] |
| name = "ty_server" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam", |
| "jod-thread", |
| "libc", |
| "lsp-server", |
| "lsp-types", |
| "ruff_db", |
| "ruff_notebook", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "serde", |
| "serde_json", |
| "shellexpand", |
| "tracing", |
| "tracing-subscriber", |
| "ty_ide", |
| "ty_project", |
| "ty_python_semantic", |
| ] |
| |
| [[package]] |
| name = "ty_test" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "camino", |
| "colored 3.0.0", |
| "insta", |
| "memchr", |
| "regex", |
| "ruff_db", |
| "ruff_index", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash 2.1.1", |
| "rustc-stable-hash", |
| "salsa", |
| "serde", |
| "smallvec", |
| "tempfile", |
| "thiserror 2.0.12", |
| "toml", |
| "tracing", |
| "ty_python_semantic", |
| "ty_vendored", |
| ] |
| |
| [[package]] |
| name = "ty_vendored" |
| version = "0.0.0" |
| dependencies = [ |
| "path-slash", |
| "ruff_db", |
| "walkdir", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "ty_wasm" |
| version = "0.0.0" |
| dependencies = [ |
| "console_error_panic_hook", |
| "console_log", |
| "getrandom 0.3.3", |
| "js-sys", |
| "log", |
| "ruff_db", |
| "ruff_notebook", |
| "ruff_python_formatter", |
| "ruff_source_file", |
| "ruff_text_size", |
| "serde-wasm-bindgen", |
| "ty_ide", |
| "ty_project", |
| "ty_python_semantic", |
| "uuid", |
| "wasm-bindgen", |
| "wasm-bindgen-test", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| |
| [[package]] |
| name = "typenum" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| |
| [[package]] |
| name = "unic-char-property" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| dependencies = [ |
| "unic-char-range", |
| ] |
| |
| [[package]] |
| name = "unic-char-range" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| |
| [[package]] |
| name = "unic-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| |
| [[package]] |
| name = "unic-ucd-category" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0" |
| dependencies = [ |
| "matches", |
| "unic-char-property", |
| "unic-char-range", |
| "unic-ucd-version", |
| ] |
| |
| [[package]] |
| name = "unic-ucd-version" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| dependencies = [ |
| "unic-common", |
| ] |
| |
| [[package]] |
| name = "unicode-id" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10103c57044730945224467c09f71a4db0071c123a0648cc3e818913bde6b561" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| |
| [[package]] |
| name = "unicode_names2" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd" |
| dependencies = [ |
| "phf", |
| "unicode_names2_generator", |
| ] |
| |
| [[package]] |
| name = "unicode_names2_generator" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e" |
| dependencies = [ |
| "getopts", |
| "log", |
| "phf_codegen", |
| "rand 0.8.5", |
| ] |
| |
| [[package]] |
| name = "unscanny" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47" |
| |
| [[package]] |
| name = "unty" |
| version = "0.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "urlencoding" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| |
| [[package]] |
| name = "utf8-width" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "js-sys", |
| "rand 0.9.1", |
| "uuid-macro-internal", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "uuid-macro-internal" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b682e8c381995ea03130e381928e0e005b7c9eb483c6c8682f50e07b33c2b7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| |
| [[package]] |
| name = "version-ranges" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8d079415ceb2be83fc355adbadafe401307d5c309c7e6ade6638e6f9f42f42d" |
| dependencies = [ |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "virtue" |
| version = "0.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" |
| |
| [[package]] |
| name = "vt100" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84cd863bf0db7e392ba3bd04994be3473491b31e66340672af5d11943c6274de" |
| dependencies = [ |
| "itoa", |
| "log", |
| "unicode-width 0.1.14", |
| "vte 0.11.1", |
| ] |
| |
| [[package]] |
| name = "vte" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" |
| dependencies = [ |
| "arrayvec", |
| "utf8parse", |
| "vte_generate_state_changes", |
| ] |
| |
| [[package]] |
| name = "vte" |
| version = "0.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "vte_generate_state_changes" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[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 = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.14.2+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
| dependencies = [ |
| "wit-bindgen-rt", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-test" |
| version = "0.3.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66c8d5e33ca3b6d9fa3b4676d774c5778031d27a578c2b007f905acf816152c3" |
| dependencies = [ |
| "js-sys", |
| "minicov", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-bindgen-test-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-test-macro" |
| version = "0.3.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17d5042cc5fa009658f9a7333ef24291b1291a25b6382dd68862a7f3b969f69b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "which" |
| version = "7.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" |
| dependencies = [ |
| "either", |
| "env_home", |
| "rustix", |
| "winsafe", |
| ] |
| |
| [[package]] |
| name = "wild" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1" |
| dependencies = [ |
| "glob", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.61.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46ec44dc15085cea82cf9c78f85a9114c463a369786585ad2882d1ff0b0acf40" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link", |
| "windows-result", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b895b5356fc36103d0f64dd1e94dfa7ac5633f1c9dd6e80fe9ec4adef69e09d" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a7ab927b2637c19b3dbe0965e75d8f2d30bdd697a1516191cad2ec4df8fb28a" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[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_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[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_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "winsafe" |
| version = "0.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" |
| |
| [[package]] |
| name = "wit-bindgen-rt" |
| version = "0.39.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| dependencies = [ |
| "bitflags 2.9.1", |
| ] |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| |
| [[package]] |
| name = "yansi" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.11.2+zstd.1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" |
| dependencies = [ |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "5.0.2+zstd.1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" |
| dependencies = [ |
| "libc", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.15+zstd.1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |