Mohammed Naser | 3415a2a | 2025-03-06 21:16:12 -0500 | [diff] [blame^] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.24.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| 10 | dependencies = [ |
| 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler2" |
| 16 | version = "2.0.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "async-trait" |
| 22 | version = "0.1.87" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" |
| 25 | dependencies = [ |
| 26 | "proc-macro2", |
| 27 | "quote", |
| 28 | "syn", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
| 32 | name = "autocfg" |
| 33 | version = "1.4.0" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| 36 | |
| 37 | [[package]] |
| 38 | name = "backtrace" |
| 39 | version = "0.3.74" |
| 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 41 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" |
| 42 | dependencies = [ |
| 43 | "addr2line", |
| 44 | "cfg-if", |
| 45 | "libc", |
| 46 | "miniz_oxide", |
| 47 | "object", |
| 48 | "rustc-demangle", |
| 49 | "windows-targets", |
| 50 | ] |
| 51 | |
| 52 | [[package]] |
| 53 | name = "bitflags" |
| 54 | version = "2.9.0" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" |
| 57 | |
| 58 | [[package]] |
| 59 | name = "bytes" |
| 60 | version = "1.10.1" |
| 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| 63 | |
| 64 | [[package]] |
| 65 | name = "cfg-if" |
| 66 | version = "1.0.0" |
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 69 | |
| 70 | [[package]] |
| 71 | name = "equivalent" |
| 72 | version = "1.0.2" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 75 | |
| 76 | [[package]] |
| 77 | name = "fnv" |
| 78 | version = "1.0.7" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "futures-core" |
| 84 | version = "0.3.31" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 87 | |
| 88 | [[package]] |
| 89 | name = "futures-macro" |
| 90 | version = "0.3.31" |
| 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 93 | dependencies = [ |
| 94 | "proc-macro2", |
| 95 | "quote", |
| 96 | "syn", |
| 97 | ] |
| 98 | |
| 99 | [[package]] |
| 100 | name = "futures-sink" |
| 101 | version = "0.3.31" |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 104 | |
| 105 | [[package]] |
| 106 | name = "futures-task" |
| 107 | version = "0.3.31" |
| 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 109 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 110 | |
| 111 | [[package]] |
| 112 | name = "futures-timer" |
| 113 | version = "3.0.3" |
| 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 115 | checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
| 116 | |
| 117 | [[package]] |
| 118 | name = "futures-util" |
| 119 | version = "0.3.31" |
| 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 122 | dependencies = [ |
| 123 | "futures-core", |
| 124 | "futures-macro", |
| 125 | "futures-sink", |
| 126 | "futures-task", |
| 127 | "pin-project-lite", |
| 128 | "pin-utils", |
| 129 | "slab", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
| 133 | name = "getrandom" |
| 134 | version = "0.3.1" |
| 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 | checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" |
| 137 | dependencies = [ |
| 138 | "cfg-if", |
| 139 | "libc", |
| 140 | "wasi 0.13.3+wasi-0.2.2", |
| 141 | "windows-targets", |
| 142 | ] |
| 143 | |
| 144 | [[package]] |
| 145 | name = "gimli" |
| 146 | version = "0.31.1" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| 149 | |
| 150 | [[package]] |
| 151 | name = "hashbrown" |
| 152 | version = "0.15.2" |
| 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| 155 | |
| 156 | [[package]] |
| 157 | name = "heck" |
| 158 | version = "0.5.0" |
| 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 161 | |
| 162 | [[package]] |
| 163 | name = "http" |
| 164 | version = "1.2.0" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" |
| 167 | dependencies = [ |
| 168 | "bytes", |
| 169 | "fnv", |
| 170 | "itoa", |
| 171 | ] |
| 172 | |
| 173 | [[package]] |
| 174 | name = "indexmap" |
| 175 | version = "2.7.1" |
| 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 | checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" |
| 178 | dependencies = [ |
| 179 | "equivalent", |
| 180 | "hashbrown", |
| 181 | ] |
| 182 | |
| 183 | [[package]] |
| 184 | name = "itoa" |
| 185 | version = "1.0.15" |
| 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 187 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| 188 | |
| 189 | [[package]] |
| 190 | name = "jsonrpsee" |
| 191 | version = "0.24.8" |
| 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | checksum = "834af00800e962dee8f7bfc0f60601de215e73e78e5497d733a2919da837d3c8" |
| 194 | dependencies = [ |
| 195 | "jsonrpsee-core", |
| 196 | "jsonrpsee-proc-macros", |
| 197 | "jsonrpsee-types", |
| 198 | "tracing", |
| 199 | ] |
| 200 | |
| 201 | [[package]] |
| 202 | name = "jsonrpsee-core" |
| 203 | version = "0.24.8" |
| 204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | checksum = "76637f6294b04e747d68e69336ef839a3493ca62b35bf488ead525f7da75c5bb" |
| 206 | dependencies = [ |
| 207 | "async-trait", |
| 208 | "futures-timer", |
| 209 | "futures-util", |
| 210 | "jsonrpsee-types", |
| 211 | "pin-project", |
| 212 | "rustc-hash", |
| 213 | "serde", |
| 214 | "serde_json", |
| 215 | "thiserror 1.0.69", |
| 216 | "tokio", |
| 217 | "tokio-stream", |
| 218 | "tracing", |
| 219 | ] |
| 220 | |
| 221 | [[package]] |
| 222 | name = "jsonrpsee-proc-macros" |
| 223 | version = "0.24.8" |
| 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 | checksum = "6fcae0c6c159e11541080f1f829873d8f374f81eda0abc67695a13fc8dc1a580" |
| 226 | dependencies = [ |
| 227 | "heck", |
| 228 | "proc-macro-crate", |
| 229 | "proc-macro2", |
| 230 | "quote", |
| 231 | "syn", |
| 232 | ] |
| 233 | |
| 234 | [[package]] |
| 235 | name = "jsonrpsee-types" |
| 236 | version = "0.24.8" |
| 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | checksum = "ddb81adb1a5ae9182df379e374a79e24e992334e7346af4d065ae5b2acb8d4c6" |
| 239 | dependencies = [ |
| 240 | "http", |
| 241 | "serde", |
| 242 | "serde_json", |
| 243 | "thiserror 1.0.69", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
| 247 | name = "lazy_static" |
| 248 | version = "1.5.0" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 251 | |
| 252 | [[package]] |
| 253 | name = "libc" |
| 254 | version = "0.2.170" |
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" |
| 257 | |
| 258 | [[package]] |
| 259 | name = "log" |
| 260 | version = "0.4.26" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" |
| 263 | |
| 264 | [[package]] |
| 265 | name = "memchr" |
| 266 | version = "2.7.4" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| 269 | |
| 270 | [[package]] |
| 271 | name = "miniz_oxide" |
| 272 | version = "0.8.5" |
| 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 274 | checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" |
| 275 | dependencies = [ |
| 276 | "adler2", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "mio" |
| 281 | version = "1.0.3" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
| 284 | dependencies = [ |
| 285 | "libc", |
| 286 | "wasi 0.11.0+wasi-snapshot-preview1", |
| 287 | "windows-sys", |
| 288 | ] |
| 289 | |
| 290 | [[package]] |
| 291 | name = "nu-ansi-term" |
| 292 | version = "0.46.0" |
| 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| 295 | dependencies = [ |
| 296 | "overload", |
| 297 | "winapi", |
| 298 | ] |
| 299 | |
| 300 | [[package]] |
| 301 | name = "object" |
| 302 | version = "0.36.7" |
| 303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 304 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 305 | dependencies = [ |
| 306 | "memchr", |
| 307 | ] |
| 308 | |
| 309 | [[package]] |
| 310 | name = "once_cell" |
| 311 | version = "1.20.3" |
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 | checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" |
| 314 | |
| 315 | [[package]] |
| 316 | name = "overload" |
| 317 | version = "0.1.1" |
| 318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 320 | |
| 321 | [[package]] |
| 322 | name = "ovsdb-client" |
| 323 | version = "0.0.1" |
| 324 | dependencies = [ |
| 325 | "bytes", |
| 326 | "futures-util", |
| 327 | "jsonrpsee", |
| 328 | "serde", |
| 329 | "serde_json", |
| 330 | "thiserror 2.0.12", |
| 331 | "tokio", |
| 332 | "tokio-util", |
| 333 | "tracing", |
| 334 | "tracing-subscriber", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | name = "ovsdb-derive" |
| 339 | version = "0.0.1" |
| 340 | dependencies = [ |
| 341 | "ovsdb-schema", |
| 342 | "proc-macro2", |
| 343 | "quote", |
| 344 | "serde", |
| 345 | "serde_json", |
| 346 | "syn", |
| 347 | "uuid", |
| 348 | ] |
| 349 | |
| 350 | [[package]] |
| 351 | name = "ovsdb-schema" |
| 352 | version = "0.0.1" |
| 353 | dependencies = [ |
| 354 | "ovsdb-derive", |
| 355 | "serde", |
| 356 | "serde_json", |
| 357 | "uuid", |
| 358 | ] |
| 359 | |
| 360 | [[package]] |
| 361 | name = "pin-project" |
| 362 | version = "1.1.10" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" |
| 365 | dependencies = [ |
| 366 | "pin-project-internal", |
| 367 | ] |
| 368 | |
| 369 | [[package]] |
| 370 | name = "pin-project-internal" |
| 371 | version = "1.1.10" |
| 372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" |
| 374 | dependencies = [ |
| 375 | "proc-macro2", |
| 376 | "quote", |
| 377 | "syn", |
| 378 | ] |
| 379 | |
| 380 | [[package]] |
| 381 | name = "pin-project-lite" |
| 382 | version = "0.2.16" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 385 | |
| 386 | [[package]] |
| 387 | name = "pin-utils" |
| 388 | version = "0.1.0" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 391 | |
| 392 | [[package]] |
| 393 | name = "proc-macro-crate" |
| 394 | version = "3.2.0" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" |
| 397 | dependencies = [ |
| 398 | "toml_edit", |
| 399 | ] |
| 400 | |
| 401 | [[package]] |
| 402 | name = "proc-macro2" |
| 403 | version = "1.0.94" |
| 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" |
| 406 | dependencies = [ |
| 407 | "unicode-ident", |
| 408 | ] |
| 409 | |
| 410 | [[package]] |
| 411 | name = "quote" |
| 412 | version = "1.0.39" |
| 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" |
| 415 | dependencies = [ |
| 416 | "proc-macro2", |
| 417 | ] |
| 418 | |
| 419 | [[package]] |
| 420 | name = "rustc-demangle" |
| 421 | version = "0.1.24" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| 424 | |
| 425 | [[package]] |
| 426 | name = "rustc-hash" |
| 427 | version = "2.1.1" |
| 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 429 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 430 | |
| 431 | [[package]] |
| 432 | name = "ryu" |
| 433 | version = "1.0.20" |
| 434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 435 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| 436 | |
| 437 | [[package]] |
| 438 | name = "serde" |
| 439 | version = "1.0.218" |
| 440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 441 | checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" |
| 442 | dependencies = [ |
| 443 | "serde_derive", |
| 444 | ] |
| 445 | |
| 446 | [[package]] |
| 447 | name = "serde_derive" |
| 448 | version = "1.0.218" |
| 449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 450 | checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" |
| 451 | dependencies = [ |
| 452 | "proc-macro2", |
| 453 | "quote", |
| 454 | "syn", |
| 455 | ] |
| 456 | |
| 457 | [[package]] |
| 458 | name = "serde_json" |
| 459 | version = "1.0.140" |
| 460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 461 | checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
| 462 | dependencies = [ |
| 463 | "itoa", |
| 464 | "memchr", |
| 465 | "ryu", |
| 466 | "serde", |
| 467 | ] |
| 468 | |
| 469 | [[package]] |
| 470 | name = "sharded-slab" |
| 471 | version = "0.1.7" |
| 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 473 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 474 | dependencies = [ |
| 475 | "lazy_static", |
| 476 | ] |
| 477 | |
| 478 | [[package]] |
| 479 | name = "slab" |
| 480 | version = "0.4.9" |
| 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 482 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| 483 | dependencies = [ |
| 484 | "autocfg", |
| 485 | ] |
| 486 | |
| 487 | [[package]] |
| 488 | name = "smallvec" |
| 489 | version = "1.14.0" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" |
| 492 | |
| 493 | [[package]] |
| 494 | name = "socket2" |
| 495 | version = "0.5.8" |
| 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
| 498 | dependencies = [ |
| 499 | "libc", |
| 500 | "windows-sys", |
| 501 | ] |
| 502 | |
| 503 | [[package]] |
| 504 | name = "syn" |
| 505 | version = "2.0.99" |
| 506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 | checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2" |
| 508 | dependencies = [ |
| 509 | "proc-macro2", |
| 510 | "quote", |
| 511 | "unicode-ident", |
| 512 | ] |
| 513 | |
| 514 | [[package]] |
| 515 | name = "thiserror" |
| 516 | version = "1.0.69" |
| 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 518 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 519 | dependencies = [ |
| 520 | "thiserror-impl 1.0.69", |
| 521 | ] |
| 522 | |
| 523 | [[package]] |
| 524 | name = "thiserror" |
| 525 | version = "2.0.12" |
| 526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| 528 | dependencies = [ |
| 529 | "thiserror-impl 2.0.12", |
| 530 | ] |
| 531 | |
| 532 | [[package]] |
| 533 | name = "thiserror-impl" |
| 534 | version = "1.0.69" |
| 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 536 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 537 | dependencies = [ |
| 538 | "proc-macro2", |
| 539 | "quote", |
| 540 | "syn", |
| 541 | ] |
| 542 | |
| 543 | [[package]] |
| 544 | name = "thiserror-impl" |
| 545 | version = "2.0.12" |
| 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| 548 | dependencies = [ |
| 549 | "proc-macro2", |
| 550 | "quote", |
| 551 | "syn", |
| 552 | ] |
| 553 | |
| 554 | [[package]] |
| 555 | name = "thread_local" |
| 556 | version = "1.1.8" |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| 559 | dependencies = [ |
| 560 | "cfg-if", |
| 561 | "once_cell", |
| 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "tokio" |
| 566 | version = "1.43.0" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" |
| 569 | dependencies = [ |
| 570 | "backtrace", |
| 571 | "libc", |
| 572 | "mio", |
| 573 | "pin-project-lite", |
| 574 | "socket2", |
| 575 | "tokio-macros", |
| 576 | "windows-sys", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
| 580 | name = "tokio-macros" |
| 581 | version = "2.5.0" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| 584 | dependencies = [ |
| 585 | "proc-macro2", |
| 586 | "quote", |
| 587 | "syn", |
| 588 | ] |
| 589 | |
| 590 | [[package]] |
| 591 | name = "tokio-stream" |
| 592 | version = "0.1.17" |
| 593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
| 595 | dependencies = [ |
| 596 | "futures-core", |
| 597 | "pin-project-lite", |
| 598 | "tokio", |
| 599 | ] |
| 600 | |
| 601 | [[package]] |
| 602 | name = "tokio-util" |
| 603 | version = "0.7.13" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" |
| 606 | dependencies = [ |
| 607 | "bytes", |
| 608 | "futures-core", |
| 609 | "futures-sink", |
| 610 | "pin-project-lite", |
| 611 | "tokio", |
| 612 | ] |
| 613 | |
| 614 | [[package]] |
| 615 | name = "toml_datetime" |
| 616 | version = "0.6.8" |
| 617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 618 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
| 619 | |
| 620 | [[package]] |
| 621 | name = "toml_edit" |
| 622 | version = "0.22.24" |
| 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 624 | checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" |
| 625 | dependencies = [ |
| 626 | "indexmap", |
| 627 | "toml_datetime", |
| 628 | "winnow", |
| 629 | ] |
| 630 | |
| 631 | [[package]] |
| 632 | name = "tracing" |
| 633 | version = "0.1.41" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| 636 | dependencies = [ |
| 637 | "pin-project-lite", |
| 638 | "tracing-attributes", |
| 639 | "tracing-core", |
| 640 | ] |
| 641 | |
| 642 | [[package]] |
| 643 | name = "tracing-attributes" |
| 644 | version = "0.1.28" |
| 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
| 647 | dependencies = [ |
| 648 | "proc-macro2", |
| 649 | "quote", |
| 650 | "syn", |
| 651 | ] |
| 652 | |
| 653 | [[package]] |
| 654 | name = "tracing-core" |
| 655 | version = "0.1.33" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
| 658 | dependencies = [ |
| 659 | "once_cell", |
| 660 | "valuable", |
| 661 | ] |
| 662 | |
| 663 | [[package]] |
| 664 | name = "tracing-log" |
| 665 | version = "0.2.0" |
| 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 667 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 668 | dependencies = [ |
| 669 | "log", |
| 670 | "once_cell", |
| 671 | "tracing-core", |
| 672 | ] |
| 673 | |
| 674 | [[package]] |
| 675 | name = "tracing-subscriber" |
| 676 | version = "0.3.19" |
| 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 678 | checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
| 679 | dependencies = [ |
| 680 | "nu-ansi-term", |
| 681 | "sharded-slab", |
| 682 | "smallvec", |
| 683 | "thread_local", |
| 684 | "tracing-core", |
| 685 | "tracing-log", |
| 686 | ] |
| 687 | |
| 688 | [[package]] |
| 689 | name = "unicode-ident" |
| 690 | version = "1.0.18" |
| 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| 693 | |
| 694 | [[package]] |
| 695 | name = "uuid" |
| 696 | version = "1.15.1" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" |
| 699 | dependencies = [ |
| 700 | "getrandom", |
| 701 | "serde", |
| 702 | ] |
| 703 | |
| 704 | [[package]] |
| 705 | name = "valuable" |
| 706 | version = "0.1.1" |
| 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 709 | |
| 710 | [[package]] |
| 711 | name = "wasi" |
| 712 | version = "0.11.0+wasi-snapshot-preview1" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 715 | |
| 716 | [[package]] |
| 717 | name = "wasi" |
| 718 | version = "0.13.3+wasi-0.2.2" |
| 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 | checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" |
| 721 | dependencies = [ |
| 722 | "wit-bindgen-rt", |
| 723 | ] |
| 724 | |
| 725 | [[package]] |
| 726 | name = "winapi" |
| 727 | version = "0.3.9" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 730 | dependencies = [ |
| 731 | "winapi-i686-pc-windows-gnu", |
| 732 | "winapi-x86_64-pc-windows-gnu", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
| 736 | name = "winapi-i686-pc-windows-gnu" |
| 737 | version = "0.4.0" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 740 | |
| 741 | [[package]] |
| 742 | name = "winapi-x86_64-pc-windows-gnu" |
| 743 | version = "0.4.0" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 746 | |
| 747 | [[package]] |
| 748 | name = "windows-sys" |
| 749 | version = "0.52.0" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 752 | dependencies = [ |
| 753 | "windows-targets", |
| 754 | ] |
| 755 | |
| 756 | [[package]] |
| 757 | name = "windows-targets" |
| 758 | version = "0.52.6" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 761 | dependencies = [ |
| 762 | "windows_aarch64_gnullvm", |
| 763 | "windows_aarch64_msvc", |
| 764 | "windows_i686_gnu", |
| 765 | "windows_i686_gnullvm", |
| 766 | "windows_i686_msvc", |
| 767 | "windows_x86_64_gnu", |
| 768 | "windows_x86_64_gnullvm", |
| 769 | "windows_x86_64_msvc", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "windows_aarch64_gnullvm" |
| 774 | version = "0.52.6" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 777 | |
| 778 | [[package]] |
| 779 | name = "windows_aarch64_msvc" |
| 780 | version = "0.52.6" |
| 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 783 | |
| 784 | [[package]] |
| 785 | name = "windows_i686_gnu" |
| 786 | version = "0.52.6" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 789 | |
| 790 | [[package]] |
| 791 | name = "windows_i686_gnullvm" |
| 792 | version = "0.52.6" |
| 793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 795 | |
| 796 | [[package]] |
| 797 | name = "windows_i686_msvc" |
| 798 | version = "0.52.6" |
| 799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 800 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 801 | |
| 802 | [[package]] |
| 803 | name = "windows_x86_64_gnu" |
| 804 | version = "0.52.6" |
| 805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 807 | |
| 808 | [[package]] |
| 809 | name = "windows_x86_64_gnullvm" |
| 810 | version = "0.52.6" |
| 811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 812 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 813 | |
| 814 | [[package]] |
| 815 | name = "windows_x86_64_msvc" |
| 816 | version = "0.52.6" |
| 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 818 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 819 | |
| 820 | [[package]] |
| 821 | name = "winnow" |
| 822 | version = "0.7.3" |
| 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" |
| 825 | dependencies = [ |
| 826 | "memchr", |
| 827 | ] |
| 828 | |
| 829 | [[package]] |
| 830 | name = "wit-bindgen-rt" |
| 831 | version = "0.33.0" |
| 832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 | checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" |
| 834 | dependencies = [ |
| 835 | "bitflags", |
| 836 | ] |