Smart Neovim launcher for yyx990803/launch-editor
at main 303 lines 7.8 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstream" 16version = "0.6.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon", 24 "colorchoice", 25 "is_terminal_polyfill", 26 "utf8parse", 27] 28 29[[package]] 30name = "anstyle" 31version = "1.0.13" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 34 35[[package]] 36name = "anstyle-parse" 37version = "0.2.7" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 40dependencies = [ 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle-query" 46version = "1.1.5" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 49dependencies = [ 50 "windows-sys", 51] 52 53[[package]] 54name = "anstyle-wincon" 55version = "3.0.11" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 58dependencies = [ 59 "anstyle", 60 "once_cell_polyfill", 61 "windows-sys", 62] 63 64[[package]] 65name = "anyhow" 66version = "1.0.100" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 69 70[[package]] 71name = "colorchoice" 72version = "1.0.4" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 75 76[[package]] 77name = "env_filter" 78version = "0.1.4" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 81dependencies = [ 82 "log", 83 "regex", 84] 85 86[[package]] 87name = "env_logger" 88version = "0.11.8" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 91dependencies = [ 92 "anstream", 93 "anstyle", 94 "env_filter", 95 "jiff", 96 "log", 97] 98 99[[package]] 100name = "is_terminal_polyfill" 101version = "1.70.2" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 104 105[[package]] 106name = "jiff" 107version = "0.2.16" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" 110dependencies = [ 111 "jiff-static", 112 "log", 113 "portable-atomic", 114 "portable-atomic-util", 115 "serde_core", 116] 117 118[[package]] 119name = "jiff-static" 120version = "0.2.16" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" 123dependencies = [ 124 "proc-macro2", 125 "quote", 126 "syn", 127] 128 129[[package]] 130name = "launch-editor-nvim" 131version = "0.1.0" 132dependencies = [ 133 "anyhow", 134 "env_logger", 135 "log", 136 "walkdir", 137] 138 139[[package]] 140name = "log" 141version = "0.4.28" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 144 145[[package]] 146name = "memchr" 147version = "2.7.6" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 150 151[[package]] 152name = "once_cell_polyfill" 153version = "1.70.2" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 156 157[[package]] 158name = "portable-atomic" 159version = "1.11.1" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 162 163[[package]] 164name = "portable-atomic-util" 165version = "0.2.4" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 168dependencies = [ 169 "portable-atomic", 170] 171 172[[package]] 173name = "proc-macro2" 174version = "1.0.103" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 177dependencies = [ 178 "unicode-ident", 179] 180 181[[package]] 182name = "quote" 183version = "1.0.42" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 186dependencies = [ 187 "proc-macro2", 188] 189 190[[package]] 191name = "regex" 192version = "1.12.2" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 195dependencies = [ 196 "aho-corasick", 197 "memchr", 198 "regex-automata", 199 "regex-syntax", 200] 201 202[[package]] 203name = "regex-automata" 204version = "0.4.13" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 207dependencies = [ 208 "aho-corasick", 209 "memchr", 210 "regex-syntax", 211] 212 213[[package]] 214name = "regex-syntax" 215version = "0.8.8" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 218 219[[package]] 220name = "same-file" 221version = "1.0.6" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 224dependencies = [ 225 "winapi-util", 226] 227 228[[package]] 229name = "serde_core" 230version = "1.0.228" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 233dependencies = [ 234 "serde_derive", 235] 236 237[[package]] 238name = "serde_derive" 239version = "1.0.228" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 242dependencies = [ 243 "proc-macro2", 244 "quote", 245 "syn", 246] 247 248[[package]] 249name = "syn" 250version = "2.0.110" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" 253dependencies = [ 254 "proc-macro2", 255 "quote", 256 "unicode-ident", 257] 258 259[[package]] 260name = "unicode-ident" 261version = "1.0.22" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 264 265[[package]] 266name = "utf8parse" 267version = "0.2.2" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 270 271[[package]] 272name = "walkdir" 273version = "2.5.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 276dependencies = [ 277 "same-file", 278 "winapi-util", 279] 280 281[[package]] 282name = "winapi-util" 283version = "0.1.11" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 286dependencies = [ 287 "windows-sys", 288] 289 290[[package]] 291name = "windows-link" 292version = "0.2.1" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 295 296[[package]] 297name = "windows-sys" 298version = "0.61.2" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 301dependencies = [ 302 "windows-link", 303]