break-time: update Cargo.lock and unpin openssl

figsoda a74cd3a1 1e5e280d

+1630 -4
+1621
pkgs/applications/misc/break-time/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 = "android_system_properties" 7 + version = "0.1.5" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 10 + dependencies = [ 11 + "libc", 12 + ] 13 + 14 + [[package]] 15 + name = "ansi_term" 16 + version = "0.12.1" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 19 + dependencies = [ 20 + "winapi", 21 + ] 22 + 23 + [[package]] 24 + name = "antidote" 25 + version = "1.0.0" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" 28 + 29 + [[package]] 30 + name = "atk" 31 + version = "0.8.0" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "444daefa55f229af145ea58d77efd23725024ee1f6f3102743709aa6b18c663e" 34 + dependencies = [ 35 + "atk-sys", 36 + "bitflags", 37 + "glib", 38 + "glib-sys", 39 + "gobject-sys", 40 + "libc", 41 + ] 42 + 43 + [[package]] 44 + name = "atk-sys" 45 + version = "0.9.1" 46 + source = "registry+https://github.com/rust-lang/crates.io-index" 47 + checksum = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f" 48 + dependencies = [ 49 + "glib-sys", 50 + "gobject-sys", 51 + "libc", 52 + "pkg-config", 53 + ] 54 + 55 + [[package]] 56 + name = "atty" 57 + version = "0.2.14" 58 + source = "registry+https://github.com/rust-lang/crates.io-index" 59 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 60 + dependencies = [ 61 + "hermit-abi 0.1.19", 62 + "libc", 63 + "winapi", 64 + ] 65 + 66 + [[package]] 67 + name = "autocfg" 68 + version = "1.1.0" 69 + source = "registry+https://github.com/rust-lang/crates.io-index" 70 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 71 + 72 + [[package]] 73 + name = "base64" 74 + version = "0.9.3" 75 + source = "registry+https://github.com/rust-lang/crates.io-index" 76 + checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 77 + dependencies = [ 78 + "byteorder", 79 + "safemem", 80 + ] 81 + 82 + [[package]] 83 + name = "base64" 84 + version = "0.10.1" 85 + source = "registry+https://github.com/rust-lang/crates.io-index" 86 + checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 87 + dependencies = [ 88 + "byteorder", 89 + ] 90 + 91 + [[package]] 92 + name = "bitflags" 93 + version = "1.3.2" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 96 + 97 + [[package]] 98 + name = "break-time" 99 + version = "0.1.2" 100 + dependencies = [ 101 + "byteorder", 102 + "cairo-rs", 103 + "chrono", 104 + "gdk", 105 + "gdk-pixbuf", 106 + "gdk-pixbuf-sys", 107 + "gio", 108 + "glib", 109 + "glib-sys", 110 + "gobject-sys", 111 + "google-calendar3", 112 + "gtk", 113 + "gtk-sys", 114 + "hyper", 115 + "hyper-rustls", 116 + "indoc", 117 + "pango", 118 + "serde", 119 + "serde_json", 120 + "structopt", 121 + "toml", 122 + "xcb", 123 + "xdg", 124 + "yup-oauth2", 125 + ] 126 + 127 + [[package]] 128 + name = "bumpalo" 129 + version = "3.12.2" 130 + source = "registry+https://github.com/rust-lang/crates.io-index" 131 + checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 132 + 133 + [[package]] 134 + name = "byteorder" 135 + version = "1.4.3" 136 + source = "registry+https://github.com/rust-lang/crates.io-index" 137 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 138 + 139 + [[package]] 140 + name = "cairo-rs" 141 + version = "0.8.1" 142 + source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "157049ba9618aa3a61c39d5d785102c04d3b1f40632a706c621a9aedc21e6084" 144 + dependencies = [ 145 + "bitflags", 146 + "cairo-sys-rs", 147 + "glib", 148 + "glib-sys", 149 + "gobject-sys", 150 + "libc", 151 + ] 152 + 153 + [[package]] 154 + name = "cairo-sys-rs" 155 + version = "0.9.2" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63" 158 + dependencies = [ 159 + "glib-sys", 160 + "libc", 161 + "pkg-config", 162 + ] 163 + 164 + [[package]] 165 + name = "cc" 166 + version = "1.0.79" 167 + source = "registry+https://github.com/rust-lang/crates.io-index" 168 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 169 + 170 + [[package]] 171 + name = "cfg-if" 172 + version = "1.0.0" 173 + source = "registry+https://github.com/rust-lang/crates.io-index" 174 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 175 + 176 + [[package]] 177 + name = "chrono" 178 + version = "0.4.24" 179 + source = "registry+https://github.com/rust-lang/crates.io-index" 180 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 181 + dependencies = [ 182 + "iana-time-zone", 183 + "js-sys", 184 + "num-integer", 185 + "num-traits", 186 + "time", 187 + "wasm-bindgen", 188 + "winapi", 189 + ] 190 + 191 + [[package]] 192 + name = "clap" 193 + version = "2.34.0" 194 + source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 196 + dependencies = [ 197 + "ansi_term", 198 + "atty", 199 + "bitflags", 200 + "strsim", 201 + "textwrap", 202 + "unicode-width", 203 + "vec_map", 204 + ] 205 + 206 + [[package]] 207 + name = "core-foundation" 208 + version = "0.9.3" 209 + source = "registry+https://github.com/rust-lang/crates.io-index" 210 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 211 + dependencies = [ 212 + "core-foundation-sys", 213 + "libc", 214 + ] 215 + 216 + [[package]] 217 + name = "core-foundation-sys" 218 + version = "0.8.4" 219 + source = "registry+https://github.com/rust-lang/crates.io-index" 220 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 221 + 222 + [[package]] 223 + name = "either" 224 + version = "1.8.1" 225 + source = "registry+https://github.com/rust-lang/crates.io-index" 226 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 227 + 228 + [[package]] 229 + name = "errno" 230 + version = "0.3.1" 231 + source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 233 + dependencies = [ 234 + "errno-dragonfly", 235 + "libc", 236 + "windows-sys 0.48.0", 237 + ] 238 + 239 + [[package]] 240 + name = "errno-dragonfly" 241 + version = "0.1.2" 242 + source = "registry+https://github.com/rust-lang/crates.io-index" 243 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 244 + dependencies = [ 245 + "cc", 246 + "libc", 247 + ] 248 + 249 + [[package]] 250 + name = "fastrand" 251 + version = "1.9.0" 252 + source = "registry+https://github.com/rust-lang/crates.io-index" 253 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 254 + dependencies = [ 255 + "instant", 256 + ] 257 + 258 + [[package]] 259 + name = "foreign-types" 260 + version = "0.3.2" 261 + source = "registry+https://github.com/rust-lang/crates.io-index" 262 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 263 + dependencies = [ 264 + "foreign-types-shared", 265 + ] 266 + 267 + [[package]] 268 + name = "foreign-types-shared" 269 + version = "0.1.1" 270 + source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 272 + 273 + [[package]] 274 + name = "futures-channel" 275 + version = "0.3.28" 276 + source = "registry+https://github.com/rust-lang/crates.io-index" 277 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 278 + dependencies = [ 279 + "futures-core", 280 + ] 281 + 282 + [[package]] 283 + name = "futures-core" 284 + version = "0.3.28" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 287 + 288 + [[package]] 289 + name = "futures-executor" 290 + version = "0.3.28" 291 + source = "registry+https://github.com/rust-lang/crates.io-index" 292 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 293 + dependencies = [ 294 + "futures-core", 295 + "futures-task", 296 + "futures-util", 297 + ] 298 + 299 + [[package]] 300 + name = "futures-io" 301 + version = "0.3.28" 302 + source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 304 + 305 + [[package]] 306 + name = "futures-macro" 307 + version = "0.3.28" 308 + source = "registry+https://github.com/rust-lang/crates.io-index" 309 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 310 + dependencies = [ 311 + "proc-macro2", 312 + "quote", 313 + "syn 2.0.15", 314 + ] 315 + 316 + [[package]] 317 + name = "futures-task" 318 + version = "0.3.28" 319 + source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 321 + 322 + [[package]] 323 + name = "futures-util" 324 + version = "0.3.28" 325 + source = "registry+https://github.com/rust-lang/crates.io-index" 326 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 327 + dependencies = [ 328 + "futures-core", 329 + "futures-macro", 330 + "futures-task", 331 + "pin-project-lite", 332 + "pin-utils", 333 + "slab", 334 + ] 335 + 336 + [[package]] 337 + name = "gdk" 338 + version = "0.12.1" 339 + source = "registry+https://github.com/rust-lang/crates.io-index" 340 + checksum = "fbe5e8772fc0865c52460cdd7a59d7d47700f44d9809d1dd00eecceb769a7589" 341 + dependencies = [ 342 + "bitflags", 343 + "cairo-rs", 344 + "cairo-sys-rs", 345 + "gdk-pixbuf", 346 + "gdk-sys", 347 + "gio", 348 + "gio-sys", 349 + "glib", 350 + "glib-sys", 351 + "gobject-sys", 352 + "libc", 353 + "pango", 354 + ] 355 + 356 + [[package]] 357 + name = "gdk-pixbuf" 358 + version = "0.8.0" 359 + source = "registry+https://github.com/rust-lang/crates.io-index" 360 + checksum = "e248220c46b329b097d4b158d2717f8c688f16dd76d0399ace82b3e98062bdd7" 361 + dependencies = [ 362 + "gdk-pixbuf-sys", 363 + "gio", 364 + "gio-sys", 365 + "glib", 366 + "glib-sys", 367 + "gobject-sys", 368 + "libc", 369 + ] 370 + 371 + [[package]] 372 + name = "gdk-pixbuf-sys" 373 + version = "0.9.1" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0" 376 + dependencies = [ 377 + "gio-sys", 378 + "glib-sys", 379 + "gobject-sys", 380 + "libc", 381 + "pkg-config", 382 + ] 383 + 384 + [[package]] 385 + name = "gdk-sys" 386 + version = "0.9.1" 387 + source = "registry+https://github.com/rust-lang/crates.io-index" 388 + checksum = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb" 389 + dependencies = [ 390 + "cairo-sys-rs", 391 + "gdk-pixbuf-sys", 392 + "gio-sys", 393 + "glib-sys", 394 + "gobject-sys", 395 + "libc", 396 + "pango-sys", 397 + "pkg-config", 398 + ] 399 + 400 + [[package]] 401 + name = "gio" 402 + version = "0.8.1" 403 + source = "registry+https://github.com/rust-lang/crates.io-index" 404 + checksum = "0cd10f9415cce39b53f8024bf39a21f84f8157afa52da53837b102e585a296a5" 405 + dependencies = [ 406 + "bitflags", 407 + "futures-channel", 408 + "futures-core", 409 + "futures-io", 410 + "futures-util", 411 + "gio-sys", 412 + "glib", 413 + "glib-sys", 414 + "gobject-sys", 415 + "lazy_static", 416 + "libc", 417 + ] 418 + 419 + [[package]] 420 + name = "gio-sys" 421 + version = "0.9.1" 422 + source = "registry+https://github.com/rust-lang/crates.io-index" 423 + checksum = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911" 424 + dependencies = [ 425 + "glib-sys", 426 + "gobject-sys", 427 + "libc", 428 + "pkg-config", 429 + ] 430 + 431 + [[package]] 432 + name = "glib" 433 + version = "0.9.3" 434 + source = "registry+https://github.com/rust-lang/crates.io-index" 435 + checksum = "40fb573a09841b6386ddf15fd4bc6655b4f5b106ca962f57ecaecde32a0061c0" 436 + dependencies = [ 437 + "bitflags", 438 + "futures-channel", 439 + "futures-core", 440 + "futures-executor", 441 + "futures-task", 442 + "futures-util", 443 + "glib-sys", 444 + "gobject-sys", 445 + "lazy_static", 446 + "libc", 447 + ] 448 + 449 + [[package]] 450 + name = "glib-sys" 451 + version = "0.9.1" 452 + source = "registry+https://github.com/rust-lang/crates.io-index" 453 + checksum = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2" 454 + dependencies = [ 455 + "libc", 456 + "pkg-config", 457 + ] 458 + 459 + [[package]] 460 + name = "gobject-sys" 461 + version = "0.9.1" 462 + source = "registry+https://github.com/rust-lang/crates.io-index" 463 + checksum = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9" 464 + dependencies = [ 465 + "glib-sys", 466 + "libc", 467 + "pkg-config", 468 + ] 469 + 470 + [[package]] 471 + name = "google-calendar3" 472 + version = "1.0.14+20200705" 473 + source = "registry+https://github.com/rust-lang/crates.io-index" 474 + checksum = "f214b09a7438ccd85fe20a491c8d7c05d0ccd07a125112411aadf0f0d0b17cbb" 475 + dependencies = [ 476 + "hyper", 477 + "mime", 478 + "serde", 479 + "serde_derive", 480 + "serde_json", 481 + "url", 482 + "yup-oauth2", 483 + ] 484 + 485 + [[package]] 486 + name = "gtk" 487 + version = "0.8.1" 488 + source = "registry+https://github.com/rust-lang/crates.io-index" 489 + checksum = "87e1e8d70290239c668594002d1b174fcc7d7ef5d26670ee141490ede8facf8f" 490 + dependencies = [ 491 + "atk", 492 + "bitflags", 493 + "cairo-rs", 494 + "cairo-sys-rs", 495 + "cc", 496 + "gdk", 497 + "gdk-pixbuf", 498 + "gdk-pixbuf-sys", 499 + "gdk-sys", 500 + "gio", 501 + "gio-sys", 502 + "glib", 503 + "glib-sys", 504 + "gobject-sys", 505 + "gtk-sys", 506 + "lazy_static", 507 + "libc", 508 + "pango", 509 + "pango-sys", 510 + ] 511 + 512 + [[package]] 513 + name = "gtk-sys" 514 + version = "0.9.2" 515 + source = "registry+https://github.com/rust-lang/crates.io-index" 516 + checksum = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1" 517 + dependencies = [ 518 + "atk-sys", 519 + "cairo-sys-rs", 520 + "gdk-pixbuf-sys", 521 + "gdk-sys", 522 + "gio-sys", 523 + "glib-sys", 524 + "gobject-sys", 525 + "libc", 526 + "pango-sys", 527 + "pkg-config", 528 + ] 529 + 530 + [[package]] 531 + name = "heck" 532 + version = "0.3.3" 533 + source = "registry+https://github.com/rust-lang/crates.io-index" 534 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 535 + dependencies = [ 536 + "unicode-segmentation", 537 + ] 538 + 539 + [[package]] 540 + name = "hermit-abi" 541 + version = "0.1.19" 542 + source = "registry+https://github.com/rust-lang/crates.io-index" 543 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 544 + dependencies = [ 545 + "libc", 546 + ] 547 + 548 + [[package]] 549 + name = "hermit-abi" 550 + version = "0.2.6" 551 + source = "registry+https://github.com/rust-lang/crates.io-index" 552 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 553 + dependencies = [ 554 + "libc", 555 + ] 556 + 557 + [[package]] 558 + name = "hermit-abi" 559 + version = "0.3.1" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 562 + 563 + [[package]] 564 + name = "home" 565 + version = "0.5.5" 566 + source = "registry+https://github.com/rust-lang/crates.io-index" 567 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 568 + dependencies = [ 569 + "windows-sys 0.48.0", 570 + ] 571 + 572 + [[package]] 573 + name = "httparse" 574 + version = "1.8.0" 575 + source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 577 + 578 + [[package]] 579 + name = "hyper" 580 + version = "0.10.16" 581 + source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" 583 + dependencies = [ 584 + "base64 0.9.3", 585 + "httparse", 586 + "language-tags", 587 + "log 0.3.9", 588 + "mime", 589 + "num_cpus", 590 + "time", 591 + "traitobject", 592 + "typeable", 593 + "unicase", 594 + "url", 595 + ] 596 + 597 + [[package]] 598 + name = "hyper-native-tls" 599 + version = "0.3.0" 600 + source = "registry+https://github.com/rust-lang/crates.io-index" 601 + checksum = "6d375598f442742b0e66208ee12501391f1c7ac0bafb90b4fe53018f81f06068" 602 + dependencies = [ 603 + "antidote", 604 + "hyper", 605 + "native-tls", 606 + ] 607 + 608 + [[package]] 609 + name = "hyper-rustls" 610 + version = "0.6.2" 611 + source = "registry+https://github.com/rust-lang/crates.io-index" 612 + checksum = "71f7b2e5858ab9e19771dc361159f09ee5031734a6f7471fe0947db0238d92b7" 613 + dependencies = [ 614 + "hyper", 615 + "rustls", 616 + "webpki", 617 + "webpki-roots", 618 + ] 619 + 620 + [[package]] 621 + name = "iana-time-zone" 622 + version = "0.1.56" 623 + source = "registry+https://github.com/rust-lang/crates.io-index" 624 + checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 625 + dependencies = [ 626 + "android_system_properties", 627 + "core-foundation-sys", 628 + "iana-time-zone-haiku", 629 + "js-sys", 630 + "wasm-bindgen", 631 + "windows", 632 + ] 633 + 634 + [[package]] 635 + name = "iana-time-zone-haiku" 636 + version = "0.1.2" 637 + source = "registry+https://github.com/rust-lang/crates.io-index" 638 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 639 + dependencies = [ 640 + "cc", 641 + ] 642 + 643 + [[package]] 644 + name = "idna" 645 + version = "0.1.5" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 648 + dependencies = [ 649 + "matches", 650 + "unicode-bidi", 651 + "unicode-normalization", 652 + ] 653 + 654 + [[package]] 655 + name = "indoc" 656 + version = "0.3.6" 657 + source = "registry+https://github.com/rust-lang/crates.io-index" 658 + checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 659 + dependencies = [ 660 + "indoc-impl", 661 + "proc-macro-hack", 662 + ] 663 + 664 + [[package]] 665 + name = "indoc-impl" 666 + version = "0.3.6" 667 + source = "registry+https://github.com/rust-lang/crates.io-index" 668 + checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 669 + dependencies = [ 670 + "proc-macro-hack", 671 + "proc-macro2", 672 + "quote", 673 + "syn 1.0.109", 674 + "unindent", 675 + ] 676 + 677 + [[package]] 678 + name = "instant" 679 + version = "0.1.12" 680 + source = "registry+https://github.com/rust-lang/crates.io-index" 681 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 682 + dependencies = [ 683 + "cfg-if", 684 + ] 685 + 686 + [[package]] 687 + name = "io-lifetimes" 688 + version = "1.0.10" 689 + source = "registry+https://github.com/rust-lang/crates.io-index" 690 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 691 + dependencies = [ 692 + "hermit-abi 0.3.1", 693 + "libc", 694 + "windows-sys 0.48.0", 695 + ] 696 + 697 + [[package]] 698 + name = "itertools" 699 + version = "0.8.2" 700 + source = "registry+https://github.com/rust-lang/crates.io-index" 701 + checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" 702 + dependencies = [ 703 + "either", 704 + ] 705 + 706 + [[package]] 707 + name = "itoa" 708 + version = "1.0.6" 709 + source = "registry+https://github.com/rust-lang/crates.io-index" 710 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 711 + 712 + [[package]] 713 + name = "js-sys" 714 + version = "0.3.62" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 717 + dependencies = [ 718 + "wasm-bindgen", 719 + ] 720 + 721 + [[package]] 722 + name = "language-tags" 723 + version = "0.2.2" 724 + source = "registry+https://github.com/rust-lang/crates.io-index" 725 + checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" 726 + 727 + [[package]] 728 + name = "lazy_static" 729 + version = "1.4.0" 730 + source = "registry+https://github.com/rust-lang/crates.io-index" 731 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 732 + 733 + [[package]] 734 + name = "libc" 735 + version = "0.2.144" 736 + source = "registry+https://github.com/rust-lang/crates.io-index" 737 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 738 + 739 + [[package]] 740 + name = "linux-raw-sys" 741 + version = "0.3.7" 742 + source = "registry+https://github.com/rust-lang/crates.io-index" 743 + checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 744 + 745 + [[package]] 746 + name = "log" 747 + version = "0.3.9" 748 + source = "registry+https://github.com/rust-lang/crates.io-index" 749 + checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 750 + dependencies = [ 751 + "log 0.4.17", 752 + ] 753 + 754 + [[package]] 755 + name = "log" 756 + version = "0.4.17" 757 + source = "registry+https://github.com/rust-lang/crates.io-index" 758 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 759 + dependencies = [ 760 + "cfg-if", 761 + ] 762 + 763 + [[package]] 764 + name = "matches" 765 + version = "0.1.10" 766 + source = "registry+https://github.com/rust-lang/crates.io-index" 767 + checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 768 + 769 + [[package]] 770 + name = "mime" 771 + version = "0.2.6" 772 + source = "registry+https://github.com/rust-lang/crates.io-index" 773 + checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" 774 + dependencies = [ 775 + "log 0.3.9", 776 + ] 777 + 778 + [[package]] 779 + name = "native-tls" 780 + version = "0.2.11" 781 + source = "registry+https://github.com/rust-lang/crates.io-index" 782 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 783 + dependencies = [ 784 + "lazy_static", 785 + "libc", 786 + "log 0.4.17", 787 + "openssl", 788 + "openssl-probe", 789 + "openssl-sys", 790 + "schannel", 791 + "security-framework", 792 + "security-framework-sys", 793 + "tempfile", 794 + ] 795 + 796 + [[package]] 797 + name = "num-integer" 798 + version = "0.1.45" 799 + source = "registry+https://github.com/rust-lang/crates.io-index" 800 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 801 + dependencies = [ 802 + "autocfg", 803 + "num-traits", 804 + ] 805 + 806 + [[package]] 807 + name = "num-traits" 808 + version = "0.2.15" 809 + source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 811 + dependencies = [ 812 + "autocfg", 813 + ] 814 + 815 + [[package]] 816 + name = "num_cpus" 817 + version = "1.15.0" 818 + source = "registry+https://github.com/rust-lang/crates.io-index" 819 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 820 + dependencies = [ 821 + "hermit-abi 0.2.6", 822 + "libc", 823 + ] 824 + 825 + [[package]] 826 + name = "once_cell" 827 + version = "1.17.1" 828 + source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 830 + 831 + [[package]] 832 + name = "openssl" 833 + version = "0.10.52" 834 + source = "registry+https://github.com/rust-lang/crates.io-index" 835 + checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 836 + dependencies = [ 837 + "bitflags", 838 + "cfg-if", 839 + "foreign-types", 840 + "libc", 841 + "once_cell", 842 + "openssl-macros", 843 + "openssl-sys", 844 + ] 845 + 846 + [[package]] 847 + name = "openssl-macros" 848 + version = "0.1.1" 849 + source = "registry+https://github.com/rust-lang/crates.io-index" 850 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 851 + dependencies = [ 852 + "proc-macro2", 853 + "quote", 854 + "syn 2.0.15", 855 + ] 856 + 857 + [[package]] 858 + name = "openssl-probe" 859 + version = "0.1.5" 860 + source = "registry+https://github.com/rust-lang/crates.io-index" 861 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 862 + 863 + [[package]] 864 + name = "openssl-sys" 865 + version = "0.9.87" 866 + source = "registry+https://github.com/rust-lang/crates.io-index" 867 + checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 868 + dependencies = [ 869 + "cc", 870 + "libc", 871 + "pkg-config", 872 + "vcpkg", 873 + ] 874 + 875 + [[package]] 876 + name = "pango" 877 + version = "0.8.0" 878 + source = "registry+https://github.com/rust-lang/crates.io-index" 879 + checksum = "1e9c6b728f1be8edb5f9f981420b651d5ea30bdb9de89f1f1262d0084a020577" 880 + dependencies = [ 881 + "bitflags", 882 + "glib", 883 + "glib-sys", 884 + "gobject-sys", 885 + "lazy_static", 886 + "libc", 887 + "pango-sys", 888 + ] 889 + 890 + [[package]] 891 + name = "pango-sys" 892 + version = "0.9.1" 893 + source = "registry+https://github.com/rust-lang/crates.io-index" 894 + checksum = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d" 895 + dependencies = [ 896 + "glib-sys", 897 + "gobject-sys", 898 + "libc", 899 + "pkg-config", 900 + ] 901 + 902 + [[package]] 903 + name = "percent-encoding" 904 + version = "1.0.1" 905 + source = "registry+https://github.com/rust-lang/crates.io-index" 906 + checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 907 + 908 + [[package]] 909 + name = "pin-project-lite" 910 + version = "0.2.9" 911 + source = "registry+https://github.com/rust-lang/crates.io-index" 912 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 913 + 914 + [[package]] 915 + name = "pin-utils" 916 + version = "0.1.0" 917 + source = "registry+https://github.com/rust-lang/crates.io-index" 918 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 919 + 920 + [[package]] 921 + name = "pkg-config" 922 + version = "0.3.27" 923 + source = "registry+https://github.com/rust-lang/crates.io-index" 924 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 925 + 926 + [[package]] 927 + name = "proc-macro-error" 928 + version = "1.0.4" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 931 + dependencies = [ 932 + "proc-macro-error-attr", 933 + "proc-macro2", 934 + "quote", 935 + "syn 1.0.109", 936 + "version_check 0.9.4", 937 + ] 938 + 939 + [[package]] 940 + name = "proc-macro-error-attr" 941 + version = "1.0.4" 942 + source = "registry+https://github.com/rust-lang/crates.io-index" 943 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 944 + dependencies = [ 945 + "proc-macro2", 946 + "quote", 947 + "version_check 0.9.4", 948 + ] 949 + 950 + [[package]] 951 + name = "proc-macro-hack" 952 + version = "0.5.20+deprecated" 953 + source = "registry+https://github.com/rust-lang/crates.io-index" 954 + checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 955 + 956 + [[package]] 957 + name = "proc-macro2" 958 + version = "1.0.56" 959 + source = "registry+https://github.com/rust-lang/crates.io-index" 960 + checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 961 + dependencies = [ 962 + "unicode-ident", 963 + ] 964 + 965 + [[package]] 966 + name = "quote" 967 + version = "1.0.27" 968 + source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 970 + dependencies = [ 971 + "proc-macro2", 972 + ] 973 + 974 + [[package]] 975 + name = "redox_syscall" 976 + version = "0.3.5" 977 + source = "registry+https://github.com/rust-lang/crates.io-index" 978 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 979 + dependencies = [ 980 + "bitflags", 981 + ] 982 + 983 + [[package]] 984 + name = "ring" 985 + version = "0.13.5" 986 + source = "registry+https://github.com/rust-lang/crates.io-index" 987 + checksum = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" 988 + dependencies = [ 989 + "cc", 990 + "lazy_static", 991 + "libc", 992 + "untrusted", 993 + ] 994 + 995 + [[package]] 996 + name = "rustix" 997 + version = "0.37.19" 998 + source = "registry+https://github.com/rust-lang/crates.io-index" 999 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1000 + dependencies = [ 1001 + "bitflags", 1002 + "errno", 1003 + "io-lifetimes", 1004 + "libc", 1005 + "linux-raw-sys", 1006 + "windows-sys 0.48.0", 1007 + ] 1008 + 1009 + [[package]] 1010 + name = "rustls" 1011 + version = "0.13.1" 1012 + source = "registry+https://github.com/rust-lang/crates.io-index" 1013 + checksum = "942b71057b31981152970d57399c25f72e27a6ee0d207a669d8304cabf44705b" 1014 + dependencies = [ 1015 + "base64 0.9.3", 1016 + "log 0.4.17", 1017 + "ring", 1018 + "sct", 1019 + "untrusted", 1020 + "webpki", 1021 + ] 1022 + 1023 + [[package]] 1024 + name = "ryu" 1025 + version = "1.0.13" 1026 + source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1028 + 1029 + [[package]] 1030 + name = "safemem" 1031 + version = "0.3.3" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 1034 + 1035 + [[package]] 1036 + name = "schannel" 1037 + version = "0.1.21" 1038 + source = "registry+https://github.com/rust-lang/crates.io-index" 1039 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1040 + dependencies = [ 1041 + "windows-sys 0.42.0", 1042 + ] 1043 + 1044 + [[package]] 1045 + name = "sct" 1046 + version = "0.4.0" 1047 + source = "registry+https://github.com/rust-lang/crates.io-index" 1048 + checksum = "cb8f61f9e6eadd062a71c380043d28036304a4706b3c4dd001ff3387ed00745a" 1049 + dependencies = [ 1050 + "ring", 1051 + "untrusted", 1052 + ] 1053 + 1054 + [[package]] 1055 + name = "security-framework" 1056 + version = "2.9.0" 1057 + source = "registry+https://github.com/rust-lang/crates.io-index" 1058 + checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1059 + dependencies = [ 1060 + "bitflags", 1061 + "core-foundation", 1062 + "core-foundation-sys", 1063 + "libc", 1064 + "security-framework-sys", 1065 + ] 1066 + 1067 + [[package]] 1068 + name = "security-framework-sys" 1069 + version = "2.9.0" 1070 + source = "registry+https://github.com/rust-lang/crates.io-index" 1071 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1072 + dependencies = [ 1073 + "core-foundation-sys", 1074 + "libc", 1075 + ] 1076 + 1077 + [[package]] 1078 + name = "serde" 1079 + version = "1.0.163" 1080 + source = "registry+https://github.com/rust-lang/crates.io-index" 1081 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1082 + dependencies = [ 1083 + "serde_derive", 1084 + ] 1085 + 1086 + [[package]] 1087 + name = "serde_derive" 1088 + version = "1.0.163" 1089 + source = "registry+https://github.com/rust-lang/crates.io-index" 1090 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1091 + dependencies = [ 1092 + "proc-macro2", 1093 + "quote", 1094 + "syn 2.0.15", 1095 + ] 1096 + 1097 + [[package]] 1098 + name = "serde_json" 1099 + version = "1.0.96" 1100 + source = "registry+https://github.com/rust-lang/crates.io-index" 1101 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1102 + dependencies = [ 1103 + "itoa", 1104 + "ryu", 1105 + "serde", 1106 + ] 1107 + 1108 + [[package]] 1109 + name = "slab" 1110 + version = "0.4.8" 1111 + source = "registry+https://github.com/rust-lang/crates.io-index" 1112 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1113 + dependencies = [ 1114 + "autocfg", 1115 + ] 1116 + 1117 + [[package]] 1118 + name = "strsim" 1119 + version = "0.8.0" 1120 + source = "registry+https://github.com/rust-lang/crates.io-index" 1121 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1122 + 1123 + [[package]] 1124 + name = "structopt" 1125 + version = "0.3.26" 1126 + source = "registry+https://github.com/rust-lang/crates.io-index" 1127 + checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1128 + dependencies = [ 1129 + "clap", 1130 + "lazy_static", 1131 + "structopt-derive", 1132 + ] 1133 + 1134 + [[package]] 1135 + name = "structopt-derive" 1136 + version = "0.4.18" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1139 + dependencies = [ 1140 + "heck", 1141 + "proc-macro-error", 1142 + "proc-macro2", 1143 + "quote", 1144 + "syn 1.0.109", 1145 + ] 1146 + 1147 + [[package]] 1148 + name = "syn" 1149 + version = "1.0.109" 1150 + source = "registry+https://github.com/rust-lang/crates.io-index" 1151 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1152 + dependencies = [ 1153 + "proc-macro2", 1154 + "quote", 1155 + "unicode-ident", 1156 + ] 1157 + 1158 + [[package]] 1159 + name = "syn" 1160 + version = "2.0.15" 1161 + source = "registry+https://github.com/rust-lang/crates.io-index" 1162 + checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1163 + dependencies = [ 1164 + "proc-macro2", 1165 + "quote", 1166 + "unicode-ident", 1167 + ] 1168 + 1169 + [[package]] 1170 + name = "tempfile" 1171 + version = "3.5.0" 1172 + source = "registry+https://github.com/rust-lang/crates.io-index" 1173 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1174 + dependencies = [ 1175 + "cfg-if", 1176 + "fastrand", 1177 + "redox_syscall", 1178 + "rustix", 1179 + "windows-sys 0.45.0", 1180 + ] 1181 + 1182 + [[package]] 1183 + name = "textwrap" 1184 + version = "0.11.0" 1185 + source = "registry+https://github.com/rust-lang/crates.io-index" 1186 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1187 + dependencies = [ 1188 + "unicode-width", 1189 + ] 1190 + 1191 + [[package]] 1192 + name = "time" 1193 + version = "0.1.45" 1194 + source = "registry+https://github.com/rust-lang/crates.io-index" 1195 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1196 + dependencies = [ 1197 + "libc", 1198 + "wasi", 1199 + "winapi", 1200 + ] 1201 + 1202 + [[package]] 1203 + name = "tinyvec" 1204 + version = "1.6.0" 1205 + source = "registry+https://github.com/rust-lang/crates.io-index" 1206 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1207 + dependencies = [ 1208 + "tinyvec_macros", 1209 + ] 1210 + 1211 + [[package]] 1212 + name = "tinyvec_macros" 1213 + version = "0.1.1" 1214 + source = "registry+https://github.com/rust-lang/crates.io-index" 1215 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1216 + 1217 + [[package]] 1218 + name = "toml" 1219 + version = "0.5.11" 1220 + source = "registry+https://github.com/rust-lang/crates.io-index" 1221 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1222 + dependencies = [ 1223 + "serde", 1224 + ] 1225 + 1226 + [[package]] 1227 + name = "traitobject" 1228 + version = "0.1.0" 1229 + source = "registry+https://github.com/rust-lang/crates.io-index" 1230 + checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 1231 + 1232 + [[package]] 1233 + name = "typeable" 1234 + version = "0.1.2" 1235 + source = "registry+https://github.com/rust-lang/crates.io-index" 1236 + checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" 1237 + 1238 + [[package]] 1239 + name = "unicase" 1240 + version = "1.4.2" 1241 + source = "registry+https://github.com/rust-lang/crates.io-index" 1242 + checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" 1243 + dependencies = [ 1244 + "version_check 0.1.5", 1245 + ] 1246 + 1247 + [[package]] 1248 + name = "unicode-bidi" 1249 + version = "0.3.13" 1250 + source = "registry+https://github.com/rust-lang/crates.io-index" 1251 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1252 + 1253 + [[package]] 1254 + name = "unicode-ident" 1255 + version = "1.0.8" 1256 + source = "registry+https://github.com/rust-lang/crates.io-index" 1257 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1258 + 1259 + [[package]] 1260 + name = "unicode-normalization" 1261 + version = "0.1.22" 1262 + source = "registry+https://github.com/rust-lang/crates.io-index" 1263 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1264 + dependencies = [ 1265 + "tinyvec", 1266 + ] 1267 + 1268 + [[package]] 1269 + name = "unicode-segmentation" 1270 + version = "1.10.1" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1273 + 1274 + [[package]] 1275 + name = "unicode-width" 1276 + version = "0.1.10" 1277 + source = "registry+https://github.com/rust-lang/crates.io-index" 1278 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1279 + 1280 + [[package]] 1281 + name = "unindent" 1282 + version = "0.1.11" 1283 + source = "registry+https://github.com/rust-lang/crates.io-index" 1284 + checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 1285 + 1286 + [[package]] 1287 + name = "untrusted" 1288 + version = "0.6.2" 1289 + source = "registry+https://github.com/rust-lang/crates.io-index" 1290 + checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" 1291 + 1292 + [[package]] 1293 + name = "url" 1294 + version = "1.7.2" 1295 + source = "registry+https://github.com/rust-lang/crates.io-index" 1296 + checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 1297 + dependencies = [ 1298 + "idna", 1299 + "matches", 1300 + "percent-encoding", 1301 + ] 1302 + 1303 + [[package]] 1304 + name = "vcpkg" 1305 + version = "0.2.15" 1306 + source = "registry+https://github.com/rust-lang/crates.io-index" 1307 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1308 + 1309 + [[package]] 1310 + name = "vec_map" 1311 + version = "0.8.2" 1312 + source = "registry+https://github.com/rust-lang/crates.io-index" 1313 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1314 + 1315 + [[package]] 1316 + name = "version_check" 1317 + version = "0.1.5" 1318 + source = "registry+https://github.com/rust-lang/crates.io-index" 1319 + checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 1320 + 1321 + [[package]] 1322 + name = "version_check" 1323 + version = "0.9.4" 1324 + source = "registry+https://github.com/rust-lang/crates.io-index" 1325 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1326 + 1327 + [[package]] 1328 + name = "wasi" 1329 + version = "0.10.0+wasi-snapshot-preview1" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1332 + 1333 + [[package]] 1334 + name = "wasm-bindgen" 1335 + version = "0.2.85" 1336 + source = "registry+https://github.com/rust-lang/crates.io-index" 1337 + checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 1338 + dependencies = [ 1339 + "cfg-if", 1340 + "wasm-bindgen-macro", 1341 + ] 1342 + 1343 + [[package]] 1344 + name = "wasm-bindgen-backend" 1345 + version = "0.2.85" 1346 + source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 1348 + dependencies = [ 1349 + "bumpalo", 1350 + "log 0.4.17", 1351 + "once_cell", 1352 + "proc-macro2", 1353 + "quote", 1354 + "syn 2.0.15", 1355 + "wasm-bindgen-shared", 1356 + ] 1357 + 1358 + [[package]] 1359 + name = "wasm-bindgen-macro" 1360 + version = "0.2.85" 1361 + source = "registry+https://github.com/rust-lang/crates.io-index" 1362 + checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 1363 + dependencies = [ 1364 + "quote", 1365 + "wasm-bindgen-macro-support", 1366 + ] 1367 + 1368 + [[package]] 1369 + name = "wasm-bindgen-macro-support" 1370 + version = "0.2.85" 1371 + source = "registry+https://github.com/rust-lang/crates.io-index" 1372 + checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 1373 + dependencies = [ 1374 + "proc-macro2", 1375 + "quote", 1376 + "syn 2.0.15", 1377 + "wasm-bindgen-backend", 1378 + "wasm-bindgen-shared", 1379 + ] 1380 + 1381 + [[package]] 1382 + name = "wasm-bindgen-shared" 1383 + version = "0.2.85" 1384 + source = "registry+https://github.com/rust-lang/crates.io-index" 1385 + checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 1386 + 1387 + [[package]] 1388 + name = "webpki" 1389 + version = "0.18.1" 1390 + source = "registry+https://github.com/rust-lang/crates.io-index" 1391 + checksum = "17d7967316d8411ca3b01821ee6c332bde138ba4363becdb492f12e514daa17f" 1392 + dependencies = [ 1393 + "ring", 1394 + "untrusted", 1395 + ] 1396 + 1397 + [[package]] 1398 + name = "webpki-roots" 1399 + version = "0.15.0" 1400 + source = "registry+https://github.com/rust-lang/crates.io-index" 1401 + checksum = "85d1f408918fd590908a70d36b7ac388db2edc221470333e4d6e5b598e44cabf" 1402 + dependencies = [ 1403 + "untrusted", 1404 + "webpki", 1405 + ] 1406 + 1407 + [[package]] 1408 + name = "winapi" 1409 + version = "0.3.9" 1410 + source = "registry+https://github.com/rust-lang/crates.io-index" 1411 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1412 + dependencies = [ 1413 + "winapi-i686-pc-windows-gnu", 1414 + "winapi-x86_64-pc-windows-gnu", 1415 + ] 1416 + 1417 + [[package]] 1418 + name = "winapi-i686-pc-windows-gnu" 1419 + version = "0.4.0" 1420 + source = "registry+https://github.com/rust-lang/crates.io-index" 1421 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1422 + 1423 + [[package]] 1424 + name = "winapi-x86_64-pc-windows-gnu" 1425 + version = "0.4.0" 1426 + source = "registry+https://github.com/rust-lang/crates.io-index" 1427 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1428 + 1429 + [[package]] 1430 + name = "windows" 1431 + version = "0.48.0" 1432 + source = "registry+https://github.com/rust-lang/crates.io-index" 1433 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1434 + dependencies = [ 1435 + "windows-targets 0.48.0", 1436 + ] 1437 + 1438 + [[package]] 1439 + name = "windows-sys" 1440 + version = "0.42.0" 1441 + source = "registry+https://github.com/rust-lang/crates.io-index" 1442 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1443 + dependencies = [ 1444 + "windows_aarch64_gnullvm 0.42.2", 1445 + "windows_aarch64_msvc 0.42.2", 1446 + "windows_i686_gnu 0.42.2", 1447 + "windows_i686_msvc 0.42.2", 1448 + "windows_x86_64_gnu 0.42.2", 1449 + "windows_x86_64_gnullvm 0.42.2", 1450 + "windows_x86_64_msvc 0.42.2", 1451 + ] 1452 + 1453 + [[package]] 1454 + name = "windows-sys" 1455 + version = "0.45.0" 1456 + source = "registry+https://github.com/rust-lang/crates.io-index" 1457 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1458 + dependencies = [ 1459 + "windows-targets 0.42.2", 1460 + ] 1461 + 1462 + [[package]] 1463 + name = "windows-sys" 1464 + version = "0.48.0" 1465 + source = "registry+https://github.com/rust-lang/crates.io-index" 1466 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1467 + dependencies = [ 1468 + "windows-targets 0.48.0", 1469 + ] 1470 + 1471 + [[package]] 1472 + name = "windows-targets" 1473 + version = "0.42.2" 1474 + source = "registry+https://github.com/rust-lang/crates.io-index" 1475 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1476 + dependencies = [ 1477 + "windows_aarch64_gnullvm 0.42.2", 1478 + "windows_aarch64_msvc 0.42.2", 1479 + "windows_i686_gnu 0.42.2", 1480 + "windows_i686_msvc 0.42.2", 1481 + "windows_x86_64_gnu 0.42.2", 1482 + "windows_x86_64_gnullvm 0.42.2", 1483 + "windows_x86_64_msvc 0.42.2", 1484 + ] 1485 + 1486 + [[package]] 1487 + name = "windows-targets" 1488 + version = "0.48.0" 1489 + source = "registry+https://github.com/rust-lang/crates.io-index" 1490 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1491 + dependencies = [ 1492 + "windows_aarch64_gnullvm 0.48.0", 1493 + "windows_aarch64_msvc 0.48.0", 1494 + "windows_i686_gnu 0.48.0", 1495 + "windows_i686_msvc 0.48.0", 1496 + "windows_x86_64_gnu 0.48.0", 1497 + "windows_x86_64_gnullvm 0.48.0", 1498 + "windows_x86_64_msvc 0.48.0", 1499 + ] 1500 + 1501 + [[package]] 1502 + name = "windows_aarch64_gnullvm" 1503 + version = "0.42.2" 1504 + source = "registry+https://github.com/rust-lang/crates.io-index" 1505 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1506 + 1507 + [[package]] 1508 + name = "windows_aarch64_gnullvm" 1509 + version = "0.48.0" 1510 + source = "registry+https://github.com/rust-lang/crates.io-index" 1511 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1512 + 1513 + [[package]] 1514 + name = "windows_aarch64_msvc" 1515 + version = "0.42.2" 1516 + source = "registry+https://github.com/rust-lang/crates.io-index" 1517 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1518 + 1519 + [[package]] 1520 + name = "windows_aarch64_msvc" 1521 + version = "0.48.0" 1522 + source = "registry+https://github.com/rust-lang/crates.io-index" 1523 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1524 + 1525 + [[package]] 1526 + name = "windows_i686_gnu" 1527 + version = "0.42.2" 1528 + source = "registry+https://github.com/rust-lang/crates.io-index" 1529 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1530 + 1531 + [[package]] 1532 + name = "windows_i686_gnu" 1533 + version = "0.48.0" 1534 + source = "registry+https://github.com/rust-lang/crates.io-index" 1535 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1536 + 1537 + [[package]] 1538 + name = "windows_i686_msvc" 1539 + version = "0.42.2" 1540 + source = "registry+https://github.com/rust-lang/crates.io-index" 1541 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1542 + 1543 + [[package]] 1544 + name = "windows_i686_msvc" 1545 + version = "0.48.0" 1546 + source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1548 + 1549 + [[package]] 1550 + name = "windows_x86_64_gnu" 1551 + version = "0.42.2" 1552 + source = "registry+https://github.com/rust-lang/crates.io-index" 1553 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1554 + 1555 + [[package]] 1556 + name = "windows_x86_64_gnu" 1557 + version = "0.48.0" 1558 + source = "registry+https://github.com/rust-lang/crates.io-index" 1559 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1560 + 1561 + [[package]] 1562 + name = "windows_x86_64_gnullvm" 1563 + version = "0.42.2" 1564 + source = "registry+https://github.com/rust-lang/crates.io-index" 1565 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1566 + 1567 + [[package]] 1568 + name = "windows_x86_64_gnullvm" 1569 + version = "0.48.0" 1570 + source = "registry+https://github.com/rust-lang/crates.io-index" 1571 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1572 + 1573 + [[package]] 1574 + name = "windows_x86_64_msvc" 1575 + version = "0.42.2" 1576 + source = "registry+https://github.com/rust-lang/crates.io-index" 1577 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1578 + 1579 + [[package]] 1580 + name = "windows_x86_64_msvc" 1581 + version = "0.48.0" 1582 + source = "registry+https://github.com/rust-lang/crates.io-index" 1583 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1584 + 1585 + [[package]] 1586 + name = "xcb" 1587 + version = "0.9.0" 1588 + source = "registry+https://github.com/rust-lang/crates.io-index" 1589 + checksum = "62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6" 1590 + dependencies = [ 1591 + "libc", 1592 + "log 0.4.17", 1593 + ] 1594 + 1595 + [[package]] 1596 + name = "xdg" 1597 + version = "2.5.0" 1598 + source = "registry+https://github.com/rust-lang/crates.io-index" 1599 + checksum = "688597db5a750e9cad4511cb94729a078e274308099a0382b5b8203bbc767fee" 1600 + dependencies = [ 1601 + "home", 1602 + ] 1603 + 1604 + [[package]] 1605 + name = "yup-oauth2" 1606 + version = "1.0.12" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "add0ccdddbb13a69ba8f7c4738bd6af551425889cc4633b6f8cb3034bb359b07" 1609 + dependencies = [ 1610 + "base64 0.10.1", 1611 + "chrono", 1612 + "hyper", 1613 + "hyper-native-tls", 1614 + "itertools", 1615 + "log 0.3.9", 1616 + "openssl", 1617 + "serde", 1618 + "serde_derive", 1619 + "serde_json", 1620 + "url", 1621 + ]
+8 -1
pkgs/applications/misc/break-time/default.nix
··· 20 20 sha256 = "sha256-q79JXaBwd/oKtJPvK2+72pY2YvaR3of2CMC8cF6wwQ8="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-DpX5tcIWt/pPGujufivmAGonVIiHERfa8Yb1JZpu3WA="; 23 + cargoLock = { 24 + lockFile = ./Cargo.lock; 25 + }; 24 26 25 27 nativeBuildInputs = [ 26 28 pkg-config ··· 33 35 gtk3 34 36 openssl 35 37 ]; 38 + 39 + # update Cargo.lock to work with openssl 40 + postPatch = '' 41 + ln -sf ${./Cargo.lock} Cargo.lock 42 + ''; 36 43 37 44 meta = with lib; { 38 45 description = "Break timer that forces you to take a break";
+1 -3
pkgs/top-level/all-packages.nix
··· 29349 29349 29350 29350 brave = callPackage ../applications/networking/browsers/brave { }; 29351 29351 29352 - break-time = callPackage ../applications/misc/break-time { 29353 - openssl = openssl_1_1; 29354 - }; 29352 + break-time = callPackage ../applications/misc/break-time { }; 29355 29353 29356 29354 breezy = with python3Packages; toPythonApplication breezy; 29357 29355