diebahn: init at 1.5.0

+1985
+1916
pkgs/applications/misc/diebahn/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "aho-corasick" 7 + version = "0.7.20" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10 + dependencies = [ 11 + "memchr", 12 + ] 13 + 14 + [[package]] 15 + name = "android_system_properties" 16 + version = "0.1.5" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 19 + dependencies = [ 20 + "libc", 21 + ] 22 + 23 + [[package]] 24 + name = "anyhow" 25 + version = "1.0.70" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 28 + 29 + [[package]] 30 + name = "async-trait" 31 + version = "0.1.67" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" 34 + dependencies = [ 35 + "proc-macro2", 36 + "quote", 37 + "syn 2.0.5", 38 + ] 39 + 40 + [[package]] 41 + name = "autocfg" 42 + version = "1.1.0" 43 + source = "registry+https://github.com/rust-lang/crates.io-index" 44 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 45 + 46 + [[package]] 47 + name = "base64" 48 + version = "0.21.0" 49 + source = "registry+https://github.com/rust-lang/crates.io-index" 50 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 51 + 52 + [[package]] 53 + name = "bitflags" 54 + version = "1.3.2" 55 + source = "registry+https://github.com/rust-lang/crates.io-index" 56 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 57 + 58 + [[package]] 59 + name = "block" 60 + version = "0.1.6" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 63 + 64 + [[package]] 65 + name = "block-buffer" 66 + version = "0.10.4" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 69 + dependencies = [ 70 + "generic-array", 71 + ] 72 + 73 + [[package]] 74 + name = "bumpalo" 75 + version = "3.12.0" 76 + source = "registry+https://github.com/rust-lang/crates.io-index" 77 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 78 + 79 + [[package]] 80 + name = "bytes" 81 + version = "1.4.0" 82 + source = "registry+https://github.com/rust-lang/crates.io-index" 83 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 84 + 85 + [[package]] 86 + name = "cairo-rs" 87 + version = "0.17.0" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871" 90 + dependencies = [ 91 + "bitflags", 92 + "cairo-sys-rs", 93 + "glib", 94 + "libc", 95 + "once_cell", 96 + "thiserror", 97 + ] 98 + 99 + [[package]] 100 + name = "cairo-sys-rs" 101 + version = "0.17.0" 102 + source = "registry+https://github.com/rust-lang/crates.io-index" 103 + checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e" 104 + dependencies = [ 105 + "glib-sys", 106 + "libc", 107 + "system-deps", 108 + ] 109 + 110 + [[package]] 111 + name = "cc" 112 + version = "1.0.79" 113 + source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 115 + 116 + [[package]] 117 + name = "cfg-expr" 118 + version = "0.11.0" 119 + source = "registry+https://github.com/rust-lang/crates.io-index" 120 + checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa" 121 + dependencies = [ 122 + "smallvec", 123 + ] 124 + 125 + [[package]] 126 + name = "cfg-if" 127 + version = "1.0.0" 128 + source = "registry+https://github.com/rust-lang/crates.io-index" 129 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 130 + 131 + [[package]] 132 + name = "chrono" 133 + version = "0.4.24" 134 + source = "registry+https://github.com/rust-lang/crates.io-index" 135 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 136 + dependencies = [ 137 + "iana-time-zone", 138 + "js-sys", 139 + "num-integer", 140 + "num-traits", 141 + "serde", 142 + "time", 143 + "wasm-bindgen", 144 + "winapi", 145 + ] 146 + 147 + [[package]] 148 + name = "chrono-tz" 149 + version = "0.6.3" 150 + source = "registry+https://github.com/rust-lang/crates.io-index" 151 + checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde" 152 + dependencies = [ 153 + "chrono", 154 + "chrono-tz-build", 155 + "phf", 156 + ] 157 + 158 + [[package]] 159 + name = "chrono-tz-build" 160 + version = "0.0.3" 161 + source = "registry+https://github.com/rust-lang/crates.io-index" 162 + checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c" 163 + dependencies = [ 164 + "parse-zoneinfo", 165 + "phf", 166 + "phf_codegen", 167 + ] 168 + 169 + [[package]] 170 + name = "codespan-reporting" 171 + version = "0.11.1" 172 + source = "registry+https://github.com/rust-lang/crates.io-index" 173 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 174 + dependencies = [ 175 + "termcolor", 176 + "unicode-width", 177 + ] 178 + 179 + [[package]] 180 + name = "core-foundation" 181 + version = "0.9.3" 182 + source = "registry+https://github.com/rust-lang/crates.io-index" 183 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 184 + dependencies = [ 185 + "core-foundation-sys", 186 + "libc", 187 + ] 188 + 189 + [[package]] 190 + name = "core-foundation-sys" 191 + version = "0.8.3" 192 + source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 194 + 195 + [[package]] 196 + name = "crypto-common" 197 + version = "0.1.6" 198 + source = "registry+https://github.com/rust-lang/crates.io-index" 199 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 200 + dependencies = [ 201 + "generic-array", 202 + "typenum", 203 + ] 204 + 205 + [[package]] 206 + name = "cxx" 207 + version = "1.0.93" 208 + source = "registry+https://github.com/rust-lang/crates.io-index" 209 + checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" 210 + dependencies = [ 211 + "cc", 212 + "cxxbridge-flags", 213 + "cxxbridge-macro", 214 + "link-cplusplus", 215 + ] 216 + 217 + [[package]] 218 + name = "cxx-build" 219 + version = "1.0.93" 220 + source = "registry+https://github.com/rust-lang/crates.io-index" 221 + checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" 222 + dependencies = [ 223 + "cc", 224 + "codespan-reporting", 225 + "once_cell", 226 + "proc-macro2", 227 + "quote", 228 + "scratch", 229 + "syn 2.0.5", 230 + ] 231 + 232 + [[package]] 233 + name = "cxxbridge-flags" 234 + version = "1.0.93" 235 + source = "registry+https://github.com/rust-lang/crates.io-index" 236 + checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" 237 + 238 + [[package]] 239 + name = "cxxbridge-macro" 240 + version = "1.0.93" 241 + source = "registry+https://github.com/rust-lang/crates.io-index" 242 + checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" 243 + dependencies = [ 244 + "proc-macro2", 245 + "quote", 246 + "syn 2.0.5", 247 + ] 248 + 249 + [[package]] 250 + name = "diebahn" 251 + version = "1.5.0" 252 + dependencies = [ 253 + "chrono", 254 + "env_logger", 255 + "gdk4", 256 + "gettext-rs", 257 + "gtk4", 258 + "hafas-rs", 259 + "libadwaita", 260 + "log", 261 + "once_cell", 262 + "serde", 263 + "serde_json", 264 + "tokio", 265 + ] 266 + 267 + [[package]] 268 + name = "digest" 269 + version = "0.10.6" 270 + source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 272 + dependencies = [ 273 + "block-buffer", 274 + "crypto-common", 275 + ] 276 + 277 + [[package]] 278 + name = "env_logger" 279 + version = "0.10.0" 280 + source = "registry+https://github.com/rust-lang/crates.io-index" 281 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 282 + dependencies = [ 283 + "humantime", 284 + "is-terminal", 285 + "log", 286 + "regex", 287 + "termcolor", 288 + ] 289 + 290 + [[package]] 291 + name = "errno" 292 + version = "0.2.8" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 295 + dependencies = [ 296 + "errno-dragonfly", 297 + "libc", 298 + "winapi", 299 + ] 300 + 301 + [[package]] 302 + name = "errno-dragonfly" 303 + version = "0.1.2" 304 + source = "registry+https://github.com/rust-lang/crates.io-index" 305 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 306 + dependencies = [ 307 + "cc", 308 + "libc", 309 + ] 310 + 311 + [[package]] 312 + name = "field-offset" 313 + version = "0.3.5" 314 + source = "registry+https://github.com/rust-lang/crates.io-index" 315 + checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535" 316 + dependencies = [ 317 + "memoffset", 318 + "rustc_version", 319 + ] 320 + 321 + [[package]] 322 + name = "fnv" 323 + version = "1.0.7" 324 + source = "registry+https://github.com/rust-lang/crates.io-index" 325 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 326 + 327 + [[package]] 328 + name = "futures-channel" 329 + version = "0.3.27" 330 + source = "registry+https://github.com/rust-lang/crates.io-index" 331 + checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" 332 + dependencies = [ 333 + "futures-core", 334 + ] 335 + 336 + [[package]] 337 + name = "futures-core" 338 + version = "0.3.27" 339 + source = "registry+https://github.com/rust-lang/crates.io-index" 340 + checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 341 + 342 + [[package]] 343 + name = "futures-executor" 344 + version = "0.3.27" 345 + source = "registry+https://github.com/rust-lang/crates.io-index" 346 + checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" 347 + dependencies = [ 348 + "futures-core", 349 + "futures-task", 350 + "futures-util", 351 + ] 352 + 353 + [[package]] 354 + name = "futures-io" 355 + version = "0.3.27" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" 358 + 359 + [[package]] 360 + name = "futures-macro" 361 + version = "0.3.27" 362 + source = "registry+https://github.com/rust-lang/crates.io-index" 363 + checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" 364 + dependencies = [ 365 + "proc-macro2", 366 + "quote", 367 + "syn 1.0.109", 368 + ] 369 + 370 + [[package]] 371 + name = "futures-task" 372 + version = "0.3.27" 373 + source = "registry+https://github.com/rust-lang/crates.io-index" 374 + checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 375 + 376 + [[package]] 377 + name = "futures-util" 378 + version = "0.3.27" 379 + source = "registry+https://github.com/rust-lang/crates.io-index" 380 + checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 381 + dependencies = [ 382 + "futures-core", 383 + "futures-macro", 384 + "futures-task", 385 + "pin-project-lite", 386 + "pin-utils", 387 + "slab", 388 + ] 389 + 390 + [[package]] 391 + name = "gdk-pixbuf" 392 + version = "0.17.0" 393 + source = "registry+https://github.com/rust-lang/crates.io-index" 394 + checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf" 395 + dependencies = [ 396 + "bitflags", 397 + "gdk-pixbuf-sys", 398 + "gio", 399 + "glib", 400 + "libc", 401 + "once_cell", 402 + ] 403 + 404 + [[package]] 405 + name = "gdk-pixbuf-sys" 406 + version = "0.17.0" 407 + source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b" 409 + dependencies = [ 410 + "gio-sys", 411 + "glib-sys", 412 + "gobject-sys", 413 + "libc", 414 + "system-deps", 415 + ] 416 + 417 + [[package]] 418 + name = "gdk4" 419 + version = "0.6.3" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff" 422 + dependencies = [ 423 + "bitflags", 424 + "cairo-rs", 425 + "gdk-pixbuf", 426 + "gdk4-sys", 427 + "gio", 428 + "glib", 429 + "libc", 430 + "pango", 431 + ] 432 + 433 + [[package]] 434 + name = "gdk4-sys" 435 + version = "0.6.3" 436 + source = "registry+https://github.com/rust-lang/crates.io-index" 437 + checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64" 438 + dependencies = [ 439 + "cairo-sys-rs", 440 + "gdk-pixbuf-sys", 441 + "gio-sys", 442 + "glib-sys", 443 + "gobject-sys", 444 + "libc", 445 + "pango-sys", 446 + "pkg-config", 447 + "system-deps", 448 + ] 449 + 450 + [[package]] 451 + name = "generic-array" 452 + version = "0.14.6" 453 + source = "registry+https://github.com/rust-lang/crates.io-index" 454 + checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 455 + dependencies = [ 456 + "typenum", 457 + "version_check", 458 + ] 459 + 460 + [[package]] 461 + name = "gettext-rs" 462 + version = "0.7.0" 463 + source = "registry+https://github.com/rust-lang/crates.io-index" 464 + checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 465 + dependencies = [ 466 + "gettext-sys", 467 + "locale_config", 468 + ] 469 + 470 + [[package]] 471 + name = "gettext-sys" 472 + version = "0.21.3" 473 + source = "registry+https://github.com/rust-lang/crates.io-index" 474 + checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 475 + dependencies = [ 476 + "cc", 477 + "temp-dir", 478 + ] 479 + 480 + [[package]] 481 + name = "gio" 482 + version = "0.17.4" 483 + source = "registry+https://github.com/rust-lang/crates.io-index" 484 + checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125" 485 + dependencies = [ 486 + "bitflags", 487 + "futures-channel", 488 + "futures-core", 489 + "futures-io", 490 + "futures-util", 491 + "gio-sys", 492 + "glib", 493 + "libc", 494 + "once_cell", 495 + "pin-project-lite", 496 + "smallvec", 497 + "thiserror", 498 + ] 499 + 500 + [[package]] 501 + name = "gio-sys" 502 + version = "0.17.4" 503 + source = "registry+https://github.com/rust-lang/crates.io-index" 504 + checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5" 505 + dependencies = [ 506 + "glib-sys", 507 + "gobject-sys", 508 + "libc", 509 + "system-deps", 510 + "winapi", 511 + ] 512 + 513 + [[package]] 514 + name = "glib" 515 + version = "0.17.5" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773" 518 + dependencies = [ 519 + "bitflags", 520 + "futures-channel", 521 + "futures-core", 522 + "futures-executor", 523 + "futures-task", 524 + "futures-util", 525 + "gio-sys", 526 + "glib-macros", 527 + "glib-sys", 528 + "gobject-sys", 529 + "libc", 530 + "memchr", 531 + "once_cell", 532 + "smallvec", 533 + "thiserror", 534 + ] 535 + 536 + [[package]] 537 + name = "glib-macros" 538 + version = "0.17.5" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "454924cafe58d9174dc32972261fe271d6cd3c10f5e9ff505522a28dcf601a40" 541 + dependencies = [ 542 + "anyhow", 543 + "heck", 544 + "proc-macro-crate", 545 + "proc-macro-error", 546 + "proc-macro2", 547 + "quote", 548 + "syn 1.0.109", 549 + ] 550 + 551 + [[package]] 552 + name = "glib-sys" 553 + version = "0.17.4" 554 + source = "registry+https://github.com/rust-lang/crates.io-index" 555 + checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5" 556 + dependencies = [ 557 + "libc", 558 + "system-deps", 559 + ] 560 + 561 + [[package]] 562 + name = "gobject-sys" 563 + version = "0.17.4" 564 + source = "registry+https://github.com/rust-lang/crates.io-index" 565 + checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0" 566 + dependencies = [ 567 + "glib-sys", 568 + "libc", 569 + "system-deps", 570 + ] 571 + 572 + [[package]] 573 + name = "graphene-rs" 574 + version = "0.17.1" 575 + source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256" 577 + dependencies = [ 578 + "glib", 579 + "graphene-sys", 580 + "libc", 581 + ] 582 + 583 + [[package]] 584 + name = "graphene-sys" 585 + version = "0.17.0" 586 + source = "registry+https://github.com/rust-lang/crates.io-index" 587 + checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9" 588 + dependencies = [ 589 + "glib-sys", 590 + "libc", 591 + "pkg-config", 592 + "system-deps", 593 + ] 594 + 595 + [[package]] 596 + name = "gsk4" 597 + version = "0.6.3" 598 + source = "registry+https://github.com/rust-lang/crates.io-index" 599 + checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c" 600 + dependencies = [ 601 + "bitflags", 602 + "cairo-rs", 603 + "gdk4", 604 + "glib", 605 + "graphene-rs", 606 + "gsk4-sys", 607 + "libc", 608 + "pango", 609 + ] 610 + 611 + [[package]] 612 + name = "gsk4-sys" 613 + version = "0.6.3" 614 + source = "registry+https://github.com/rust-lang/crates.io-index" 615 + checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0" 616 + dependencies = [ 617 + "cairo-sys-rs", 618 + "gdk4-sys", 619 + "glib-sys", 620 + "gobject-sys", 621 + "graphene-sys", 622 + "libc", 623 + "pango-sys", 624 + "system-deps", 625 + ] 626 + 627 + [[package]] 628 + name = "gtk4" 629 + version = "0.6.4" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed" 632 + dependencies = [ 633 + "bitflags", 634 + "cairo-rs", 635 + "field-offset", 636 + "futures-channel", 637 + "gdk-pixbuf", 638 + "gdk4", 639 + "gio", 640 + "glib", 641 + "graphene-rs", 642 + "gsk4", 643 + "gtk4-macros", 644 + "gtk4-sys", 645 + "libc", 646 + "once_cell", 647 + "pango", 648 + ] 649 + 650 + [[package]] 651 + name = "gtk4-macros" 652 + version = "0.6.3" 653 + source = "registry+https://github.com/rust-lang/crates.io-index" 654 + checksum = "30e21acdeb9a02b8cba83e65afbb8aa45f977785e50f1113407024c6b6256988" 655 + dependencies = [ 656 + "anyhow", 657 + "proc-macro-crate", 658 + "proc-macro-error", 659 + "proc-macro2", 660 + "quote", 661 + "syn 1.0.109", 662 + ] 663 + 664 + [[package]] 665 + name = "gtk4-sys" 666 + version = "0.6.3" 667 + source = "registry+https://github.com/rust-lang/crates.io-index" 668 + checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f" 669 + dependencies = [ 670 + "cairo-sys-rs", 671 + "gdk-pixbuf-sys", 672 + "gdk4-sys", 673 + "gio-sys", 674 + "glib-sys", 675 + "gobject-sys", 676 + "graphene-sys", 677 + "gsk4-sys", 678 + "libc", 679 + "pango-sys", 680 + "system-deps", 681 + ] 682 + 683 + [[package]] 684 + name = "hafas-rs" 685 + version = "0.1.0" 686 + source = "git+https://gitlab.com/Schmiddiii/hafas-rs?rev=494fa671ca9ec1bfd1118c695a7dedf500c2b88a#494fa671ca9ec1bfd1118c695a7dedf500c2b88a" 687 + dependencies = [ 688 + "async-trait", 689 + "chrono", 690 + "chrono-tz", 691 + "hex", 692 + "hyper", 693 + "hyper-rustls", 694 + "log", 695 + "md-5", 696 + "serde", 697 + "serde_json", 698 + "serde_repr", 699 + "thiserror", 700 + ] 701 + 702 + [[package]] 703 + name = "hashbrown" 704 + version = "0.12.3" 705 + source = "registry+https://github.com/rust-lang/crates.io-index" 706 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 707 + 708 + [[package]] 709 + name = "heck" 710 + version = "0.4.1" 711 + source = "registry+https://github.com/rust-lang/crates.io-index" 712 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 713 + 714 + [[package]] 715 + name = "hermit-abi" 716 + version = "0.2.6" 717 + source = "registry+https://github.com/rust-lang/crates.io-index" 718 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 719 + dependencies = [ 720 + "libc", 721 + ] 722 + 723 + [[package]] 724 + name = "hermit-abi" 725 + version = "0.3.1" 726 + source = "registry+https://github.com/rust-lang/crates.io-index" 727 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 728 + 729 + [[package]] 730 + name = "hex" 731 + version = "0.4.3" 732 + source = "registry+https://github.com/rust-lang/crates.io-index" 733 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 734 + 735 + [[package]] 736 + name = "http" 737 + version = "0.2.9" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 740 + dependencies = [ 741 + "bytes", 742 + "fnv", 743 + "itoa", 744 + ] 745 + 746 + [[package]] 747 + name = "http-body" 748 + version = "0.4.5" 749 + source = "registry+https://github.com/rust-lang/crates.io-index" 750 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 751 + dependencies = [ 752 + "bytes", 753 + "http", 754 + "pin-project-lite", 755 + ] 756 + 757 + [[package]] 758 + name = "httparse" 759 + version = "1.8.0" 760 + source = "registry+https://github.com/rust-lang/crates.io-index" 761 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 762 + 763 + [[package]] 764 + name = "httpdate" 765 + version = "1.0.2" 766 + source = "registry+https://github.com/rust-lang/crates.io-index" 767 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 768 + 769 + [[package]] 770 + name = "humantime" 771 + version = "2.1.0" 772 + source = "registry+https://github.com/rust-lang/crates.io-index" 773 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 774 + 775 + [[package]] 776 + name = "hyper" 777 + version = "0.14.25" 778 + source = "registry+https://github.com/rust-lang/crates.io-index" 779 + checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 780 + dependencies = [ 781 + "bytes", 782 + "futures-channel", 783 + "futures-core", 784 + "futures-util", 785 + "http", 786 + "http-body", 787 + "httparse", 788 + "httpdate", 789 + "itoa", 790 + "pin-project-lite", 791 + "socket2", 792 + "tokio", 793 + "tower-service", 794 + "tracing", 795 + "want", 796 + ] 797 + 798 + [[package]] 799 + name = "hyper-rustls" 800 + version = "0.23.2" 801 + source = "registry+https://github.com/rust-lang/crates.io-index" 802 + checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 803 + dependencies = [ 804 + "http", 805 + "hyper", 806 + "log", 807 + "rustls", 808 + "rustls-native-certs", 809 + "tokio", 810 + "tokio-rustls", 811 + ] 812 + 813 + [[package]] 814 + name = "iana-time-zone" 815 + version = "0.1.54" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" 818 + dependencies = [ 819 + "android_system_properties", 820 + "core-foundation-sys", 821 + "iana-time-zone-haiku", 822 + "js-sys", 823 + "wasm-bindgen", 824 + "windows", 825 + ] 826 + 827 + [[package]] 828 + name = "iana-time-zone-haiku" 829 + version = "0.1.1" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 832 + dependencies = [ 833 + "cxx", 834 + "cxx-build", 835 + ] 836 + 837 + [[package]] 838 + name = "indexmap" 839 + version = "1.9.2" 840 + source = "registry+https://github.com/rust-lang/crates.io-index" 841 + checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 842 + dependencies = [ 843 + "autocfg", 844 + "hashbrown", 845 + ] 846 + 847 + [[package]] 848 + name = "io-lifetimes" 849 + version = "1.0.9" 850 + source = "registry+https://github.com/rust-lang/crates.io-index" 851 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 852 + dependencies = [ 853 + "hermit-abi 0.3.1", 854 + "libc", 855 + "windows-sys 0.45.0", 856 + ] 857 + 858 + [[package]] 859 + name = "is-terminal" 860 + version = "0.4.5" 861 + source = "registry+https://github.com/rust-lang/crates.io-index" 862 + checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" 863 + dependencies = [ 864 + "hermit-abi 0.3.1", 865 + "io-lifetimes", 866 + "rustix", 867 + "windows-sys 0.45.0", 868 + ] 869 + 870 + [[package]] 871 + name = "itoa" 872 + version = "1.0.6" 873 + source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 875 + 876 + [[package]] 877 + name = "js-sys" 878 + version = "0.3.61" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 881 + dependencies = [ 882 + "wasm-bindgen", 883 + ] 884 + 885 + [[package]] 886 + name = "lazy_static" 887 + version = "1.4.0" 888 + source = "registry+https://github.com/rust-lang/crates.io-index" 889 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 890 + 891 + [[package]] 892 + name = "libadwaita" 893 + version = "0.3.1" 894 + source = "registry+https://github.com/rust-lang/crates.io-index" 895 + checksum = "b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700" 896 + dependencies = [ 897 + "bitflags", 898 + "futures-channel", 899 + "gdk-pixbuf", 900 + "gdk4", 901 + "gio", 902 + "glib", 903 + "gtk4", 904 + "libadwaita-sys", 905 + "libc", 906 + "once_cell", 907 + "pango", 908 + ] 909 + 910 + [[package]] 911 + name = "libadwaita-sys" 912 + version = "0.3.0" 913 + source = "registry+https://github.com/rust-lang/crates.io-index" 914 + checksum = "0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac" 915 + dependencies = [ 916 + "gdk4-sys", 917 + "gio-sys", 918 + "glib-sys", 919 + "gobject-sys", 920 + "gtk4-sys", 921 + "libc", 922 + "pango-sys", 923 + "system-deps", 924 + ] 925 + 926 + [[package]] 927 + name = "libc" 928 + version = "0.2.140" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 931 + 932 + [[package]] 933 + name = "link-cplusplus" 934 + version = "1.0.8" 935 + source = "registry+https://github.com/rust-lang/crates.io-index" 936 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 937 + dependencies = [ 938 + "cc", 939 + ] 940 + 941 + [[package]] 942 + name = "linux-raw-sys" 943 + version = "0.1.4" 944 + source = "registry+https://github.com/rust-lang/crates.io-index" 945 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 946 + 947 + [[package]] 948 + name = "locale_config" 949 + version = "0.3.0" 950 + source = "registry+https://github.com/rust-lang/crates.io-index" 951 + checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 952 + dependencies = [ 953 + "lazy_static", 954 + "objc", 955 + "objc-foundation", 956 + "regex", 957 + "winapi", 958 + ] 959 + 960 + [[package]] 961 + name = "log" 962 + version = "0.4.17" 963 + source = "registry+https://github.com/rust-lang/crates.io-index" 964 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 965 + dependencies = [ 966 + "cfg-if", 967 + ] 968 + 969 + [[package]] 970 + name = "malloc_buf" 971 + version = "0.0.6" 972 + source = "registry+https://github.com/rust-lang/crates.io-index" 973 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 974 + dependencies = [ 975 + "libc", 976 + ] 977 + 978 + [[package]] 979 + name = "md-5" 980 + version = "0.10.5" 981 + source = "registry+https://github.com/rust-lang/crates.io-index" 982 + checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" 983 + dependencies = [ 984 + "digest", 985 + ] 986 + 987 + [[package]] 988 + name = "memchr" 989 + version = "2.5.0" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 992 + 993 + [[package]] 994 + name = "memoffset" 995 + version = "0.8.0" 996 + source = "registry+https://github.com/rust-lang/crates.io-index" 997 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 998 + dependencies = [ 999 + "autocfg", 1000 + ] 1001 + 1002 + [[package]] 1003 + name = "mio" 1004 + version = "0.8.6" 1005 + source = "registry+https://github.com/rust-lang/crates.io-index" 1006 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1007 + dependencies = [ 1008 + "libc", 1009 + "log", 1010 + "wasi 0.11.0+wasi-snapshot-preview1", 1011 + "windows-sys 0.45.0", 1012 + ] 1013 + 1014 + [[package]] 1015 + name = "num-integer" 1016 + version = "0.1.45" 1017 + source = "registry+https://github.com/rust-lang/crates.io-index" 1018 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1019 + dependencies = [ 1020 + "autocfg", 1021 + "num-traits", 1022 + ] 1023 + 1024 + [[package]] 1025 + name = "num-traits" 1026 + version = "0.2.15" 1027 + source = "registry+https://github.com/rust-lang/crates.io-index" 1028 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1029 + dependencies = [ 1030 + "autocfg", 1031 + ] 1032 + 1033 + [[package]] 1034 + name = "num_cpus" 1035 + version = "1.15.0" 1036 + source = "registry+https://github.com/rust-lang/crates.io-index" 1037 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1038 + dependencies = [ 1039 + "hermit-abi 0.2.6", 1040 + "libc", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "objc" 1045 + version = "0.2.7" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1048 + dependencies = [ 1049 + "malloc_buf", 1050 + ] 1051 + 1052 + [[package]] 1053 + name = "objc-foundation" 1054 + version = "0.1.1" 1055 + source = "registry+https://github.com/rust-lang/crates.io-index" 1056 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1057 + dependencies = [ 1058 + "block", 1059 + "objc", 1060 + "objc_id", 1061 + ] 1062 + 1063 + [[package]] 1064 + name = "objc_id" 1065 + version = "0.1.1" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1068 + dependencies = [ 1069 + "objc", 1070 + ] 1071 + 1072 + [[package]] 1073 + name = "once_cell" 1074 + version = "1.17.1" 1075 + source = "registry+https://github.com/rust-lang/crates.io-index" 1076 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1077 + 1078 + [[package]] 1079 + name = "openssl-probe" 1080 + version = "0.1.5" 1081 + source = "registry+https://github.com/rust-lang/crates.io-index" 1082 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1083 + 1084 + [[package]] 1085 + name = "pango" 1086 + version = "0.17.4" 1087 + source = "registry+https://github.com/rust-lang/crates.io-index" 1088 + checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37" 1089 + dependencies = [ 1090 + "bitflags", 1091 + "gio", 1092 + "glib", 1093 + "libc", 1094 + "once_cell", 1095 + "pango-sys", 1096 + ] 1097 + 1098 + [[package]] 1099 + name = "pango-sys" 1100 + version = "0.17.0" 1101 + source = "registry+https://github.com/rust-lang/crates.io-index" 1102 + checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8" 1103 + dependencies = [ 1104 + "glib-sys", 1105 + "gobject-sys", 1106 + "libc", 1107 + "system-deps", 1108 + ] 1109 + 1110 + [[package]] 1111 + name = "parse-zoneinfo" 1112 + version = "0.3.0" 1113 + source = "registry+https://github.com/rust-lang/crates.io-index" 1114 + checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" 1115 + dependencies = [ 1116 + "regex", 1117 + ] 1118 + 1119 + [[package]] 1120 + name = "phf" 1121 + version = "0.11.1" 1122 + source = "registry+https://github.com/rust-lang/crates.io-index" 1123 + checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 1124 + dependencies = [ 1125 + "phf_shared", 1126 + ] 1127 + 1128 + [[package]] 1129 + name = "phf_codegen" 1130 + version = "0.11.1" 1131 + source = "registry+https://github.com/rust-lang/crates.io-index" 1132 + checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 1133 + dependencies = [ 1134 + "phf_generator", 1135 + "phf_shared", 1136 + ] 1137 + 1138 + [[package]] 1139 + name = "phf_generator" 1140 + version = "0.11.1" 1141 + source = "registry+https://github.com/rust-lang/crates.io-index" 1142 + checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 1143 + dependencies = [ 1144 + "phf_shared", 1145 + "rand", 1146 + ] 1147 + 1148 + [[package]] 1149 + name = "phf_shared" 1150 + version = "0.11.1" 1151 + source = "registry+https://github.com/rust-lang/crates.io-index" 1152 + checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 1153 + dependencies = [ 1154 + "siphasher", 1155 + "uncased", 1156 + ] 1157 + 1158 + [[package]] 1159 + name = "pin-project-lite" 1160 + version = "0.2.9" 1161 + source = "registry+https://github.com/rust-lang/crates.io-index" 1162 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1163 + 1164 + [[package]] 1165 + name = "pin-utils" 1166 + version = "0.1.0" 1167 + source = "registry+https://github.com/rust-lang/crates.io-index" 1168 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1169 + 1170 + [[package]] 1171 + name = "pkg-config" 1172 + version = "0.3.26" 1173 + source = "registry+https://github.com/rust-lang/crates.io-index" 1174 + checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1175 + 1176 + [[package]] 1177 + name = "proc-macro-crate" 1178 + version = "1.3.1" 1179 + source = "registry+https://github.com/rust-lang/crates.io-index" 1180 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 1181 + dependencies = [ 1182 + "once_cell", 1183 + "toml_edit", 1184 + ] 1185 + 1186 + [[package]] 1187 + name = "proc-macro-error" 1188 + version = "1.0.4" 1189 + source = "registry+https://github.com/rust-lang/crates.io-index" 1190 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1191 + dependencies = [ 1192 + "proc-macro-error-attr", 1193 + "proc-macro2", 1194 + "quote", 1195 + "syn 1.0.109", 1196 + "version_check", 1197 + ] 1198 + 1199 + [[package]] 1200 + name = "proc-macro-error-attr" 1201 + version = "1.0.4" 1202 + source = "registry+https://github.com/rust-lang/crates.io-index" 1203 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1204 + dependencies = [ 1205 + "proc-macro2", 1206 + "quote", 1207 + "version_check", 1208 + ] 1209 + 1210 + [[package]] 1211 + name = "proc-macro2" 1212 + version = "1.0.53" 1213 + source = "registry+https://github.com/rust-lang/crates.io-index" 1214 + checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" 1215 + dependencies = [ 1216 + "unicode-ident", 1217 + ] 1218 + 1219 + [[package]] 1220 + name = "quote" 1221 + version = "1.0.26" 1222 + source = "registry+https://github.com/rust-lang/crates.io-index" 1223 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1224 + dependencies = [ 1225 + "proc-macro2", 1226 + ] 1227 + 1228 + [[package]] 1229 + name = "rand" 1230 + version = "0.8.5" 1231 + source = "registry+https://github.com/rust-lang/crates.io-index" 1232 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1233 + dependencies = [ 1234 + "rand_core", 1235 + ] 1236 + 1237 + [[package]] 1238 + name = "rand_core" 1239 + version = "0.6.4" 1240 + source = "registry+https://github.com/rust-lang/crates.io-index" 1241 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1242 + 1243 + [[package]] 1244 + name = "regex" 1245 + version = "1.7.2" 1246 + source = "registry+https://github.com/rust-lang/crates.io-index" 1247 + checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" 1248 + dependencies = [ 1249 + "aho-corasick", 1250 + "memchr", 1251 + "regex-syntax", 1252 + ] 1253 + 1254 + [[package]] 1255 + name = "regex-syntax" 1256 + version = "0.6.29" 1257 + source = "registry+https://github.com/rust-lang/crates.io-index" 1258 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1259 + 1260 + [[package]] 1261 + name = "ring" 1262 + version = "0.16.20" 1263 + source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1265 + dependencies = [ 1266 + "cc", 1267 + "libc", 1268 + "once_cell", 1269 + "spin", 1270 + "untrusted", 1271 + "web-sys", 1272 + "winapi", 1273 + ] 1274 + 1275 + [[package]] 1276 + name = "rustc_version" 1277 + version = "0.4.0" 1278 + source = "registry+https://github.com/rust-lang/crates.io-index" 1279 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1280 + dependencies = [ 1281 + "semver", 1282 + ] 1283 + 1284 + [[package]] 1285 + name = "rustix" 1286 + version = "0.36.11" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 1289 + dependencies = [ 1290 + "bitflags", 1291 + "errno", 1292 + "io-lifetimes", 1293 + "libc", 1294 + "linux-raw-sys", 1295 + "windows-sys 0.45.0", 1296 + ] 1297 + 1298 + [[package]] 1299 + name = "rustls" 1300 + version = "0.20.8" 1301 + source = "registry+https://github.com/rust-lang/crates.io-index" 1302 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1303 + dependencies = [ 1304 + "log", 1305 + "ring", 1306 + "sct", 1307 + "webpki", 1308 + ] 1309 + 1310 + [[package]] 1311 + name = "rustls-native-certs" 1312 + version = "0.6.2" 1313 + source = "registry+https://github.com/rust-lang/crates.io-index" 1314 + checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" 1315 + dependencies = [ 1316 + "openssl-probe", 1317 + "rustls-pemfile", 1318 + "schannel", 1319 + "security-framework", 1320 + ] 1321 + 1322 + [[package]] 1323 + name = "rustls-pemfile" 1324 + version = "1.0.2" 1325 + source = "registry+https://github.com/rust-lang/crates.io-index" 1326 + checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 1327 + dependencies = [ 1328 + "base64", 1329 + ] 1330 + 1331 + [[package]] 1332 + name = "ryu" 1333 + version = "1.0.13" 1334 + source = "registry+https://github.com/rust-lang/crates.io-index" 1335 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1336 + 1337 + [[package]] 1338 + name = "schannel" 1339 + version = "0.1.21" 1340 + source = "registry+https://github.com/rust-lang/crates.io-index" 1341 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1342 + dependencies = [ 1343 + "windows-sys 0.42.0", 1344 + ] 1345 + 1346 + [[package]] 1347 + name = "scratch" 1348 + version = "1.0.5" 1349 + source = "registry+https://github.com/rust-lang/crates.io-index" 1350 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 1351 + 1352 + [[package]] 1353 + name = "sct" 1354 + version = "0.7.0" 1355 + source = "registry+https://github.com/rust-lang/crates.io-index" 1356 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1357 + dependencies = [ 1358 + "ring", 1359 + "untrusted", 1360 + ] 1361 + 1362 + [[package]] 1363 + name = "security-framework" 1364 + version = "2.8.2" 1365 + source = "registry+https://github.com/rust-lang/crates.io-index" 1366 + checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 1367 + dependencies = [ 1368 + "bitflags", 1369 + "core-foundation", 1370 + "core-foundation-sys", 1371 + "libc", 1372 + "security-framework-sys", 1373 + ] 1374 + 1375 + [[package]] 1376 + name = "security-framework-sys" 1377 + version = "2.8.0" 1378 + source = "registry+https://github.com/rust-lang/crates.io-index" 1379 + checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 1380 + dependencies = [ 1381 + "core-foundation-sys", 1382 + "libc", 1383 + ] 1384 + 1385 + [[package]] 1386 + name = "semver" 1387 + version = "1.0.17" 1388 + source = "registry+https://github.com/rust-lang/crates.io-index" 1389 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1390 + 1391 + [[package]] 1392 + name = "serde" 1393 + version = "1.0.158" 1394 + source = "registry+https://github.com/rust-lang/crates.io-index" 1395 + checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 1396 + dependencies = [ 1397 + "serde_derive", 1398 + ] 1399 + 1400 + [[package]] 1401 + name = "serde_derive" 1402 + version = "1.0.158" 1403 + source = "registry+https://github.com/rust-lang/crates.io-index" 1404 + checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 1405 + dependencies = [ 1406 + "proc-macro2", 1407 + "quote", 1408 + "syn 2.0.5", 1409 + ] 1410 + 1411 + [[package]] 1412 + name = "serde_json" 1413 + version = "1.0.94" 1414 + source = "registry+https://github.com/rust-lang/crates.io-index" 1415 + checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 1416 + dependencies = [ 1417 + "itoa", 1418 + "ryu", 1419 + "serde", 1420 + ] 1421 + 1422 + [[package]] 1423 + name = "serde_repr" 1424 + version = "0.1.12" 1425 + source = "registry+https://github.com/rust-lang/crates.io-index" 1426 + checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 1427 + dependencies = [ 1428 + "proc-macro2", 1429 + "quote", 1430 + "syn 2.0.5", 1431 + ] 1432 + 1433 + [[package]] 1434 + name = "siphasher" 1435 + version = "0.3.10" 1436 + source = "registry+https://github.com/rust-lang/crates.io-index" 1437 + checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 1438 + 1439 + [[package]] 1440 + name = "slab" 1441 + version = "0.4.8" 1442 + source = "registry+https://github.com/rust-lang/crates.io-index" 1443 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1444 + dependencies = [ 1445 + "autocfg", 1446 + ] 1447 + 1448 + [[package]] 1449 + name = "smallvec" 1450 + version = "1.10.0" 1451 + source = "registry+https://github.com/rust-lang/crates.io-index" 1452 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1453 + 1454 + [[package]] 1455 + name = "socket2" 1456 + version = "0.4.9" 1457 + source = "registry+https://github.com/rust-lang/crates.io-index" 1458 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1459 + dependencies = [ 1460 + "libc", 1461 + "winapi", 1462 + ] 1463 + 1464 + [[package]] 1465 + name = "spin" 1466 + version = "0.5.2" 1467 + source = "registry+https://github.com/rust-lang/crates.io-index" 1468 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1469 + 1470 + [[package]] 1471 + name = "syn" 1472 + version = "1.0.109" 1473 + source = "registry+https://github.com/rust-lang/crates.io-index" 1474 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1475 + dependencies = [ 1476 + "proc-macro2", 1477 + "quote", 1478 + "unicode-ident", 1479 + ] 1480 + 1481 + [[package]] 1482 + name = "syn" 1483 + version = "2.0.5" 1484 + source = "registry+https://github.com/rust-lang/crates.io-index" 1485 + checksum = "89c2d1c76a26822187a1fbb5964e3fff108bc208f02e820ab9dac1234f6b388a" 1486 + dependencies = [ 1487 + "proc-macro2", 1488 + "quote", 1489 + "unicode-ident", 1490 + ] 1491 + 1492 + [[package]] 1493 + name = "system-deps" 1494 + version = "6.0.3" 1495 + source = "registry+https://github.com/rust-lang/crates.io-index" 1496 + checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff" 1497 + dependencies = [ 1498 + "cfg-expr", 1499 + "heck", 1500 + "pkg-config", 1501 + "toml", 1502 + "version-compare", 1503 + ] 1504 + 1505 + [[package]] 1506 + name = "temp-dir" 1507 + version = "0.1.11" 1508 + source = "registry+https://github.com/rust-lang/crates.io-index" 1509 + checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" 1510 + 1511 + [[package]] 1512 + name = "termcolor" 1513 + version = "1.2.0" 1514 + source = "registry+https://github.com/rust-lang/crates.io-index" 1515 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1516 + dependencies = [ 1517 + "winapi-util", 1518 + ] 1519 + 1520 + [[package]] 1521 + name = "thiserror" 1522 + version = "1.0.40" 1523 + source = "registry+https://github.com/rust-lang/crates.io-index" 1524 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1525 + dependencies = [ 1526 + "thiserror-impl", 1527 + ] 1528 + 1529 + [[package]] 1530 + name = "thiserror-impl" 1531 + version = "1.0.40" 1532 + source = "registry+https://github.com/rust-lang/crates.io-index" 1533 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1534 + dependencies = [ 1535 + "proc-macro2", 1536 + "quote", 1537 + "syn 2.0.5", 1538 + ] 1539 + 1540 + [[package]] 1541 + name = "time" 1542 + version = "0.1.45" 1543 + source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1545 + dependencies = [ 1546 + "libc", 1547 + "wasi 0.10.0+wasi-snapshot-preview1", 1548 + "winapi", 1549 + ] 1550 + 1551 + [[package]] 1552 + name = "tokio" 1553 + version = "1.26.0" 1554 + source = "registry+https://github.com/rust-lang/crates.io-index" 1555 + checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 1556 + dependencies = [ 1557 + "autocfg", 1558 + "libc", 1559 + "mio", 1560 + "num_cpus", 1561 + "pin-project-lite", 1562 + "socket2", 1563 + "tokio-macros", 1564 + "windows-sys 0.45.0", 1565 + ] 1566 + 1567 + [[package]] 1568 + name = "tokio-macros" 1569 + version = "1.8.2" 1570 + source = "registry+https://github.com/rust-lang/crates.io-index" 1571 + checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 1572 + dependencies = [ 1573 + "proc-macro2", 1574 + "quote", 1575 + "syn 1.0.109", 1576 + ] 1577 + 1578 + [[package]] 1579 + name = "tokio-rustls" 1580 + version = "0.23.4" 1581 + source = "registry+https://github.com/rust-lang/crates.io-index" 1582 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 1583 + dependencies = [ 1584 + "rustls", 1585 + "tokio", 1586 + "webpki", 1587 + ] 1588 + 1589 + [[package]] 1590 + name = "toml" 1591 + version = "0.5.11" 1592 + source = "registry+https://github.com/rust-lang/crates.io-index" 1593 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1594 + dependencies = [ 1595 + "serde", 1596 + ] 1597 + 1598 + [[package]] 1599 + name = "toml_datetime" 1600 + version = "0.6.1" 1601 + source = "registry+https://github.com/rust-lang/crates.io-index" 1602 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 1603 + 1604 + [[package]] 1605 + name = "toml_edit" 1606 + version = "0.19.7" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" 1609 + dependencies = [ 1610 + "indexmap", 1611 + "toml_datetime", 1612 + "winnow", 1613 + ] 1614 + 1615 + [[package]] 1616 + name = "tower-service" 1617 + version = "0.3.2" 1618 + source = "registry+https://github.com/rust-lang/crates.io-index" 1619 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1620 + 1621 + [[package]] 1622 + name = "tracing" 1623 + version = "0.1.37" 1624 + source = "registry+https://github.com/rust-lang/crates.io-index" 1625 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1626 + dependencies = [ 1627 + "cfg-if", 1628 + "pin-project-lite", 1629 + "tracing-core", 1630 + ] 1631 + 1632 + [[package]] 1633 + name = "tracing-core" 1634 + version = "0.1.30" 1635 + source = "registry+https://github.com/rust-lang/crates.io-index" 1636 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 1637 + dependencies = [ 1638 + "once_cell", 1639 + ] 1640 + 1641 + [[package]] 1642 + name = "try-lock" 1643 + version = "0.2.4" 1644 + source = "registry+https://github.com/rust-lang/crates.io-index" 1645 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1646 + 1647 + [[package]] 1648 + name = "typenum" 1649 + version = "1.16.0" 1650 + source = "registry+https://github.com/rust-lang/crates.io-index" 1651 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1652 + 1653 + [[package]] 1654 + name = "uncased" 1655 + version = "0.9.7" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" 1658 + dependencies = [ 1659 + "version_check", 1660 + ] 1661 + 1662 + [[package]] 1663 + name = "unicode-ident" 1664 + version = "1.0.8" 1665 + source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1667 + 1668 + [[package]] 1669 + name = "unicode-width" 1670 + version = "0.1.10" 1671 + source = "registry+https://github.com/rust-lang/crates.io-index" 1672 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1673 + 1674 + [[package]] 1675 + name = "untrusted" 1676 + version = "0.7.1" 1677 + source = "registry+https://github.com/rust-lang/crates.io-index" 1678 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1679 + 1680 + [[package]] 1681 + name = "version-compare" 1682 + version = "0.1.1" 1683 + source = "registry+https://github.com/rust-lang/crates.io-index" 1684 + checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 1685 + 1686 + [[package]] 1687 + name = "version_check" 1688 + version = "0.9.4" 1689 + source = "registry+https://github.com/rust-lang/crates.io-index" 1690 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1691 + 1692 + [[package]] 1693 + name = "want" 1694 + version = "0.3.0" 1695 + source = "registry+https://github.com/rust-lang/crates.io-index" 1696 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1697 + dependencies = [ 1698 + "log", 1699 + "try-lock", 1700 + ] 1701 + 1702 + [[package]] 1703 + name = "wasi" 1704 + version = "0.10.0+wasi-snapshot-preview1" 1705 + source = "registry+https://github.com/rust-lang/crates.io-index" 1706 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1707 + 1708 + [[package]] 1709 + name = "wasi" 1710 + version = "0.11.0+wasi-snapshot-preview1" 1711 + source = "registry+https://github.com/rust-lang/crates.io-index" 1712 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1713 + 1714 + [[package]] 1715 + name = "wasm-bindgen" 1716 + version = "0.2.84" 1717 + source = "registry+https://github.com/rust-lang/crates.io-index" 1718 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 1719 + dependencies = [ 1720 + "cfg-if", 1721 + "wasm-bindgen-macro", 1722 + ] 1723 + 1724 + [[package]] 1725 + name = "wasm-bindgen-backend" 1726 + version = "0.2.84" 1727 + source = "registry+https://github.com/rust-lang/crates.io-index" 1728 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 1729 + dependencies = [ 1730 + "bumpalo", 1731 + "log", 1732 + "once_cell", 1733 + "proc-macro2", 1734 + "quote", 1735 + "syn 1.0.109", 1736 + "wasm-bindgen-shared", 1737 + ] 1738 + 1739 + [[package]] 1740 + name = "wasm-bindgen-macro" 1741 + version = "0.2.84" 1742 + source = "registry+https://github.com/rust-lang/crates.io-index" 1743 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 1744 + dependencies = [ 1745 + "quote", 1746 + "wasm-bindgen-macro-support", 1747 + ] 1748 + 1749 + [[package]] 1750 + name = "wasm-bindgen-macro-support" 1751 + version = "0.2.84" 1752 + source = "registry+https://github.com/rust-lang/crates.io-index" 1753 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 1754 + dependencies = [ 1755 + "proc-macro2", 1756 + "quote", 1757 + "syn 1.0.109", 1758 + "wasm-bindgen-backend", 1759 + "wasm-bindgen-shared", 1760 + ] 1761 + 1762 + [[package]] 1763 + name = "wasm-bindgen-shared" 1764 + version = "0.2.84" 1765 + source = "registry+https://github.com/rust-lang/crates.io-index" 1766 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1767 + 1768 + [[package]] 1769 + name = "web-sys" 1770 + version = "0.3.61" 1771 + source = "registry+https://github.com/rust-lang/crates.io-index" 1772 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 1773 + dependencies = [ 1774 + "js-sys", 1775 + "wasm-bindgen", 1776 + ] 1777 + 1778 + [[package]] 1779 + name = "webpki" 1780 + version = "0.22.0" 1781 + source = "registry+https://github.com/rust-lang/crates.io-index" 1782 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 1783 + dependencies = [ 1784 + "ring", 1785 + "untrusted", 1786 + ] 1787 + 1788 + [[package]] 1789 + name = "winapi" 1790 + version = "0.3.9" 1791 + source = "registry+https://github.com/rust-lang/crates.io-index" 1792 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1793 + dependencies = [ 1794 + "winapi-i686-pc-windows-gnu", 1795 + "winapi-x86_64-pc-windows-gnu", 1796 + ] 1797 + 1798 + [[package]] 1799 + name = "winapi-i686-pc-windows-gnu" 1800 + version = "0.4.0" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1803 + 1804 + [[package]] 1805 + name = "winapi-util" 1806 + version = "0.1.5" 1807 + source = "registry+https://github.com/rust-lang/crates.io-index" 1808 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1809 + dependencies = [ 1810 + "winapi", 1811 + ] 1812 + 1813 + [[package]] 1814 + name = "winapi-x86_64-pc-windows-gnu" 1815 + version = "0.4.0" 1816 + source = "registry+https://github.com/rust-lang/crates.io-index" 1817 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1818 + 1819 + [[package]] 1820 + name = "windows" 1821 + version = "0.46.0" 1822 + source = "registry+https://github.com/rust-lang/crates.io-index" 1823 + checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 1824 + dependencies = [ 1825 + "windows-targets", 1826 + ] 1827 + 1828 + [[package]] 1829 + name = "windows-sys" 1830 + version = "0.42.0" 1831 + source = "registry+https://github.com/rust-lang/crates.io-index" 1832 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1833 + dependencies = [ 1834 + "windows_aarch64_gnullvm", 1835 + "windows_aarch64_msvc", 1836 + "windows_i686_gnu", 1837 + "windows_i686_msvc", 1838 + "windows_x86_64_gnu", 1839 + "windows_x86_64_gnullvm", 1840 + "windows_x86_64_msvc", 1841 + ] 1842 + 1843 + [[package]] 1844 + name = "windows-sys" 1845 + version = "0.45.0" 1846 + source = "registry+https://github.com/rust-lang/crates.io-index" 1847 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1848 + dependencies = [ 1849 + "windows-targets", 1850 + ] 1851 + 1852 + [[package]] 1853 + name = "windows-targets" 1854 + version = "0.42.2" 1855 + source = "registry+https://github.com/rust-lang/crates.io-index" 1856 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1857 + dependencies = [ 1858 + "windows_aarch64_gnullvm", 1859 + "windows_aarch64_msvc", 1860 + "windows_i686_gnu", 1861 + "windows_i686_msvc", 1862 + "windows_x86_64_gnu", 1863 + "windows_x86_64_gnullvm", 1864 + "windows_x86_64_msvc", 1865 + ] 1866 + 1867 + [[package]] 1868 + name = "windows_aarch64_gnullvm" 1869 + version = "0.42.2" 1870 + source = "registry+https://github.com/rust-lang/crates.io-index" 1871 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1872 + 1873 + [[package]] 1874 + name = "windows_aarch64_msvc" 1875 + version = "0.42.2" 1876 + source = "registry+https://github.com/rust-lang/crates.io-index" 1877 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1878 + 1879 + [[package]] 1880 + name = "windows_i686_gnu" 1881 + version = "0.42.2" 1882 + source = "registry+https://github.com/rust-lang/crates.io-index" 1883 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1884 + 1885 + [[package]] 1886 + name = "windows_i686_msvc" 1887 + version = "0.42.2" 1888 + source = "registry+https://github.com/rust-lang/crates.io-index" 1889 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1890 + 1891 + [[package]] 1892 + name = "windows_x86_64_gnu" 1893 + version = "0.42.2" 1894 + source = "registry+https://github.com/rust-lang/crates.io-index" 1895 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1896 + 1897 + [[package]] 1898 + name = "windows_x86_64_gnullvm" 1899 + version = "0.42.2" 1900 + source = "registry+https://github.com/rust-lang/crates.io-index" 1901 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1902 + 1903 + [[package]] 1904 + name = "windows_x86_64_msvc" 1905 + version = "0.42.2" 1906 + source = "registry+https://github.com/rust-lang/crates.io-index" 1907 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1908 + 1909 + [[package]] 1910 + name = "winnow" 1911 + version = "0.3.6" 1912 + source = "registry+https://github.com/rust-lang/crates.io-index" 1913 + checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" 1914 + dependencies = [ 1915 + "memchr", 1916 + ]
+67
pkgs/applications/misc/diebahn/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitLab 4 + , cargo 5 + , desktop-file-utils 6 + , meson 7 + , ninja 8 + , pkg-config 9 + , rustPlatform 10 + , rustc 11 + , wrapGAppsHook4 12 + , cairo 13 + , gdk-pixbuf 14 + , glib 15 + , gtk4 16 + , libadwaita 17 + , pango 18 + , darwin 19 + }: 20 + 21 + stdenv.mkDerivation rec { 22 + pname = "diebahn"; 23 + version = "1.5.0"; 24 + 25 + src = fetchFromGitLab { 26 + owner = "schmiddi-on-mobile"; 27 + repo = "diebahn"; 28 + rev = version; 29 + hash = "sha256-WEjMtRXRmcbgCIQNJRlGYGQhem9W8nb/lsjft0oWxAk="; 30 + }; 31 + 32 + cargoDeps = rustPlatform.importCargoLock { 33 + lockFile = ./Cargo.lock; 34 + outputHashes = { 35 + "hafas-rs-0.1.0" = "sha256-9YmWiief8Nux1ZkPTZjzer/qKAa5hORVn8HngMtKDxM="; 36 + }; 37 + }; 38 + 39 + nativeBuildInputs = [ 40 + cargo 41 + desktop-file-utils 42 + meson 43 + ninja 44 + pkg-config 45 + rustPlatform.cargoSetupHook 46 + rustc 47 + wrapGAppsHook4 48 + ]; 49 + 50 + buildInputs = [ 51 + cairo 52 + gdk-pixbuf 53 + glib 54 + gtk4 55 + libadwaita 56 + pango 57 + ] ++ lib.optionals stdenv.isDarwin [ 58 + darwin.apple_sdk.frameworks.Security 59 + ]; 60 + 61 + meta = { 62 + description = "GTK4 frontend for the travel information of the german railway"; 63 + homepage = "https://gitlab.com/schmiddi-on-mobile/diebahn"; 64 + license = lib.licenses.gpl3Plus; 65 + maintainers = with lib.maintainers; [ dotlambda ]; 66 + }; 67 + }
+2
pkgs/top-level/all-packages.nix
··· 30829 30829 30830 30830 dia = callPackage ../applications/graphics/dia { }; 30831 30831 30832 + diebahn = callPackage ../applications/misc/diebahn { }; 30833 + 30832 30834 digital = callPackage ../applications/science/electronics/digital { }; 30833 30835 30834 30836 direwolf = callPackage ../applications/radio/direwolf {