| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "always-assert" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892" |
| dependencies = [ |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.71" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object 0.32.2", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base-db" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lz4_flex", |
| "rustc-hash", |
| "salsa", |
| "semver", |
| "span", |
| "stdx", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.97" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" |
| |
| [[package]] |
| name = "cfg" |
| version = "0.0.0" |
| dependencies = [ |
| "arbitrary", |
| "derive_arbitrary", |
| "expect-test", |
| "mbe", |
| "oorandom", |
| "rustc-hash", |
| "syntax", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| |
| [[package]] |
| name = "chalk-derive" |
| version = "0.97.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92a0aedc4ac2adc5c0b7dc9ec38c5c816284ad28da6d4ecd01873b9683f54972" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "chalk-ir" |
| version = "0.97.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db18493569b190f7266a04901e520fc3a5c00564475154287906f8a27302c119" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "chalk-derive", |
| ] |
| |
| [[package]] |
| name = "chalk-recursive" |
| version = "0.97.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae4ba8ce5bd2e1b59f1f79495bc8704db09a8285e51cc5ddf01d9baee1bf447d" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-solve", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "chalk-solve" |
| version = "0.97.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2ec1b3b7f7b1ec38f099ef39c2bc3ea29335be1b8316d114baff46d96d131e9" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "ena", |
| "indexmap", |
| "itertools", |
| "petgraph", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "countme" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" |
| dependencies = [ |
| "dashmap", |
| "once_cell", |
| "rustc-hash", |
| ] |
| |
| [[package]] |
| name = "cov-mark" |
| version = "2.0.0-pre.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" |
| dependencies = [ |
| "nix", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "5.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| dependencies = [ |
| "cfg-if", |
| "hashbrown", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| dependencies = [ |
| "powerfmt", |
| ] |
| |
| [[package]] |
| name = "derive_arbitrary" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "directories" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
| |
| [[package]] |
| name = "dot" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906" |
| |
| [[package]] |
| name = "drop_bomb" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" |
| |
| [[package]] |
| name = "either" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.4.1", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "flycheck" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo_metadata", |
| "crossbeam-channel", |
| "paths", |
| "process-wrap", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| "stdx", |
| "toolchain", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fsevent-sys" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "fst" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[package]] |
| name = "hir" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "cfg", |
| "either", |
| "hir-def", |
| "hir-expand", |
| "hir-ty", |
| "itertools", |
| "once_cell", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-def" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.5.0", |
| "cfg", |
| "cov-mark", |
| "dashmap", |
| "drop_bomb", |
| "either", |
| "expect-test", |
| "fst", |
| "hashbrown", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "limit", |
| "mbe", |
| "once_cell", |
| "profile", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_parse_format", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-expand" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hashbrown", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "limit", |
| "mbe", |
| "parser", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-ty" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.5.0", |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-recursive", |
| "chalk-solve", |
| "cov-mark", |
| "either", |
| "ena", |
| "expect-test", |
| "hir-def", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "limit", |
| "nohash-hasher", |
| "once_cell", |
| "oorandom", |
| "project-model", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_index 0.53.0", |
| "ra-ap-rustc_pattern_analysis", |
| "rustc-hash", |
| "scoped-tls", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "ide" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "cfg", |
| "cov-mark", |
| "dot", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-assists", |
| "ide-completion", |
| "ide-db", |
| "ide-diagnostics", |
| "ide-ssr", |
| "itertools", |
| "nohash-hasher", |
| "oorandom", |
| "profile", |
| "pulldown-cmark", |
| "pulldown-cmark-to-cmark", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "toolchain", |
| "tracing", |
| "triomphe", |
| "url", |
| ] |
| |
| [[package]] |
| name = "ide-assists" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-completion" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cov-mark", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "once_cell", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-db" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.5.0", |
| "cov-mark", |
| "crossbeam-channel", |
| "either", |
| "expect-test", |
| "fst", |
| "hir", |
| "indexmap", |
| "itertools", |
| "limit", |
| "line-index 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr", |
| "nohash-hasher", |
| "once_cell", |
| "parser", |
| "profile", |
| "rayon", |
| "rustc-hash", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "ide-diagnostics" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "once_cell", |
| "paths", |
| "serde_json", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-ssr" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "nohash-hasher", |
| "parser", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "intern" |
| version = "0.0.0" |
| dependencies = [ |
| "dashmap", |
| "hashbrown", |
| "rustc-hash", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| |
| [[package]] |
| name = "jod-thread" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae" |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "la-arena" |
| version = "0.3.1" |
| |
| [[package]] |
| name = "la-arena" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306" |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.154" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" |
| dependencies = [ |
| "cfg-if", |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "limit" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.1" |
| dependencies = [ |
| "nohash-hasher", |
| "oorandom", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a" |
| dependencies = [ |
| "nohash-hasher", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| |
| [[package]] |
| name = "load-cargo" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "hir-expand", |
| "ide-db", |
| "itertools", |
| "paths", |
| "proc-macro-api", |
| "project-model", |
| "span", |
| "tracing", |
| "tt", |
| "vfs", |
| "vfs-notify", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.6" |
| dependencies = [ |
| "crossbeam-channel", |
| "ctrlc", |
| "log", |
| "lsp-types", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" |
| dependencies = [ |
| "crossbeam-channel", |
| "log", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lsp-types" |
| version = "0.95.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "url", |
| ] |
| |
| [[package]] |
| name = "lz4_flex" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" |
| |
| [[package]] |
| name = "mbe" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "parser", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-utils", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nohash-hasher" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| |
| [[package]] |
| name = "notify" |
| version = "6.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "crossbeam-channel", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "walkdir", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.49.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| |
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.5.1", |
| "smallvec", |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "parser" |
| version = "0.0.0" |
| dependencies = [ |
| "drop_bomb", |
| "expect-test", |
| "limit", |
| "ra-ap-rustc_lexer", |
| "sourcegen", |
| "stdx", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "paths" |
| version = "0.0.0" |
| dependencies = [ |
| "camino", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[package]] |
| name = "perf-event" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66" |
| dependencies = [ |
| "libc", |
| "perf-event-open-sys", |
| ] |
| |
| [[package]] |
| name = "perf-event-open-sys" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
| |
| [[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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| |
| [[package]] |
| name = "proc-macro-api" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "indexmap", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memmap2", |
| "object 0.33.0", |
| "paths", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| "snap", |
| "span", |
| "stdx", |
| "text-size", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "expect-test", |
| "libloading", |
| "mbe", |
| "memmap2", |
| "object 0.33.0", |
| "paths", |
| "proc-macro-api", |
| "proc-macro-test", |
| "ra-ap-rustc_lexer", |
| "span", |
| "stdx", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv-cli" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro-api", |
| "proc-macro-srv", |
| ] |
| |
| [[package]] |
| name = "proc-macro-test" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo_metadata", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.82" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "process-wrap" |
| version = "8.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38ee68ae331824036479c84060534b18254c864fa73366c58d86db3b7b811619" |
| dependencies = [ |
| "indexmap", |
| "nix", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "profile" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg-if", |
| "countme", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc", |
| "once_cell", |
| "perf-event", |
| "tikv-jemalloc-ctl", |
| "tracing", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "project-model" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base-db", |
| "cargo_metadata", |
| "cfg", |
| "expect-test", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paths", |
| "rustc-hash", |
| "semver", |
| "serde", |
| "serde_json", |
| "span", |
| "stdx", |
| "toolchain", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "protobuf" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e" |
| dependencies = [ |
| "once_cell", |
| "protobuf-support", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "protobuf-support" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark-to-cmark" |
| version = "10.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d" |
| dependencies = [ |
| "pulldown-cmark", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_abi" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80b1d613eee933486c0613a7bc26e515e46f43adf479d1edd5e537f983e9ce46" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "ra-ap-rustc_index 0.53.0", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index" |
| version = "0.44.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ad68bacffb87dcdbb23a3ce11261375078aaa06b85d348c49f39ffd5510dc20" |
| dependencies = [ |
| "arrayvec", |
| "ra-ap-rustc_index_macros 0.44.0", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f072060ac77e9e1a02cc20028095993af7e72cc0804779c68bcbf47b16de49c9" |
| dependencies = [ |
| "arrayvec", |
| "ra-ap-rustc_index_macros 0.53.0", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index_macros" |
| version = "0.44.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8782aaf3a113837c533dfb1c45df91cd17e1fdd1d2f9a20c2e0d1976025c4f1f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index_macros" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82f3d6dcb30a66905388e14756b8f2216131d9f8004922c07f13335840e058d1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_lexer" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbd8a2b0bdcba9892cbce0b25f6c953d31b0febc1f3420fc692884fce5a23ad8" |
| dependencies = [ |
| "unicode-properties", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_parse_format" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70dad7a491c2554590222e0c9212dcb7c2e7aceb668875075012a35ea780d135" |
| dependencies = [ |
| "ra-ap-rustc_index 0.53.0", |
| "ra-ap-rustc_lexer", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_pattern_analysis" |
| version = "0.44.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d63d1e1d5b2a13273cee1a10011147418f40e12b70f70578ce1dee0f1cafc334" |
| dependencies = [ |
| "ra-ap-rustc_index 0.44.0", |
| "rustc-hash", |
| "rustc_apfloat", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" |
| dependencies = [ |
| "getrandom", |
| "libredox", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "rowan" |
| version = "0.15.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" |
| dependencies = [ |
| "countme", |
| "hashbrown", |
| "memoffset", |
| "rustc-hash", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "rust-analyzer" |
| version = "0.0.0" |
| dependencies = [ |
| "always-assert", |
| "anyhow", |
| "cfg", |
| "crossbeam-channel", |
| "dissimilar", |
| "expect-test", |
| "flycheck", |
| "hir", |
| "hir-def", |
| "hir-ty", |
| "ide", |
| "ide-db", |
| "ide-ssr", |
| "indexmap", |
| "itertools", |
| "load-cargo", |
| "lsp-server 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lsp-types", |
| "mbe", |
| "memchr", |
| "mimalloc", |
| "nohash-hasher", |
| "num_cpus", |
| "oorandom", |
| "parking_lot", |
| "parser", |
| "paths", |
| "proc-macro-api", |
| "profile", |
| "project-model", |
| "rayon", |
| "rustc-hash", |
| "scip", |
| "semver", |
| "serde", |
| "serde_json", |
| "sourcegen", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tikv-jemallocator", |
| "toml", |
| "toolchain", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "vfs", |
| "vfs-notify", |
| "walkdir", |
| "windows-sys 0.52.0", |
| "xflags", |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.2.0+llvm-462a31f5a5ab" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "salsa" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "linked-hash-map", |
| "lock_api", |
| "oorandom", |
| "parking_lot", |
| "rand", |
| "rustc-hash", |
| "salsa-macros", |
| "smallvec", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "salsa-macros" |
| version = "0.0.0" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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 = "scip" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5dc1bd66649133af84ab62436ddd2856c2605182b02dec2cd197f684dfe15ef" |
| dependencies = [ |
| "protobuf", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.201" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.201" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[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 = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "sourcegen" |
| version = "0.0.0" |
| dependencies = [ |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "span" |
| version = "0.0.0" |
| dependencies = [ |
| "hashbrown", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-hash", |
| "salsa", |
| "stdx", |
| "syntax", |
| "text-size", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "stdx" |
| version = "0.0.0" |
| dependencies = [ |
| "always-assert", |
| "backtrace", |
| "crossbeam-channel", |
| "itertools", |
| "jod-thread", |
| "libc", |
| "miow", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syntax" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "either", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "once_cell", |
| "parser", |
| "ra-ap-rustc_lexer", |
| "rayon", |
| "rowan", |
| "rustc-hash", |
| "smol_str", |
| "stdx", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "test-fixture" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "hir-expand", |
| "rustc-hash", |
| "span", |
| "stdx", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "test-utils" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "profile", |
| "rustc-hash", |
| "stdx", |
| "text-size", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "text-edit" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "text-size" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-ctl" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" |
| dependencies = [ |
| "libc", |
| "paste", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.5.4+5.3.0-patched" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
| dependencies = [ |
| "deranged", |
| "num-conv", |
| "powerfmt", |
| "serde", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toolchain" |
| version = "0.0.0" |
| dependencies = [ |
| "camino", |
| "home", |
| ] |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
| dependencies = [ |
| "sharded-slab", |
| "thread_local", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675" |
| dependencies = [ |
| "nu-ansi-term", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "triomphe" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "tt" |
| version = "0.0.0" |
| dependencies = [ |
| "smol_str", |
| "stdx", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| |
| [[package]] |
| name = "ungrammar" |
| version = "1.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f" |
| |
| [[package]] |
| name = "unicase" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "vfs" |
| version = "0.0.0" |
| dependencies = [ |
| "fst", |
| "indexmap", |
| "nohash-hasher", |
| "paths", |
| "rustc-hash", |
| "stdx", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "vfs-notify" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "notify", |
| "paths", |
| "stdx", |
| "tracing", |
| "vfs", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" |
| dependencies = [ |
| "windows-core", |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-result", |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b" |
| dependencies = [ |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.5", |
| "windows_aarch64_msvc 0.52.5", |
| "windows_i686_gnu 0.52.5", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc 0.52.5", |
| "windows_x86_64_gnu 0.52.5", |
| "windows_x86_64_gnullvm 0.52.5", |
| "windows_x86_64_msvc 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "write-json" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23f6174b2566cc4a74f95e1367ec343e7fa80c93cc8087f5c4a3d6a1088b2118" |
| |
| [[package]] |
| name = "xflags" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944" |
| dependencies = [ |
| "xflags-macros", |
| ] |
| |
| [[package]] |
| name = "xflags-macros" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155" |
| |
| [[package]] |
| name = "xshell" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437" |
| dependencies = [ |
| "xshell-macros", |
| ] |
| |
| [[package]] |
| name = "xshell-macros" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" |
| |
| [[package]] |
| name = "xtask" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "directories", |
| "flate2", |
| "itertools", |
| "proc-macro2", |
| "quote", |
| "stdx", |
| "time", |
| "ungrammar", |
| "write-json", |
| "xflags", |
| "xshell", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| dependencies = [ |
| "byteorder", |
| "crc32fast", |
| "crossbeam-utils", |
| "flate2", |
| "time", |
| ] |