| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "allocative" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8cf9afc79c83d514444b55df3935d317da54b1ce3b17a133c646889cc260de8" |
| dependencies = [ |
| "allocative_derive", |
| "ctor", |
| "hashbrown 0.16.1", |
| ] |
| |
| [[package]] |
| name = "allocative_derive" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "614043c56c1173b800acb007b81fd0cbc0a0d7d717b71ba705fc2230d0760a23" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "anstream" |
| version = "0.6.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse 0.2.7", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstream" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse 1.0.0", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| dependencies = [ |
| "anstyle", |
| "once_cell_polyfill", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" |
| |
| [[package]] |
| name = "append-only-vec" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2114736faba96bcd79595c700d03183f61357b9fbce14852515e59f3bee4ed4a" |
| |
| [[package]] |
| name = "approx" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "argfile" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99489a733dea0d2930bfa59c243146a8513ce7b0991b9d006647687cc61f53e7" |
| dependencies = [ |
| "fs-err", |
| "os_str_bytes", |
| ] |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" |
| |
| [[package]] |
| name = "atomic" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" |
| |
| [[package]] |
| name = "attribute-derive" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05832cdddc8f2650cc2cc187cc2e952b8c133a48eb055f35211f61ee81502d77" |
| dependencies = [ |
| "attribute-derive-macro", |
| "derive-where", |
| "manyhow", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "attribute-derive-macro" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a7cdbbd4bd005c5d3e2e9c885e6fa575db4f4a3572335b974d8db853b6beb61" |
| dependencies = [ |
| "collection_literals", |
| "interpolator", |
| "manyhow", |
| "proc-macro-utils", |
| "proc-macro2", |
| "quote", |
| "quote-use", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.76" |
| source = "git+https://github.com/rust-lang/backtrace-rs?rev=df979dcf80027eb047d7bb9e0874710c15009f31#df979dcf80027eb047d7bb9e0874710c15009f31" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "backtrace-on-stack-overflow" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fd2d70527f3737a1ad17355e260706c1badebabd1fa06a7a053407380df841b" |
| dependencies = [ |
| "backtrace", |
| "libc", |
| "nix 0.23.1", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| |
| [[package]] |
| name = "blake3" |
| version = "1.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ae7bad254120e9e4c63bafc385310756f90c484eac0e36b8317cf09cb92a77" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| "cpufeatures 0.3.0", |
| "digest 0.11.3", |
| "memmap2", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" |
| dependencies = [ |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "bs58" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530" |
| dependencies = [ |
| "memchr", |
| "regex-automata", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "capnp" |
| version = "0.25.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4777a3bc19b8f8e5fb2d0196c6b5dfcbbcc8b2fe08ae57f873f2f35f15cfc210" |
| dependencies = [ |
| "embedded-io", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "509591b7bcd67f4ef775afad7662703b4935daaa6ec0e5605cfb1090b32a2b6d" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| |
| [[package]] |
| name = "chacha20" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.0", |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "char_str" |
| version = "0.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "576ba56f6ca18ebb069d0d07260407171712aff4dfe15ee3f8982dc16a455bcf" |
| dependencies = [ |
| "castaway", |
| "get-size2", |
| "itoa 1.0.18", |
| "ryu 1.0.23", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| dependencies = [ |
| "num-traits", |
| "serde", |
| ] |
| |
| [[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.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" |
| dependencies = [ |
| "anstream 1.0.0", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| "terminal_size", |
| "unicase", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| |
| [[package]] |
| name = "cmov" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" |
| |
| [[package]] |
| name = "codspeed" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7083f253260bcb4aaa3b4aa4c52973703dabc1a85c2f193997e2689aafa8a919" |
| dependencies = [ |
| "anyhow", |
| "cc", |
| "colored", |
| "getrandom 0.4.2", |
| "glob", |
| "libc", |
| "nix 0.31.3", |
| "serde", |
| "serde_json", |
| "statrs", |
| ] |
| |
| [[package]] |
| name = "codspeed-criterion-compat" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9f24251445188c69d50f10179d795424bd71b533b7e3f84fc03f26893b01af0" |
| dependencies = [ |
| "clap", |
| "codspeed", |
| "codspeed-criterion-compat-walltime", |
| "colored", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "codspeed-criterion-compat-walltime" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c38205d56e2cb4fe04b708de7f9653a3f1b89edbe3a20b28f21e9e525e9e061" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "codspeed", |
| "criterion-plot", |
| "is-terminal", |
| "itertools 0.10.5", |
| "num-traits", |
| "once_cell", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "collection_literals" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2550f75b8cfac212855f6b1885455df8eaee8fe8e246b647d69146142e016084" |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| |
| [[package]] |
| name = "colored" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "compact_str" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79fcda08c33bb58b97008b2cdada6622500e949e060f5913361763121abd2416" |
| dependencies = [ |
| "castaway", |
| "cfg-if", |
| "itoa 1.0.18", |
| "serde", |
| "static_assertions", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "configparser" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b46dec724fd22199ebde05033a0cbae453bc3b1ecff11eb6a6bb3eec4b90c6a4" |
| dependencies = [ |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.16.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "unicode-width", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "console_error_panic_hook" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" |
| |
| [[package]] |
| name = "convert_case" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "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-channel" |
| version = "0.5.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| dependencies = [ |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb22e947478ccf9dc44d8922042c677a63fbb88f2cb468521d1145816e5087cb" |
| dependencies = [ |
| "link-section", |
| "linktime-proc-macro", |
| ] |
| |
| [[package]] |
| name = "ctutils" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| dependencies = [ |
| "cmov", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| dependencies = [ |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| "rayon", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| |
| [[package]] |
| name = "derivative" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "derive-where" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "diff" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer 0.10.4", |
| "crypto-common 0.1.7", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| dependencies = [ |
| "block-buffer 0.12.1", |
| "crypto-common 0.2.1", |
| "ctutils", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "drop_bomb" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" |
| |
| [[package]] |
| name = "dupe" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ed2bc011db9c93fbc2b6cdb341a53737a55bafb46dbb74cf6764fc33a2fbf9c" |
| dependencies = [ |
| "dupe_derive", |
| ] |
| |
| [[package]] |
| name = "dupe_derive" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83e195b4945e88836d826124af44fdcb262ec01ef94d44f14f4fb5103f19892a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" |
| |
| [[package]] |
| name = "embedded-io" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9eb1aa714776b75c7e67e1da744b81a129b3ff919c8712b5e1b32252c1f07cc7" |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| |
| [[package]] |
| name = "enum-iterator" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016" |
| dependencies = [ |
| "enum-iterator-derive", |
| ] |
| |
| [[package]] |
| name = "enum-iterator-derive" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "faster-hex" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fs-err" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b91aa448ca50d7e79433bdf3ee8d99215430d2ec02ade5aefab2a073a1822e8a" |
| 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 = "futures" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" |
| dependencies = [ |
| "futures 0.1.31", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "libc", |
| "memchr", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "fuzzy-matcher" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" |
| dependencies = [ |
| "thread_local", |
| ] |
| |
| [[package]] |
| name = "fxhash" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[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 = "get-size-derive2" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c736d226c32e496b8377813b52269e11ad3a48d8373b68862d0364f04fd1229d" |
| dependencies = [ |
| "attribute-derive", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "get-size2" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b411f34418305908ab15a82ff78958c2a9aee9a272b2a2e663836b20a4e4b9d3" |
| dependencies = [ |
| "compact_str", |
| "get-size-derive2", |
| "hashbrown 0.17.1", |
| "ordermap", |
| "smallvec", |
| "thin-vec", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi 5.3.0", |
| "wasip2", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi 6.0.0", |
| "wasip2", |
| "wasip3", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" |
| |
| [[package]] |
| name = "globset" |
| version = "0.4.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988" |
| dependencies = [ |
| "aho-corasick", |
| "bstr", |
| "log", |
| "regex-automata", |
| "regex-syntax 0.8.11", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "foldhash 0.1.5", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.2.0", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.2.0", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "human_bytes" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" |
| |
| [[package]] |
| name = "hybrid-array" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "utf8_iter", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| dependencies = [ |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| dependencies = [ |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92a7ed671a6aad807a8651a2e1782a6598fda9ce5185dd8158549e95a91c6428" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "id-arena" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "ignore" |
| version = "0.4.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00b69833ed729dc5aa7d19541d96d6cf8e9137194207a04916d658e43168402f" |
| dependencies = [ |
| "crossbeam-deque", |
| "globset", |
| "log", |
| "memchr", |
| "regex-automata", |
| "same-file", |
| "walkdir", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "index_vec" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44faf5bb8861a9c72e20d3fb0fdbd59233e43056e2b80475ab0aacdc2e781355" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.17.1", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "indicatif" |
| version = "0.18.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9433806cd6b4ec1aba79c021c7e4c58fb4c3b9977c085062e611ac929998fb0c" |
| dependencies = [ |
| "console", |
| "futures-core", |
| "portable-atomic", |
| "rayon", |
| "tokio", |
| "unicode-segmentation", |
| "unicode-width", |
| "unit-prefix", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "153be1941a183ec9ccd095ddbe17a8b8d435ef6c76e9e02451b933c3999af2c8" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "interpolator" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8" |
| |
| [[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 2.0.119", |
| ] |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| dependencies = [ |
| "getrandom 0.4.2", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d763e5b24120b4ddf50de6c92308156765aabfbbccebf401da7cff2d70a41ea" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "leb128fmt" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.189" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.49" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "link-section" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e333fe507b738576d6da5bb3f1a7d7a1c80307ed9ef31624c057d844c19c93e9" |
| |
| [[package]] |
| name = "linktime-proc-macro" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "lock_free_hashtable" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebf3631712f5b790675292ff827af269f5d9f920c920b77dc41d0485e3719612" |
| dependencies = [ |
| "atomic", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e" |
| dependencies = [ |
| "crossbeam-channel", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lsp-types" |
| version = "0.95.2" |
| source = "git+https://github.com/yangdanny97/lsp-types?rev=395d6bfcd6c3696a64cfe9cd93b86f981fb85112#395d6bfcd6c3696a64cfe9cd93b86f981fb85112" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "url", |
| ] |
| |
| [[package]] |
| name = "manyhow" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587" |
| dependencies = [ |
| "manyhow-macros", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "manyhow-macros" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495" |
| dependencies = [ |
| "proc-macro-utils", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "maplit" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| |
| [[package]] |
| name = "matchers" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| dependencies = [ |
| "regex-automata", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "memory-stats" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c73f5c649995a115e1a0220b35e4df0a1294500477f97a91d0660fb5abeb574a" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[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.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cc", |
| "cfg-if", |
| "libc", |
| "memoffset", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.31.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "notify" |
| version = "8.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" |
| dependencies = [ |
| "bitflags 2.13.1", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "rand 0.10.2", |
| "rand_core 0.10.1", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| [[package]] |
| name = "once_cell_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| |
| [[package]] |
| name = "ordermap" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f7476a5b122ff1fce7208e7ee9dccd0a516e835f5b8b19b8f3c98a34cf757c1" |
| dependencies = [ |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "os_str_bytes" |
| version = "7.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73b489f051c9d2f4299ddf8d55e33c65c86a7b76f49359af15f79ebe541d1595" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "parse-display" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6509d08722b53e8dafe97f2027b22ccbe3a5db83cb352931e9716b0aa44bc5c" |
| dependencies = [ |
| "once_cell", |
| "parse-display-derive", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "parse-display-derive" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68517892c8daf78da08c0db777fcc17e07f2f63ef70041718f8a7630ad84f341" |
| dependencies = [ |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "regex-syntax 0.7.5", |
| "structmeta", |
| "syn 2.0.119", |
| ] |
| |
| [[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 = "pathdiff" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[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.7", |
| ] |
| |
| [[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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548" |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
| dependencies = [ |
| "diff", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "proc-macro-utils" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.107" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "getopts", |
| "memchr", |
| "pulldown-cmark-escape", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark-escape" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| |
| [[package]] |
| name = "pyrefly" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anstream 0.6.21", |
| "anyhow", |
| "append-only-vec", |
| "arc-swap", |
| "backtrace-on-stack-overflow", |
| "blake3", |
| "capnp", |
| "clap", |
| "codspeed-criterion-compat", |
| "crossbeam-channel", |
| "dashmap", |
| "dupe", |
| "enum-iterator", |
| "faster-hex", |
| "fuzzy-matcher", |
| "fxhash", |
| "indicatif", |
| "itertools 0.15.0", |
| "lsp-server", |
| "lsp-types", |
| "mimalloc", |
| "num-traits", |
| "parse-display", |
| "paste", |
| "percent-encoding", |
| "pretty_assertions", |
| "pyrefly_build", |
| "pyrefly_bundled", |
| "pyrefly_config", |
| "pyrefly_derive", |
| "pyrefly_glean_schema", |
| "pyrefly_graph", |
| "pyrefly_lsp_test", |
| "pyrefly_python", |
| "pyrefly_types", |
| "pyrefly_util", |
| "rayon", |
| "regex", |
| "ruff_annotate_snippets", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_source_file", |
| "ruff_text_size", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "starlark_map", |
| "static_assertions", |
| "tempfile", |
| "thin-vec", |
| "tikv-jemallocator", |
| "tokio", |
| "toml", |
| "tracing", |
| "tsp_types", |
| "uuid", |
| "vec1", |
| "web-time", |
| "xxhash-rust", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "pyrefly_build" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anyhow", |
| "dupe", |
| "itertools 0.15.0", |
| "pretty_assertions", |
| "pyrefly_python", |
| "pyrefly_util", |
| "regex", |
| "serde", |
| "serde_json", |
| "starlark_map", |
| "static_interner", |
| "tempfile", |
| "tracing", |
| "vec1", |
| "which", |
| ] |
| |
| [[package]] |
| name = "pyrefly_bundled" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anyhow", |
| "sha2", |
| "starlark_map", |
| "tar", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "pyrefly_config" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "configparser", |
| "convert_case", |
| "derivative", |
| "dupe", |
| "enum-iterator", |
| "itertools 0.15.0", |
| "parse-display", |
| "pretty_assertions", |
| "pulldown-cmark", |
| "pyrefly_build", |
| "pyrefly_python", |
| "pyrefly_util", |
| "regex", |
| "regex-syntax 0.7.5", |
| "serde", |
| "serde_json", |
| "serde_jsonrc", |
| "serde_with", |
| "starlark_map", |
| "tempfile", |
| "thiserror 2.0.20", |
| "toml", |
| "toml_edit", |
| "tracing", |
| "which", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "pyrefly_derive" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "pyrefly_glean_schema" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| "serde_repr", |
| ] |
| |
| [[package]] |
| name = "pyrefly_graph" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "dupe", |
| "pyrefly_util", |
| "starlark_map", |
| ] |
| |
| [[package]] |
| name = "pyrefly_lsp_test" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anstream 0.6.21", |
| "anyhow", |
| "crossbeam-channel", |
| "lsp-server", |
| "lsp-types", |
| "pretty_assertions", |
| "pyrefly", |
| "pyrefly_util", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "pyrefly_python" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anyhow", |
| "clap", |
| "dupe", |
| "enum-iterator", |
| "equivalent", |
| "itertools 0.15.0", |
| "lsp-types", |
| "pathdiff", |
| "pyrefly_util", |
| "regex", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_python_parser", |
| "ruff_text_size", |
| "serde", |
| "serde_json", |
| "starlark_map", |
| "static_interner", |
| "thin-vec", |
| "thiserror 2.0.20", |
| "toml", |
| "unicode-ident", |
| "vec1", |
| ] |
| |
| [[package]] |
| name = "pyrefly_types" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "compact_str", |
| "dupe", |
| "itertools 0.15.0", |
| "num-bigint", |
| "num-traits", |
| "parse-display", |
| "pyrefly_derive", |
| "pyrefly_python", |
| "pyrefly_util", |
| "ruff_python_ast", |
| "ruff_text_size", |
| "starlark_map", |
| "static_assertions", |
| "vec1", |
| ] |
| |
| [[package]] |
| name = "pyrefly_util" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "anstream 0.6.21", |
| "anyhow", |
| "append-only-vec", |
| "argfile", |
| "compact_str", |
| "dupe", |
| "equivalent", |
| "fxhash", |
| "glob", |
| "hashbrown 0.17.1", |
| "human_bytes", |
| "ignore", |
| "index_vec", |
| "itertools 0.15.0", |
| "lock_free_hashtable", |
| "lsp-types", |
| "memory-stats", |
| "notify", |
| "parse-display", |
| "path-absolutize", |
| "pathdiff", |
| "pyrefly_derive", |
| "rayon", |
| "ruff_notebook", |
| "ruff_python_ast", |
| "ruff_source_file", |
| "ruff_text_size", |
| "serde", |
| "serde_json", |
| "starlark_map", |
| "static_assertions", |
| "static_interner", |
| "strsim", |
| "tempfile", |
| "thin-vec", |
| "tracing", |
| "tracing-subscriber", |
| "uuid", |
| "vec1", |
| "watchman_client", |
| "web-time", |
| "yansi", |
| ] |
| |
| [[package]] |
| name = "pyrefly_wasm" |
| version = "0.0.0" |
| dependencies = [ |
| "console_error_panic_hook", |
| "dupe", |
| "getrandom 0.2.17", |
| "getrandom 0.3.4", |
| "getrandom 0.4.2", |
| "pyrefly", |
| "serde", |
| "serde-wasm-bindgen", |
| "starlark_map", |
| "tar", |
| "uuid", |
| "wasm-bindgen", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "quote-use" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e" |
| dependencies = [ |
| "quote", |
| "quote-use-macros", |
| ] |
| |
| [[package]] |
| name = "quote-use-macros" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35" |
| dependencies = [ |
| "proc-macro-utils", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "r-efi" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| dependencies = [ |
| "chacha20", |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.17", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| |
| [[package]] |
| name = "rayon" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| ] |
| |
| [[package]] |
| name = "ref-cast" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d" |
| dependencies = [ |
| "ref-cast-impl", |
| ] |
| |
| [[package]] |
| name = "ref-cast-impl" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax 0.8.11", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.8.11", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| |
| [[package]] |
| name = "ruff_annotate_snippets" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "233546ed5185e6d3d249f37584623fc81f106b70feda09c05b9384ed14175f6b" |
| dependencies = [ |
| "anstyle", |
| "memchr", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "ruff_cache" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "821e84f8b47bbbd33b7c7764ddd03e18f1597467f05774953173622856f53548" |
| dependencies = [ |
| "char_str", |
| "filetime", |
| "glob", |
| "globset", |
| "itertools 0.15.0", |
| "regex", |
| "seahash", |
| ] |
| |
| [[package]] |
| name = "ruff_diagnostics" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5c3ed481c569aeebcedc2ca0e8c2daf4beb2ef9c616e0b284898d52666cc7ae" |
| dependencies = [ |
| "get-size2", |
| "is-macro", |
| "ruff_text_size", |
| ] |
| |
| [[package]] |
| name = "ruff_notebook" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df607d538e2fcefd4d7d6eb03cc96c5998cf0f69e19f8aac83ea03a11dbf1bd0" |
| dependencies = [ |
| "anyhow", |
| "rand 0.10.2", |
| "ruff_diagnostics", |
| "ruff_source_file", |
| "ruff_text_size", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "ruff_python_ast" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e0ce4236c995d8be126c4736fd357134bd15432147bdfb660dfae32c12da68d" |
| dependencies = [ |
| "aho-corasick", |
| "arrayvec", |
| "bitflags 2.13.1", |
| "char_str", |
| "compact_str", |
| "get-size2", |
| "is-macro", |
| "memchr", |
| "ruff_cache", |
| "ruff_python_trivia", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash", |
| "serde", |
| "thin-vec", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "ruff_python_parser" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a07fb4fe774ed9058841de36e85838d2b3bb3600cf6db8277873b36ec94954b" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "bstr", |
| "drop_bomb", |
| "get-size2", |
| "memchr", |
| "ruff_python_ast", |
| "ruff_python_trivia", |
| "ruff_text_size", |
| "rustc-hash", |
| "static_assertions", |
| "thin-vec", |
| "unicode-ident", |
| "unicode-normalization", |
| "unicode_names2", |
| ] |
| |
| [[package]] |
| name = "ruff_python_trivia" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10411b077e16999eeefac27cb75a24c65b0827f4015a0d855da9ebf09fc151f3" |
| dependencies = [ |
| "itertools 0.15.0", |
| "ruff_source_file", |
| "ruff_text_size", |
| "rustc-hash", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "ruff_source_file" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fab3b46aac647fd93f2a7647fa3da3e443fbcfb4c8b6adb479ef73509b09c77c" |
| dependencies = [ |
| "memchr", |
| "ruff_text_size", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ruff_text_size" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "447fa35e0f44c86ff0947a5a14f11319c607b83628e1da0c543c964608d5c50c" |
| dependencies = [ |
| "get-size2", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| |
| [[package]] |
| name = "rustix" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| |
| [[package]] |
| name = "ryu" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "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 = "semver" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-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_bser" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717" |
| dependencies = [ |
| "anyhow", |
| "byteorder", |
| "bytes", |
| "serde", |
| "serde_bytes", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "serde_bytes" |
| version = "0.11.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.151" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| dependencies = [ |
| "itoa 1.0.18", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "serde_jsonrc" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b591e90bcce7185aa4f8c775c504456586ae0f7df49a4087a1ee4179d402b8a8" |
| dependencies = [ |
| "itoa 0.4.8", |
| "ryu 0.2.8", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_with" |
| version = "3.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" |
| dependencies = [ |
| "base64", |
| "bs58", |
| "chrono", |
| "hex", |
| "serde_core", |
| "serde_json", |
| "serde_with_macros", |
| "time", |
| ] |
| |
| [[package]] |
| name = "serde_with_macros" |
| version = "3.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| dependencies = [ |
| "errno", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "starlark_map" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "234877898fd216af93b2f5798b08cbbdc1a2e8f16a622a258b1db23a61a1c4ba" |
| dependencies = [ |
| "allocative", |
| "dupe", |
| "equivalent", |
| "fxhash", |
| "hashbrown 0.16.1", |
| "serde", |
| "strong_hash", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "static_interner" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0a72d2480db611b8ee9287b4a2e0adc63c4d7fdd647d2a1a65d529fc234fd16" |
| dependencies = [ |
| "dupe", |
| "equivalent", |
| "lock_free_hashtable", |
| ] |
| |
| [[package]] |
| name = "statrs" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e" |
| dependencies = [ |
| "approx", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "strong_hash" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0831334aea34390b6b6ec7af0a27f9ee6324ad3a69463e6b240d83d6b7bce9c9" |
| dependencies = [ |
| "ref-cast", |
| "strong_hash_derive", |
| ] |
| |
| [[package]] |
| name = "strong_hash_derive" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ace6b48b7c4383a39bd3b966cca41bc999003aab9f690a2f355525c924296928" |
| dependencies = [ |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "structmeta" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "structmeta-derive", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "structmeta-derive" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.119" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "3.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" |
| 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 2.0.119", |
| ] |
| |
| [[package]] |
| name = "tar" |
| version = "0.4.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" |
| dependencies = [ |
| "filetime", |
| "libc", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.4.2", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" |
| dependencies = [ |
| "rustix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79def32ffcd477db1ff26f76dab9e3a91f0bd42a85ca96577089b24623056f9d" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" |
| dependencies = [ |
| "thiserror-impl 2.0.20", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134" |
| dependencies = [ |
| "deranged", |
| "num-conv", |
| "powerfmt", |
| "serde_core", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643" |
| 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.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" |
| dependencies = [ |
| "bytes", |
| "libc", |
| "mio", |
| "parking_lot", |
| "pin-project-lite", |
| "signal-hook-registry", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.6.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-io", |
| "futures-sink", |
| "log", |
| "pin-project-lite", |
| "slab", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "1.1.4+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" |
| dependencies = [ |
| "indexmap", |
| "serde_core", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_parser", |
| "toml_writer", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "1.1.1+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.25.13+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" |
| dependencies = [ |
| "indexmap", |
| "serde_core", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_parser", |
| "toml_writer", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_parser" |
| version = "1.1.3+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" |
| dependencies = [ |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_writer" |
| version = "1.1.2+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| dependencies = [ |
| "matchers", |
| "once_cell", |
| "regex-automata", |
| "sharded-slab", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tsp_types" |
| version = "1.3.0-dev.2" |
| dependencies = [ |
| "lsp-server", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| |
| [[package]] |
| name = "unicase" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[package]] |
| name = "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.7", |
| ] |
| |
| [[package]] |
| name = "unit-prefix" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "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.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9" |
| dependencies = [ |
| "getrandom 0.4.2", |
| "js-sys", |
| "uuid-rng-internal", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "uuid-rng-internal" |
| version = "1.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbb6e4d912010d7646ef4e5a0ba89bafc6d9f8fd617c53433fe2aa86d26a3b77" |
| dependencies = [ |
| "getrandom 0.4.2", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| |
| [[package]] |
| name = "vec1" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eab68b56840f69efb0fefbe3ab6661499217ffdc58e2eef7c3f6f69835386322" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.4+wasi-0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" |
| dependencies = [ |
| "wit-bindgen 0.57.1", |
| ] |
| |
| [[package]] |
| name = "wasip3" |
| version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| dependencies = [ |
| "wit-bindgen 0.51.0", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-encoder" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| dependencies = [ |
| "leb128fmt", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "wasm-metadata" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| dependencies = [ |
| "anyhow", |
| "indexmap", |
| "wasm-encoder", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "hashbrown 0.15.5", |
| "indexmap", |
| "semver", |
| ] |
| |
| [[package]] |
| name = "watchman_client" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52" |
| dependencies = [ |
| "anyhow", |
| "bytes", |
| "futures 0.3.34", |
| "maplit", |
| "serde", |
| "serde_bser", |
| "thiserror 1.0.69", |
| "tokio", |
| "tokio-util", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "which" |
| version = "8.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f3ef584124b911bcc3875c2f1472e80f24361ceb789bd1c62b3e9a3df9ff43c" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets 0.53.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm 0.52.6", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.53.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| dependencies = [ |
| "windows-link", |
| "windows_aarch64_gnullvm 0.53.1", |
| "windows_aarch64_msvc 0.53.1", |
| "windows_i686_gnu 0.53.1", |
| "windows_i686_gnullvm 0.53.1", |
| "windows_i686_msvc 0.53.1", |
| "windows_x86_64_gnu 0.53.1", |
| "windows_x86_64_gnullvm 0.53.1", |
| "windows_x86_64_msvc 0.53.1", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| |
| [[package]] |
| name = "winnow" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| dependencies = [ |
| "wit-bindgen-rust-macro", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.57.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| |
| [[package]] |
| name = "wit-bindgen-core" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rust" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "indexmap", |
| "prettyplease", |
| "syn 2.0.119", |
| "wasm-metadata", |
| "wit-bindgen-core", |
| "wit-component", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rust-macro" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| dependencies = [ |
| "anyhow", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "wit-bindgen-core", |
| "wit-bindgen-rust", |
| ] |
| |
| [[package]] |
| name = "wit-component" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| dependencies = [ |
| "anyhow", |
| "bitflags 2.13.1", |
| "indexmap", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "wasm-encoder", |
| "wasm-metadata", |
| "wasmparser", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-parser" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| dependencies = [ |
| "anyhow", |
| "id-arena", |
| "indexmap", |
| "log", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "unicode-xid", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc" |
| |
| [[package]] |
| name = "xattr" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| dependencies = [ |
| "libc", |
| "rustix", |
| ] |
| |
| [[package]] |
| name = "xxhash-rust" |
| version = "0.8.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6" |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| dependencies = [ |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94b5c6b5976d66c1d703c4fd17d3f5e43c8cedaacf604961b171adc7130896d8" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f212a141d820099d57ffafb9569be9617a6f27d3dc881fbee8fb56642f917a9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.3", |
| ] |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| |
| [[package]] |
| name = "zstd" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
| dependencies = [ |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "7.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
| dependencies = [ |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.16+zstd.1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |