at main 12 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.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "cc" 16version = "1.2.33" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f" 19dependencies = [ 20 "shlex", 21] 22 23[[package]] 24name = "cfg-if" 25version = "1.0.3" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 28 29[[package]] 30name = "critical-section" 31version = "1.2.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 34 35[[package]] 36name = "futures" 37version = "0.0.2" 38dependencies = [ 39 "futures-combinators", 40 "futures-compat", 41 "futures-core", 42 "futures-derive", 43] 44 45[[package]] 46name = "futures-combinators" 47version = "0.0.2" 48dependencies = [ 49 "futures-compat", 50 "futures-core", 51 "futures-util", 52 "lifetime-guard", 53] 54 55[[package]] 56name = "futures-compat" 57version = "0.0.2" 58dependencies = [ 59 "futures-core", 60 "lifetime-guard", 61] 62 63[[package]] 64name = "futures-core" 65version = "0.0.2" 66 67[[package]] 68name = "futures-derive" 69version = "0.0.2" 70dependencies = [ 71 "proc-macro2", 72 "quote", 73 "syn", 74] 75 76[[package]] 77name = "futures-util" 78version = "0.0.2" 79dependencies = [ 80 "futures-core", 81 "lifetime-guard", 82] 83 84[[package]] 85name = "generator" 86version = "0.8.5" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" 89dependencies = [ 90 "cc", 91 "cfg-if", 92 "libc", 93 "log", 94 "rustversion", 95 "windows", 96] 97 98[[package]] 99name = "lazy_static" 100version = "1.5.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 103 104[[package]] 105name = "libc" 106version = "0.2.175" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 109 110[[package]] 111name = "lifetime-guard" 112version = "0.0.2" 113dependencies = [ 114 "critical-section", 115 "loom", 116] 117 118[[package]] 119name = "log" 120version = "0.4.27" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 123 124[[package]] 125name = "loom" 126version = "0.7.2" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 129dependencies = [ 130 "cfg-if", 131 "generator", 132 "scoped-tls", 133 "tracing", 134 "tracing-subscriber", 135] 136 137[[package]] 138name = "matchers" 139version = "0.1.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 142dependencies = [ 143 "regex-automata 0.1.10", 144] 145 146[[package]] 147name = "memchr" 148version = "2.7.5" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 151 152[[package]] 153name = "nu-ansi-term" 154version = "0.46.0" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 157dependencies = [ 158 "overload", 159 "winapi", 160] 161 162[[package]] 163name = "once_cell" 164version = "1.21.3" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 167 168[[package]] 169name = "overload" 170version = "0.1.1" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 173 174[[package]] 175name = "pin-project-lite" 176version = "0.2.16" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 179 180[[package]] 181name = "proc-macro2" 182version = "1.0.95" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 185dependencies = [ 186 "unicode-ident", 187] 188 189[[package]] 190name = "quote" 191version = "1.0.40" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 194dependencies = [ 195 "proc-macro2", 196] 197 198[[package]] 199name = "regex" 200version = "1.11.1" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 203dependencies = [ 204 "aho-corasick", 205 "memchr", 206 "regex-automata 0.4.9", 207 "regex-syntax 0.8.5", 208] 209 210[[package]] 211name = "regex-automata" 212version = "0.1.10" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 215dependencies = [ 216 "regex-syntax 0.6.29", 217] 218 219[[package]] 220name = "regex-automata" 221version = "0.4.9" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 224dependencies = [ 225 "aho-corasick", 226 "memchr", 227 "regex-syntax 0.8.5", 228] 229 230[[package]] 231name = "regex-syntax" 232version = "0.6.29" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 235 236[[package]] 237name = "regex-syntax" 238version = "0.8.5" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 241 242[[package]] 243name = "rustversion" 244version = "1.0.22" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 247 248[[package]] 249name = "scoped-tls" 250version = "1.0.1" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 253 254[[package]] 255name = "sharded-slab" 256version = "0.1.7" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 259dependencies = [ 260 "lazy_static", 261] 262 263[[package]] 264name = "shlex" 265version = "1.3.0" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 268 269[[package]] 270name = "smallvec" 271version = "1.15.1" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 274 275[[package]] 276name = "syn" 277version = "2.0.104" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 280dependencies = [ 281 "proc-macro2", 282 "quote", 283 "unicode-ident", 284] 285 286[[package]] 287name = "thread_local" 288version = "1.1.9" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 291dependencies = [ 292 "cfg-if", 293] 294 295[[package]] 296name = "tracing" 297version = "0.1.41" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 300dependencies = [ 301 "pin-project-lite", 302 "tracing-core", 303] 304 305[[package]] 306name = "tracing-core" 307version = "0.1.34" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 310dependencies = [ 311 "once_cell", 312 "valuable", 313] 314 315[[package]] 316name = "tracing-log" 317version = "0.2.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 320dependencies = [ 321 "log", 322 "once_cell", 323 "tracing-core", 324] 325 326[[package]] 327name = "tracing-subscriber" 328version = "0.3.19" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 331dependencies = [ 332 "matchers", 333 "nu-ansi-term", 334 "once_cell", 335 "regex", 336 "sharded-slab", 337 "smallvec", 338 "thread_local", 339 "tracing", 340 "tracing-core", 341 "tracing-log", 342] 343 344[[package]] 345name = "unicode-ident" 346version = "1.0.18" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 349 350[[package]] 351name = "valuable" 352version = "0.1.1" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 355 356[[package]] 357name = "winapi" 358version = "0.3.9" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 361dependencies = [ 362 "winapi-i686-pc-windows-gnu", 363 "winapi-x86_64-pc-windows-gnu", 364] 365 366[[package]] 367name = "winapi-i686-pc-windows-gnu" 368version = "0.4.0" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 371 372[[package]] 373name = "winapi-x86_64-pc-windows-gnu" 374version = "0.4.0" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 377 378[[package]] 379name = "windows" 380version = "0.61.3" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 383dependencies = [ 384 "windows-collections", 385 "windows-core", 386 "windows-future", 387 "windows-link", 388 "windows-numerics", 389] 390 391[[package]] 392name = "windows-collections" 393version = "0.2.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 396dependencies = [ 397 "windows-core", 398] 399 400[[package]] 401name = "windows-core" 402version = "0.61.2" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 405dependencies = [ 406 "windows-implement", 407 "windows-interface", 408 "windows-link", 409 "windows-result", 410 "windows-strings", 411] 412 413[[package]] 414name = "windows-future" 415version = "0.2.1" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 418dependencies = [ 419 "windows-core", 420 "windows-link", 421 "windows-threading", 422] 423 424[[package]] 425name = "windows-implement" 426version = "0.60.0" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 429dependencies = [ 430 "proc-macro2", 431 "quote", 432 "syn", 433] 434 435[[package]] 436name = "windows-interface" 437version = "0.59.1" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 440dependencies = [ 441 "proc-macro2", 442 "quote", 443 "syn", 444] 445 446[[package]] 447name = "windows-link" 448version = "0.1.3" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 451 452[[package]] 453name = "windows-numerics" 454version = "0.2.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 457dependencies = [ 458 "windows-core", 459 "windows-link", 460] 461 462[[package]] 463name = "windows-result" 464version = "0.3.4" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 467dependencies = [ 468 "windows-link", 469] 470 471[[package]] 472name = "windows-strings" 473version = "0.4.2" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 476dependencies = [ 477 "windows-link", 478] 479 480[[package]] 481name = "windows-threading" 482version = "0.1.0" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 485dependencies = [ 486 "windows-link", 487]