Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 2825 lines 70 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "0.7.18" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "amazon-qldb-driver" 16version = "0.1.0" 17source = "git+https://github.com/awslabs/amazon-qldb-driver-rust?branch=main#2c4951b0f8c025c7d40f0b868a32451eab16625a" 18dependencies = [ 19 "amazon-qldb-driver-core", 20 "tokio", 21] 22 23[[package]] 24name = "amazon-qldb-driver-core" 25version = "0.1.0" 26source = "git+https://github.com/awslabs/amazon-qldb-driver-rust?branch=main#2c4951b0f8c025c7d40f0b868a32451eab16625a" 27dependencies = [ 28 "anyhow", 29 "async-trait", 30 "aws-sdk-qldbsession", 31 "aws-smithy-client", 32 "aws-smithy-http 0.33.1", 33 "aws-types 0.6.0", 34 "bb8", 35 "bytes 1.1.0", 36 "futures", 37 "http", 38 "ion-c-sys", 39 "ion-rs 0.7.0", 40 "rand 0.8.5", 41 "sha2", 42 "thiserror", 43 "tokio", 44 "tracing", 45] 46 47[[package]] 48name = "amazon_qldb_shell" 49version = "2.0.1" 50dependencies = [ 51 "amazon-qldb-driver", 52 "anyhow", 53 "async-trait", 54 "atty", 55 "aws-config", 56 "aws-http 0.6.0", 57 "aws-sdk-qldbsession", 58 "aws-smithy-client", 59 "aws-smithy-http 0.33.1", 60 "aws-smithy-http-tower", 61 "aws-types 0.6.0", 62 "chrono", 63 "comfy-table", 64 "dirs", 65 "futures", 66 "http", 67 "ion-c-sys", 68 "ion-rs 0.8.0", 69 "itertools", 70 "rustyline", 71 "rustyline-derive", 72 "serde", 73 "smallvec", 74 "structopt", 75 "tempdir", 76 "thiserror", 77 "tokio", 78 "tower", 79 "tracing", 80 "tracing-appender", 81 "tracing-bunyan-formatter", 82 "tracing-subscriber", 83 "url", 84] 85 86[[package]] 87name = "ansi_term" 88version = "0.12.1" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 91dependencies = [ 92 "winapi", 93] 94 95[[package]] 96name = "anyhow" 97version = "1.0.53" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" 100 101[[package]] 102name = "arrayvec" 103version = "0.5.2" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 106 107[[package]] 108name = "arrayvec" 109version = "0.7.2" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 112 113[[package]] 114name = "async-trait" 115version = "0.1.52" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" 118dependencies = [ 119 "proc-macro2", 120 "quote", 121 "syn", 122] 123 124[[package]] 125name = "atty" 126version = "0.2.14" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 129dependencies = [ 130 "hermit-abi", 131 "libc", 132 "winapi", 133] 134 135[[package]] 136name = "autocfg" 137version = "1.1.0" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 140 141[[package]] 142name = "aws-config" 143version = "0.3.0" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "46634223c537ac88e5500cbb992afb0012b4533d8cbdfe337643bf512f3126b9" 146dependencies = [ 147 "aws-http 0.3.0", 148 "aws-sdk-sts", 149 "aws-smithy-async 0.33.1", 150 "aws-smithy-client", 151 "aws-smithy-http 0.33.1", 152 "aws-smithy-http-tower", 153 "aws-smithy-json", 154 "aws-smithy-types 0.33.1", 155 "aws-types 0.3.0", 156 "bytes 1.1.0", 157 "http", 158 "tokio", 159 "tower", 160 "tracing", 161] 162 163[[package]] 164name = "aws-endpoint" 165version = "0.3.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "30594dc47241751ecd8bf15b3440a7ff27c0e947a0f3152863fd4c6a0e82ac90" 168dependencies = [ 169 "aws-smithy-http 0.33.1", 170 "aws-types 0.3.0", 171 "http", 172 "regex", 173 "tracing", 174] 175 176[[package]] 177name = "aws-http" 178version = "0.3.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "4c6f0268ebab22b6ed41ae78b3e04c35e2bf524cce555e4ce2b78c45f2048066" 181dependencies = [ 182 "aws-smithy-http 0.33.1", 183 "aws-smithy-types 0.33.1", 184 "aws-types 0.3.0", 185 "http", 186 "lazy_static", 187 "tracing", 188] 189 190[[package]] 191name = "aws-http" 192version = "0.6.0" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "3049066e3282c98bbf01e90459a1772ccf6c0b96cd1483c3dd5aa34bef9b9de1" 195dependencies = [ 196 "aws-smithy-http 0.36.0", 197 "aws-smithy-types 0.36.0", 198 "aws-types 0.6.0", 199 "http", 200 "lazy_static", 201 "percent-encoding", 202 "tracing", 203] 204 205[[package]] 206name = "aws-sdk-qldbsession" 207version = "0.3.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "faf7a7a8e42418dfe855cda9400429b86735e33ad0469a3f6a6f2b478b3aa022" 210dependencies = [ 211 "aws-endpoint", 212 "aws-http 0.3.0", 213 "aws-sig-auth", 214 "aws-smithy-async 0.33.1", 215 "aws-smithy-client", 216 "aws-smithy-http 0.33.1", 217 "aws-smithy-http-tower", 218 "aws-smithy-json", 219 "aws-smithy-types 0.33.1", 220 "aws-types 0.3.0", 221 "bytes 1.1.0", 222 "http", 223 "tower", 224] 225 226[[package]] 227name = "aws-sdk-sts" 228version = "0.3.0" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "80da5ff48de4b884a7d31138a05a5adf2db2a4b53b2457324c22019984e775d9" 231dependencies = [ 232 "aws-endpoint", 233 "aws-http 0.3.0", 234 "aws-sig-auth", 235 "aws-smithy-async 0.33.1", 236 "aws-smithy-client", 237 "aws-smithy-http 0.33.1", 238 "aws-smithy-http-tower", 239 "aws-smithy-query", 240 "aws-smithy-types 0.33.1", 241 "aws-smithy-xml", 242 "aws-types 0.3.0", 243 "bytes 1.1.0", 244 "http", 245 "tower", 246] 247 248[[package]] 249name = "aws-sig-auth" 250version = "0.3.0" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "5a9dffed5192181706d6702c2ddc569341b12b1011f6ce36dbd560a846fb55ac" 253dependencies = [ 254 "aws-sigv4", 255 "aws-smithy-http 0.33.1", 256 "aws-types 0.3.0", 257 "http", 258 "thiserror", 259 "tracing", 260] 261 262[[package]] 263name = "aws-sigv4" 264version = "0.3.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "066def5814ac312f4f4c0a3aa09af45b1fca19317247b0ffa06d4b1d1f0d815a" 267dependencies = [ 268 "aws-smithy-http 0.33.1", 269 "form_urlencoded", 270 "hex", 271 "http", 272 "once_cell", 273 "percent-encoding", 274 "regex", 275 "ring", 276 "time 0.3.7", 277 "tracing", 278] 279 280[[package]] 281name = "aws-smithy-async" 282version = "0.33.1" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "907295d2d53d55ae31228647e3382be0f2f4706d6c43a7e8b23f5cfdbe224fb2" 285dependencies = [ 286 "pin-project-lite", 287 "tokio", 288] 289 290[[package]] 291name = "aws-smithy-async" 292version = "0.36.0" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "b69dad0aefb1b64e63e0d3a1310dc50191608d8c9e226f2f241f344a7173642e" 295dependencies = [ 296 "futures-util", 297 "pin-project-lite", 298 "tokio", 299 "tokio-stream", 300] 301 302[[package]] 303name = "aws-smithy-client" 304version = "0.33.1" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "484dfc5febf1290e305479288a703120fd35e996182105e4cd97afe69e0d11a0" 307dependencies = [ 308 "aws-smithy-async 0.33.1", 309 "aws-smithy-http 0.33.1", 310 "aws-smithy-http-tower", 311 "aws-smithy-types 0.33.1", 312 "bytes 1.1.0", 313 "fastrand", 314 "http", 315 "http-body", 316 "hyper", 317 "hyper-rustls", 318 "lazy_static", 319 "pin-project", 320 "pin-project-lite", 321 "tokio", 322 "tower", 323 "tracing", 324] 325 326[[package]] 327name = "aws-smithy-http" 328version = "0.33.1" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "8a4b8e568f284def4d1edfb0705e7058928f355ae264c44359b80f021e24d419" 331dependencies = [ 332 "aws-smithy-types 0.33.1", 333 "bytes 1.1.0", 334 "bytes-utils", 335 "futures-core", 336 "http", 337 "http-body", 338 "hyper", 339 "percent-encoding", 340 "pin-project", 341 "tokio", 342 "tokio-util", 343 "tracing", 344] 345 346[[package]] 347name = "aws-smithy-http" 348version = "0.36.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "1c8bbe92ecdc4e39a612359b09994c45d000591d4951aa7343443f44b47e6696" 351dependencies = [ 352 "aws-smithy-types 0.36.0", 353 "bytes 1.1.0", 354 "bytes-utils", 355 "futures-core", 356 "http", 357 "http-body", 358 "hyper", 359 "percent-encoding", 360 "pin-project", 361 "tracing", 362] 363 364[[package]] 365name = "aws-smithy-http-tower" 366version = "0.33.1" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "db222d9dbca42fa0d19ea803826f88153c14144c38915d5121e981b45c5f2cee" 369dependencies = [ 370 "aws-smithy-http 0.33.1", 371 "bytes 1.1.0", 372 "http", 373 "http-body", 374 "pin-project", 375 "tower", 376 "tracing", 377] 378 379[[package]] 380name = "aws-smithy-json" 381version = "0.33.1" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "acdb867f28532243d923fd2ef8b5a1d44e461b841e75a78c2c276b1918b5e842" 384dependencies = [ 385 "aws-smithy-types 0.33.1", 386] 387 388[[package]] 389name = "aws-smithy-query" 390version = "0.33.1" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "00d2169a63763651b835912aae357cfea9ad889468aa8828117b10c2329c6231" 393dependencies = [ 394 "aws-smithy-types 0.33.1", 395 "urlencoding", 396] 397 398[[package]] 399name = "aws-smithy-types" 400version = "0.33.1" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "420eb4743434a99ce9ba270bec3ef242884d407bff0bca7d16b5b0457a7d3782" 403dependencies = [ 404 "itoa 0.4.8", 405 "num-integer", 406 "ryu", 407 "time 0.3.7", 408] 409 410[[package]] 411name = "aws-smithy-types" 412version = "0.36.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "cde96306a54777ec8781aa510830e242de614aa5746274713f5ecac0779f644f" 415dependencies = [ 416 "itoa 1.0.1", 417 "num-integer", 418 "ryu", 419 "time 0.3.7", 420] 421 422[[package]] 423name = "aws-smithy-xml" 424version = "0.33.1" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "25466637a7f68d24df5f25f69037179588419fa81991c6e198fd8f6e72ebfb07" 427dependencies = [ 428 "thiserror", 429 "xmlparser", 430] 431 432[[package]] 433name = "aws-types" 434version = "0.3.0" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "d2d8e1b6fd4081f367682b260f55eddc4c90ac4e93ee09517f373c093366fb96" 437dependencies = [ 438 "aws-smithy-async 0.33.1", 439 "aws-smithy-types 0.33.1", 440 "rustc_version", 441 "tracing", 442 "zeroize", 443] 444 445[[package]] 446name = "aws-types" 447version = "0.6.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "433fd128ea727e9b83b34c72c6d4db1b900f067760fa27b387694fe896633142" 450dependencies = [ 451 "aws-smithy-async 0.36.0", 452 "aws-smithy-types 0.36.0", 453 "rustc_version", 454 "tracing", 455 "zeroize", 456] 457 458[[package]] 459name = "base64" 460version = "0.12.3" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" 463 464[[package]] 465name = "base64" 466version = "0.13.0" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 469 470[[package]] 471name = "bb8" 472version = "0.7.1" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "2e9f4fa9768efd269499d8fba693260cfc670891cf6de3adc935588447a77cc8" 475dependencies = [ 476 "async-trait", 477 "futures-channel", 478 "futures-util", 479 "parking_lot 0.11.2", 480 "tokio", 481] 482 483[[package]] 484name = "bigdecimal" 485version = "0.2.2" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "d1e50562e37200edf7c6c43e54a08e64a5553bfb59d9c297d5572512aa517256" 488dependencies = [ 489 "num-bigint", 490 "num-integer", 491 "num-traits", 492] 493 494[[package]] 495name = "bindgen" 496version = "0.59.2" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8" 499dependencies = [ 500 "bitflags", 501 "cexpr", 502 "clang-sys", 503 "clap", 504 "env_logger", 505 "lazy_static", 506 "lazycell", 507 "log", 508 "peeking_take_while", 509 "proc-macro2", 510 "quote", 511 "regex", 512 "rustc-hash", 513 "shlex", 514 "which", 515] 516 517[[package]] 518name = "bitflags" 519version = "1.3.2" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 522 523[[package]] 524name = "bitvec" 525version = "0.19.6" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33" 528dependencies = [ 529 "funty", 530 "radium", 531 "tap", 532 "wyz", 533] 534 535[[package]] 536name = "block-buffer" 537version = "0.10.2" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 540dependencies = [ 541 "generic-array", 542] 543 544[[package]] 545name = "bumpalo" 546version = "3.9.1" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" 549 550[[package]] 551name = "byteorder" 552version = "1.4.3" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 555 556[[package]] 557name = "bytes" 558version = "0.4.12" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 561dependencies = [ 562 "byteorder", 563 "iovec", 564] 565 566[[package]] 567name = "bytes" 568version = "1.1.0" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 571 572[[package]] 573name = "bytes-utils" 574version = "0.1.1" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "4e314712951c43123e5920a446464929adc667a5eade7f8fb3997776c9df6e54" 577dependencies = [ 578 "bytes 1.1.0", 579 "either", 580] 581 582[[package]] 583name = "cc" 584version = "1.0.73" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 587 588[[package]] 589name = "cexpr" 590version = "0.6.0" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 593dependencies = [ 594 "nom 7.1.0", 595] 596 597[[package]] 598name = "cfg-if" 599version = "1.0.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 602 603[[package]] 604name = "chrono" 605version = "0.4.19" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 608dependencies = [ 609 "libc", 610 "num-integer", 611 "num-traits", 612 "time 0.1.44", 613 "winapi", 614] 615 616[[package]] 617name = "clang-sys" 618version = "1.3.1" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21" 621dependencies = [ 622 "glob", 623 "libc", 624 "libloading", 625] 626 627[[package]] 628name = "clap" 629version = "2.34.0" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 632dependencies = [ 633 "ansi_term", 634 "atty", 635 "bitflags", 636 "strsim", 637 "textwrap", 638 "unicode-width", 639 "vec_map", 640] 641 642[[package]] 643name = "clipboard-win" 644version = "4.4.1" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db" 647dependencies = [ 648 "error-code", 649 "str-buf", 650 "winapi", 651] 652 653[[package]] 654name = "cmake" 655version = "0.1.48" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" 658dependencies = [ 659 "cc", 660] 661 662[[package]] 663name = "comfy-table" 664version = "5.0.0" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "c42350b81f044f576ff88ac750419f914abb46a03831bb1747134344ee7a4e64" 667dependencies = [ 668 "crossterm", 669 "strum", 670 "strum_macros", 671 "unicode-width", 672] 673 674[[package]] 675name = "core-foundation" 676version = "0.9.3" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 679dependencies = [ 680 "core-foundation-sys", 681 "libc", 682] 683 684[[package]] 685name = "core-foundation-sys" 686version = "0.8.3" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 689 690[[package]] 691name = "cpufeatures" 692version = "0.2.1" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" 695dependencies = [ 696 "libc", 697] 698 699[[package]] 700name = "crossbeam-channel" 701version = "0.5.2" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" 704dependencies = [ 705 "cfg-if", 706 "crossbeam-utils", 707] 708 709[[package]] 710name = "crossbeam-utils" 711version = "0.8.7" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6" 714dependencies = [ 715 "cfg-if", 716 "lazy_static", 717] 718 719[[package]] 720name = "crossterm" 721version = "0.22.1" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c" 724dependencies = [ 725 "bitflags", 726 "crossterm_winapi", 727 "libc", 728 "mio 0.7.14", 729 "parking_lot 0.11.2", 730 "signal-hook", 731 "signal-hook-mio", 732 "winapi", 733] 734 735[[package]] 736name = "crossterm_winapi" 737version = "0.9.0" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 740dependencies = [ 741 "winapi", 742] 743 744[[package]] 745name = "crypto-common" 746version = "0.1.3" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" 749dependencies = [ 750 "generic-array", 751 "typenum", 752] 753 754[[package]] 755name = "ct-logs" 756version = "0.8.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" 759dependencies = [ 760 "sct", 761] 762 763[[package]] 764name = "delegate" 765version = "0.5.2" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "0fd733b5bf0bb5ca3c7cdea2135c91234c80b730e6e8a270851455a63b46c830" 768dependencies = [ 769 "proc-macro2", 770 "quote", 771 "syn", 772] 773 774[[package]] 775name = "digest" 776version = "0.10.3" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 779dependencies = [ 780 "block-buffer", 781 "crypto-common", 782] 783 784[[package]] 785name = "dirs" 786version = "4.0.0" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 789dependencies = [ 790 "dirs-sys", 791] 792 793[[package]] 794name = "dirs-next" 795version = "2.0.0" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 798dependencies = [ 799 "cfg-if", 800 "dirs-sys-next", 801] 802 803[[package]] 804name = "dirs-sys" 805version = "0.3.6" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" 808dependencies = [ 809 "libc", 810 "redox_users", 811 "winapi", 812] 813 814[[package]] 815name = "dirs-sys-next" 816version = "0.1.2" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 819dependencies = [ 820 "libc", 821 "redox_users", 822 "winapi", 823] 824 825[[package]] 826name = "either" 827version = "1.6.1" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 830 831[[package]] 832name = "endian-type" 833version = "0.1.2" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 836 837[[package]] 838name = "env_logger" 839version = "0.9.0" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 842dependencies = [ 843 "atty", 844 "humantime", 845 "log", 846 "regex", 847 "termcolor", 848] 849 850[[package]] 851name = "errno" 852version = "0.2.8" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 855dependencies = [ 856 "errno-dragonfly", 857 "libc", 858 "winapi", 859] 860 861[[package]] 862name = "errno-dragonfly" 863version = "0.1.2" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 866dependencies = [ 867 "cc", 868 "libc", 869] 870 871[[package]] 872name = "error-code" 873version = "2.3.1" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 876dependencies = [ 877 "libc", 878 "str-buf", 879] 880 881[[package]] 882name = "fastrand" 883version = "1.7.0" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" 886dependencies = [ 887 "instant", 888] 889 890[[package]] 891name = "fd-lock" 892version = "3.0.3" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "fcef756dea9cf3db5ce73759cf0467330427a786b47711b8d6c97620d718ceb9" 895dependencies = [ 896 "cfg-if", 897 "rustix", 898 "windows-sys 0.30.0", 899] 900 901[[package]] 902name = "fnv" 903version = "1.0.7" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 906 907[[package]] 908name = "form_urlencoded" 909version = "1.0.1" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 912dependencies = [ 913 "matches", 914 "percent-encoding", 915] 916 917[[package]] 918name = "fuchsia-cprng" 919version = "0.1.1" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 922 923[[package]] 924name = "funty" 925version = "1.1.0" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" 928 929[[package]] 930name = "futures" 931version = "0.3.21" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" 934dependencies = [ 935 "futures-channel", 936 "futures-core", 937 "futures-executor", 938 "futures-io", 939 "futures-sink", 940 "futures-task", 941 "futures-util", 942] 943 944[[package]] 945name = "futures-channel" 946version = "0.3.21" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" 949dependencies = [ 950 "futures-core", 951 "futures-sink", 952] 953 954[[package]] 955name = "futures-core" 956version = "0.3.21" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 959 960[[package]] 961name = "futures-executor" 962version = "0.3.21" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 965dependencies = [ 966 "futures-core", 967 "futures-task", 968 "futures-util", 969] 970 971[[package]] 972name = "futures-io" 973version = "0.3.21" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" 976 977[[package]] 978name = "futures-macro" 979version = "0.3.21" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" 982dependencies = [ 983 "proc-macro2", 984 "quote", 985 "syn", 986] 987 988[[package]] 989name = "futures-sink" 990version = "0.3.21" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" 993 994[[package]] 995name = "futures-task" 996version = "0.3.21" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" 999 1000[[package]] 1001name = "futures-util" 1002version = "0.3.21" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" 1005dependencies = [ 1006 "futures-channel", 1007 "futures-core", 1008 "futures-io", 1009 "futures-macro", 1010 "futures-sink", 1011 "futures-task", 1012 "memchr", 1013 "pin-project-lite", 1014 "pin-utils", 1015 "slab", 1016] 1017 1018[[package]] 1019name = "generic-array" 1020version = "0.14.5" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" 1023dependencies = [ 1024 "typenum", 1025 "version_check", 1026] 1027 1028[[package]] 1029name = "gethostname" 1030version = "0.2.2" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1" 1033dependencies = [ 1034 "libc", 1035 "winapi", 1036] 1037 1038[[package]] 1039name = "getrandom" 1040version = "0.2.4" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" 1043dependencies = [ 1044 "cfg-if", 1045 "libc", 1046 "wasi", 1047] 1048 1049[[package]] 1050name = "glob" 1051version = "0.3.0" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 1054 1055[[package]] 1056name = "h2" 1057version = "0.3.11" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" 1060dependencies = [ 1061 "bytes 1.1.0", 1062 "fnv", 1063 "futures-core", 1064 "futures-sink", 1065 "futures-util", 1066 "http", 1067 "indexmap", 1068 "slab", 1069 "tokio", 1070 "tokio-util", 1071 "tracing", 1072] 1073 1074[[package]] 1075name = "hashbrown" 1076version = "0.11.2" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 1079 1080[[package]] 1081name = "heck" 1082version = "0.3.3" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1085dependencies = [ 1086 "unicode-segmentation", 1087] 1088 1089[[package]] 1090name = "hermit-abi" 1091version = "0.1.19" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1094dependencies = [ 1095 "libc", 1096] 1097 1098[[package]] 1099name = "hex" 1100version = "0.4.3" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1103 1104[[package]] 1105name = "http" 1106version = "0.2.6" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" 1109dependencies = [ 1110 "bytes 1.1.0", 1111 "fnv", 1112 "itoa 1.0.1", 1113] 1114 1115[[package]] 1116name = "http-body" 1117version = "0.4.4" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" 1120dependencies = [ 1121 "bytes 1.1.0", 1122 "http", 1123 "pin-project-lite", 1124] 1125 1126[[package]] 1127name = "httparse" 1128version = "1.6.0" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" 1131 1132[[package]] 1133name = "httpdate" 1134version = "1.0.2" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1137 1138[[package]] 1139name = "humantime" 1140version = "2.1.0" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1143 1144[[package]] 1145name = "hyper" 1146version = "0.14.17" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd" 1149dependencies = [ 1150 "bytes 1.1.0", 1151 "futures-channel", 1152 "futures-core", 1153 "futures-util", 1154 "h2", 1155 "http", 1156 "http-body", 1157 "httparse", 1158 "httpdate", 1159 "itoa 1.0.1", 1160 "pin-project-lite", 1161 "socket2", 1162 "tokio", 1163 "tower-service", 1164 "tracing", 1165 "want", 1166] 1167 1168[[package]] 1169name = "hyper-rustls" 1170version = "0.22.1" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" 1173dependencies = [ 1174 "ct-logs", 1175 "futures-util", 1176 "hyper", 1177 "log", 1178 "rustls", 1179 "rustls-native-certs", 1180 "tokio", 1181 "tokio-rustls", 1182 "webpki", 1183] 1184 1185[[package]] 1186name = "idna" 1187version = "0.2.3" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1190dependencies = [ 1191 "matches", 1192 "unicode-bidi", 1193 "unicode-normalization", 1194] 1195 1196[[package]] 1197name = "indexmap" 1198version = "1.8.0" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" 1201dependencies = [ 1202 "autocfg", 1203 "hashbrown", 1204] 1205 1206[[package]] 1207name = "instant" 1208version = "0.1.12" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1211dependencies = [ 1212 "cfg-if", 1213] 1214 1215[[package]] 1216name = "io-lifetimes" 1217version = "0.4.4" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864" 1220dependencies = [ 1221 "winapi", 1222] 1223 1224[[package]] 1225name = "ion-c-sys" 1226version = "0.4.14" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "437af3116667611a1aa6a6b8cdbff2e6343e6b8416ceb14e10402303e8a602a9" 1229dependencies = [ 1230 "bigdecimal", 1231 "bindgen", 1232 "chrono", 1233 "cmake", 1234 "ion-c-sys-macros", 1235 "num-bigint", 1236 "paste", 1237] 1238 1239[[package]] 1240name = "ion-c-sys-macros" 1241version = "0.1.1" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "72391418bc103fb8a3dfed858d9532183aff3b3ff5748054e22434a484da04cc" 1244dependencies = [ 1245 "proc-macro2", 1246 "quote", 1247 "syn", 1248] 1249 1250[[package]] 1251name = "ion-rs" 1252version = "0.7.0" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "8bf75af80121752ccbbab9db0366ba35ee48ecc6167cc41fce8a634601138f8c" 1255dependencies = [ 1256 "arrayvec 0.7.2", 1257 "base64 0.12.3", 1258 "bigdecimal", 1259 "bytes 0.4.12", 1260 "chrono", 1261 "delegate", 1262 "ion-c-sys", 1263 "nom 6.1.2", 1264 "num-bigint", 1265 "num-traits", 1266 "thiserror", 1267] 1268 1269[[package]] 1270name = "ion-rs" 1271version = "0.8.0" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "6640b51cd262630f3d3ee3b14baf2e1b06cfbbb4f91ac016725ecf09100d3f44" 1274dependencies = [ 1275 "arrayvec 0.7.2", 1276 "base64 0.12.3", 1277 "bigdecimal", 1278 "bytes 0.4.12", 1279 "chrono", 1280 "delegate", 1281 "ion-c-sys", 1282 "nom 6.1.2", 1283 "num-bigint", 1284 "num-traits", 1285 "thiserror", 1286] 1287 1288[[package]] 1289name = "iovec" 1290version = "0.1.4" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 1293dependencies = [ 1294 "libc", 1295] 1296 1297[[package]] 1298name = "itertools" 1299version = "0.10.3" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 1302dependencies = [ 1303 "either", 1304] 1305 1306[[package]] 1307name = "itoa" 1308version = "0.4.8" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1311 1312[[package]] 1313name = "itoa" 1314version = "1.0.1" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 1317 1318[[package]] 1319name = "js-sys" 1320version = "0.3.56" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04" 1323dependencies = [ 1324 "wasm-bindgen", 1325] 1326 1327[[package]] 1328name = "lazy_static" 1329version = "1.4.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1332 1333[[package]] 1334name = "lazycell" 1335version = "1.3.0" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1338 1339[[package]] 1340name = "lexical-core" 1341version = "0.7.6" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" 1344dependencies = [ 1345 "arrayvec 0.5.2", 1346 "bitflags", 1347 "cfg-if", 1348 "ryu", 1349 "static_assertions", 1350] 1351 1352[[package]] 1353name = "libc" 1354version = "0.2.118" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94" 1357 1358[[package]] 1359name = "libloading" 1360version = "0.7.3" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" 1363dependencies = [ 1364 "cfg-if", 1365 "winapi", 1366] 1367 1368[[package]] 1369name = "linux-raw-sys" 1370version = "0.0.37" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "95f5690fef754d905294c56f7ac815836f2513af966aa47f2e07ac79be07827f" 1373 1374[[package]] 1375name = "lock_api" 1376version = "0.4.6" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" 1379dependencies = [ 1380 "scopeguard", 1381] 1382 1383[[package]] 1384name = "log" 1385version = "0.4.14" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 1388dependencies = [ 1389 "cfg-if", 1390] 1391 1392[[package]] 1393name = "matchers" 1394version = "0.1.0" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1397dependencies = [ 1398 "regex-automata", 1399] 1400 1401[[package]] 1402name = "matches" 1403version = "0.1.9" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 1406 1407[[package]] 1408name = "memchr" 1409version = "2.4.1" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 1412 1413[[package]] 1414name = "memoffset" 1415version = "0.6.5" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1418dependencies = [ 1419 "autocfg", 1420] 1421 1422[[package]] 1423name = "minimal-lexical" 1424version = "0.2.1" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1427 1428[[package]] 1429name = "mio" 1430version = "0.7.14" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" 1433dependencies = [ 1434 "libc", 1435 "log", 1436 "miow", 1437 "ntapi", 1438 "winapi", 1439] 1440 1441[[package]] 1442name = "mio" 1443version = "0.8.0" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2" 1446dependencies = [ 1447 "libc", 1448 "log", 1449 "miow", 1450 "ntapi", 1451 "winapi", 1452] 1453 1454[[package]] 1455name = "miow" 1456version = "0.3.7" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 1459dependencies = [ 1460 "winapi", 1461] 1462 1463[[package]] 1464name = "nibble_vec" 1465version = "0.1.0" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 1468dependencies = [ 1469 "smallvec", 1470] 1471 1472[[package]] 1473name = "nix" 1474version = "0.23.1" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" 1477dependencies = [ 1478 "bitflags", 1479 "cc", 1480 "cfg-if", 1481 "libc", 1482 "memoffset", 1483] 1484 1485[[package]] 1486name = "nom" 1487version = "6.1.2" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2" 1490dependencies = [ 1491 "bitvec", 1492 "funty", 1493 "lexical-core", 1494 "memchr", 1495 "version_check", 1496] 1497 1498[[package]] 1499name = "nom" 1500version = "7.1.0" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" 1503dependencies = [ 1504 "memchr", 1505 "minimal-lexical", 1506 "version_check", 1507] 1508 1509[[package]] 1510name = "ntapi" 1511version = "0.3.7" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 1514dependencies = [ 1515 "winapi", 1516] 1517 1518[[package]] 1519name = "num-bigint" 1520version = "0.3.3" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" 1523dependencies = [ 1524 "autocfg", 1525 "num-integer", 1526 "num-traits", 1527] 1528 1529[[package]] 1530name = "num-integer" 1531version = "0.1.44" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 1534dependencies = [ 1535 "autocfg", 1536 "num-traits", 1537] 1538 1539[[package]] 1540name = "num-traits" 1541version = "0.2.14" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 1544dependencies = [ 1545 "autocfg", 1546] 1547 1548[[package]] 1549name = "num_cpus" 1550version = "1.13.1" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 1553dependencies = [ 1554 "hermit-abi", 1555 "libc", 1556] 1557 1558[[package]] 1559name = "num_threads" 1560version = "0.1.3" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15" 1563dependencies = [ 1564 "libc", 1565] 1566 1567[[package]] 1568name = "once_cell" 1569version = "1.9.0" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" 1572 1573[[package]] 1574name = "openssl-probe" 1575version = "0.1.5" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1578 1579[[package]] 1580name = "parking_lot" 1581version = "0.11.2" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1584dependencies = [ 1585 "instant", 1586 "lock_api", 1587 "parking_lot_core 0.8.5", 1588] 1589 1590[[package]] 1591name = "parking_lot" 1592version = "0.12.0" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" 1595dependencies = [ 1596 "lock_api", 1597 "parking_lot_core 0.9.1", 1598] 1599 1600[[package]] 1601name = "parking_lot_core" 1602version = "0.8.5" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 1605dependencies = [ 1606 "cfg-if", 1607 "instant", 1608 "libc", 1609 "redox_syscall", 1610 "smallvec", 1611 "winapi", 1612] 1613 1614[[package]] 1615name = "parking_lot_core" 1616version = "0.9.1" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" 1619dependencies = [ 1620 "cfg-if", 1621 "libc", 1622 "redox_syscall", 1623 "smallvec", 1624 "windows-sys 0.32.0", 1625] 1626 1627[[package]] 1628name = "paste" 1629version = "1.0.6" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" 1632 1633[[package]] 1634name = "peeking_take_while" 1635version = "0.1.2" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 1638 1639[[package]] 1640name = "percent-encoding" 1641version = "2.1.0" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 1644 1645[[package]] 1646name = "pin-project" 1647version = "1.0.10" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" 1650dependencies = [ 1651 "pin-project-internal", 1652] 1653 1654[[package]] 1655name = "pin-project-internal" 1656version = "1.0.10" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" 1659dependencies = [ 1660 "proc-macro2", 1661 "quote", 1662 "syn", 1663] 1664 1665[[package]] 1666name = "pin-project-lite" 1667version = "0.2.8" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" 1670 1671[[package]] 1672name = "pin-utils" 1673version = "0.1.0" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1676 1677[[package]] 1678name = "ppv-lite86" 1679version = "0.2.16" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 1682 1683[[package]] 1684name = "proc-macro-error" 1685version = "1.0.4" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1688dependencies = [ 1689 "proc-macro-error-attr", 1690 "proc-macro2", 1691 "quote", 1692 "syn", 1693 "version_check", 1694] 1695 1696[[package]] 1697name = "proc-macro-error-attr" 1698version = "1.0.4" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1701dependencies = [ 1702 "proc-macro2", 1703 "quote", 1704 "version_check", 1705] 1706 1707[[package]] 1708name = "proc-macro2" 1709version = "1.0.36" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 1712dependencies = [ 1713 "unicode-xid", 1714] 1715 1716[[package]] 1717name = "quote" 1718version = "1.0.15" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" 1721dependencies = [ 1722 "proc-macro2", 1723] 1724 1725[[package]] 1726name = "radium" 1727version = "0.5.3" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" 1730 1731[[package]] 1732name = "radix_trie" 1733version = "0.2.1" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 1736dependencies = [ 1737 "endian-type", 1738 "nibble_vec", 1739] 1740 1741[[package]] 1742name = "rand" 1743version = "0.4.6" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 1746dependencies = [ 1747 "fuchsia-cprng", 1748 "libc", 1749 "rand_core 0.3.1", 1750 "rdrand", 1751 "winapi", 1752] 1753 1754[[package]] 1755name = "rand" 1756version = "0.8.5" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1759dependencies = [ 1760 "libc", 1761 "rand_chacha", 1762 "rand_core 0.6.3", 1763] 1764 1765[[package]] 1766name = "rand_chacha" 1767version = "0.3.1" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1770dependencies = [ 1771 "ppv-lite86", 1772 "rand_core 0.6.3", 1773] 1774 1775[[package]] 1776name = "rand_core" 1777version = "0.3.1" 1778source = "registry+https://github.com/rust-lang/crates.io-index" 1779checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1780dependencies = [ 1781 "rand_core 0.4.2", 1782] 1783 1784[[package]] 1785name = "rand_core" 1786version = "0.4.2" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1789 1790[[package]] 1791name = "rand_core" 1792version = "0.6.3" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 1795dependencies = [ 1796 "getrandom", 1797] 1798 1799[[package]] 1800name = "rdrand" 1801version = "0.4.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1804dependencies = [ 1805 "rand_core 0.3.1", 1806] 1807 1808[[package]] 1809name = "redox_syscall" 1810version = "0.2.10" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 1813dependencies = [ 1814 "bitflags", 1815] 1816 1817[[package]] 1818name = "redox_users" 1819version = "0.4.0" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 1822dependencies = [ 1823 "getrandom", 1824 "redox_syscall", 1825] 1826 1827[[package]] 1828name = "regex" 1829version = "1.5.4" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" 1832dependencies = [ 1833 "aho-corasick", 1834 "memchr", 1835 "regex-syntax", 1836] 1837 1838[[package]] 1839name = "regex-automata" 1840version = "0.1.10" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1843dependencies = [ 1844 "regex-syntax", 1845] 1846 1847[[package]] 1848name = "regex-syntax" 1849version = "0.6.25" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" 1852 1853[[package]] 1854name = "remove_dir_all" 1855version = "0.5.3" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1858dependencies = [ 1859 "winapi", 1860] 1861 1862[[package]] 1863name = "ring" 1864version = "0.16.20" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1867dependencies = [ 1868 "cc", 1869 "libc", 1870 "once_cell", 1871 "spin", 1872 "untrusted", 1873 "web-sys", 1874 "winapi", 1875] 1876 1877[[package]] 1878name = "rustc-hash" 1879version = "1.1.0" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1882 1883[[package]] 1884name = "rustc_version" 1885version = "0.4.0" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1888dependencies = [ 1889 "semver", 1890] 1891 1892[[package]] 1893name = "rustix" 1894version = "0.32.1" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "7cee647393af53c750e15dcbf7781cdd2e550b246bde76e46c326e7ea3c73773" 1897dependencies = [ 1898 "bitflags", 1899 "errno", 1900 "io-lifetimes", 1901 "libc", 1902 "linux-raw-sys", 1903 "winapi", 1904] 1905 1906[[package]] 1907name = "rustls" 1908version = "0.19.1" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" 1911dependencies = [ 1912 "base64 0.13.0", 1913 "log", 1914 "ring", 1915 "sct", 1916 "webpki", 1917] 1918 1919[[package]] 1920name = "rustls-native-certs" 1921version = "0.5.0" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" 1924dependencies = [ 1925 "openssl-probe", 1926 "rustls", 1927 "schannel", 1928 "security-framework", 1929] 1930 1931[[package]] 1932name = "rustyline" 1933version = "9.1.2" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" 1936dependencies = [ 1937 "bitflags", 1938 "cfg-if", 1939 "clipboard-win", 1940 "dirs-next", 1941 "fd-lock", 1942 "libc", 1943 "log", 1944 "memchr", 1945 "nix", 1946 "radix_trie", 1947 "scopeguard", 1948 "smallvec", 1949 "unicode-segmentation", 1950 "unicode-width", 1951 "utf8parse", 1952 "winapi", 1953] 1954 1955[[package]] 1956name = "rustyline-derive" 1957version = "0.6.0" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "bb35a55ab810b5c0fe31606fe9b47d1354e4dc519bec0a102655f78ea2b38057" 1960dependencies = [ 1961 "quote", 1962 "syn", 1963] 1964 1965[[package]] 1966name = "ryu" 1967version = "1.0.9" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" 1970 1971[[package]] 1972name = "schannel" 1973version = "0.1.19" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" 1976dependencies = [ 1977 "lazy_static", 1978 "winapi", 1979] 1980 1981[[package]] 1982name = "scopeguard" 1983version = "1.1.0" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1986 1987[[package]] 1988name = "sct" 1989version = "0.6.1" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" 1992dependencies = [ 1993 "ring", 1994 "untrusted", 1995] 1996 1997[[package]] 1998name = "security-framework" 1999version = "2.6.1" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" 2002dependencies = [ 2003 "bitflags", 2004 "core-foundation", 2005 "core-foundation-sys", 2006 "libc", 2007 "security-framework-sys", 2008] 2009 2010[[package]] 2011name = "security-framework-sys" 2012version = "2.6.1" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 2015dependencies = [ 2016 "core-foundation-sys", 2017 "libc", 2018] 2019 2020[[package]] 2021name = "semver" 2022version = "1.0.5" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7" 2025 2026[[package]] 2027name = "serde" 2028version = "1.0.136" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" 2031dependencies = [ 2032 "serde_derive", 2033] 2034 2035[[package]] 2036name = "serde_derive" 2037version = "1.0.136" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" 2040dependencies = [ 2041 "proc-macro2", 2042 "quote", 2043 "syn", 2044] 2045 2046[[package]] 2047name = "serde_json" 2048version = "1.0.79" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" 2051dependencies = [ 2052 "itoa 1.0.1", 2053 "ryu", 2054 "serde", 2055] 2056 2057[[package]] 2058name = "sha2" 2059version = "0.10.1" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" 2062dependencies = [ 2063 "cfg-if", 2064 "cpufeatures", 2065 "digest", 2066] 2067 2068[[package]] 2069name = "sharded-slab" 2070version = "0.1.4" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 2073dependencies = [ 2074 "lazy_static", 2075] 2076 2077[[package]] 2078name = "shlex" 2079version = "1.1.0" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 2082 2083[[package]] 2084name = "signal-hook" 2085version = "0.3.13" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d" 2088dependencies = [ 2089 "libc", 2090 "signal-hook-registry", 2091] 2092 2093[[package]] 2094name = "signal-hook-mio" 2095version = "0.2.1" 2096source = "registry+https://github.com/rust-lang/crates.io-index" 2097checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4" 2098dependencies = [ 2099 "libc", 2100 "mio 0.7.14", 2101 "signal-hook", 2102] 2103 2104[[package]] 2105name = "signal-hook-registry" 2106version = "1.4.0" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 2109dependencies = [ 2110 "libc", 2111] 2112 2113[[package]] 2114name = "slab" 2115version = "0.4.5" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" 2118 2119[[package]] 2120name = "smallvec" 2121version = "1.8.0" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 2124 2125[[package]] 2126name = "socket2" 2127version = "0.4.4" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 2130dependencies = [ 2131 "libc", 2132 "winapi", 2133] 2134 2135[[package]] 2136name = "spin" 2137version = "0.5.2" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2140 2141[[package]] 2142name = "static_assertions" 2143version = "1.1.0" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2146 2147[[package]] 2148name = "str-buf" 2149version = "1.0.5" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a" 2152 2153[[package]] 2154name = "strsim" 2155version = "0.8.0" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 2158 2159[[package]] 2160name = "structopt" 2161version = "0.3.26" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 2164dependencies = [ 2165 "clap", 2166 "lazy_static", 2167 "structopt-derive", 2168] 2169 2170[[package]] 2171name = "structopt-derive" 2172version = "0.4.18" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 2175dependencies = [ 2176 "heck", 2177 "proc-macro-error", 2178 "proc-macro2", 2179 "quote", 2180 "syn", 2181] 2182 2183[[package]] 2184name = "strum" 2185version = "0.22.0" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e" 2188 2189[[package]] 2190name = "strum_macros" 2191version = "0.22.0" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" 2194dependencies = [ 2195 "heck", 2196 "proc-macro2", 2197 "quote", 2198 "syn", 2199] 2200 2201[[package]] 2202name = "syn" 2203version = "1.0.86" 2204source = "registry+https://github.com/rust-lang/crates.io-index" 2205checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" 2206dependencies = [ 2207 "proc-macro2", 2208 "quote", 2209 "unicode-xid", 2210] 2211 2212[[package]] 2213name = "tap" 2214version = "1.0.1" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2217 2218[[package]] 2219name = "tempdir" 2220version = "0.3.7" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 2223dependencies = [ 2224 "rand 0.4.6", 2225 "remove_dir_all", 2226] 2227 2228[[package]] 2229name = "termcolor" 2230version = "1.1.2" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 2233dependencies = [ 2234 "winapi-util", 2235] 2236 2237[[package]] 2238name = "textwrap" 2239version = "0.11.0" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 2242dependencies = [ 2243 "unicode-width", 2244] 2245 2246[[package]] 2247name = "thiserror" 2248version = "1.0.30" 2249source = "registry+https://github.com/rust-lang/crates.io-index" 2250checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" 2251dependencies = [ 2252 "thiserror-impl", 2253] 2254 2255[[package]] 2256name = "thiserror-impl" 2257version = "1.0.30" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" 2260dependencies = [ 2261 "proc-macro2", 2262 "quote", 2263 "syn", 2264] 2265 2266[[package]] 2267name = "thread_local" 2268version = "1.1.4" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 2271dependencies = [ 2272 "once_cell", 2273] 2274 2275[[package]] 2276name = "time" 2277version = "0.1.44" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 2280dependencies = [ 2281 "libc", 2282 "wasi", 2283 "winapi", 2284] 2285 2286[[package]] 2287name = "time" 2288version = "0.3.7" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d" 2291dependencies = [ 2292 "itoa 1.0.1", 2293 "libc", 2294 "num_threads", 2295] 2296 2297[[package]] 2298name = "tinyvec" 2299version = "1.5.1" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" 2302dependencies = [ 2303 "tinyvec_macros", 2304] 2305 2306[[package]] 2307name = "tinyvec_macros" 2308version = "0.1.0" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 2311 2312[[package]] 2313name = "tokio" 2314version = "1.17.0" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" 2317dependencies = [ 2318 "bytes 1.1.0", 2319 "libc", 2320 "memchr", 2321 "mio 0.8.0", 2322 "num_cpus", 2323 "once_cell", 2324 "parking_lot 0.12.0", 2325 "pin-project-lite", 2326 "signal-hook-registry", 2327 "socket2", 2328 "tokio-macros", 2329 "winapi", 2330] 2331 2332[[package]] 2333name = "tokio-macros" 2334version = "1.7.0" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" 2337dependencies = [ 2338 "proc-macro2", 2339 "quote", 2340 "syn", 2341] 2342 2343[[package]] 2344name = "tokio-rustls" 2345version = "0.22.0" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" 2348dependencies = [ 2349 "rustls", 2350 "tokio", 2351 "webpki", 2352] 2353 2354[[package]] 2355name = "tokio-stream" 2356version = "0.1.8" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" 2359dependencies = [ 2360 "futures-core", 2361 "pin-project-lite", 2362 "tokio", 2363] 2364 2365[[package]] 2366name = "tokio-util" 2367version = "0.6.9" 2368source = "registry+https://github.com/rust-lang/crates.io-index" 2369checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" 2370dependencies = [ 2371 "bytes 1.1.0", 2372 "futures-core", 2373 "futures-sink", 2374 "log", 2375 "pin-project-lite", 2376 "tokio", 2377] 2378 2379[[package]] 2380name = "tower" 2381version = "0.4.12" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e" 2384dependencies = [ 2385 "futures-core", 2386 "futures-util", 2387 "pin-project", 2388 "pin-project-lite", 2389 "tokio", 2390 "tower-layer", 2391 "tower-service", 2392 "tracing", 2393] 2394 2395[[package]] 2396name = "tower-layer" 2397version = "0.3.1" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" 2400 2401[[package]] 2402name = "tower-service" 2403version = "0.3.1" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 2406 2407[[package]] 2408name = "tracing" 2409version = "0.1.30" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9" 2412dependencies = [ 2413 "cfg-if", 2414 "log", 2415 "pin-project-lite", 2416 "tracing-attributes", 2417 "tracing-core", 2418] 2419 2420[[package]] 2421name = "tracing-appender" 2422version = "0.2.0" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "94571df2eae3ed4353815ea5a90974a594a1792d8782ff2cbcc9392d1101f366" 2425dependencies = [ 2426 "crossbeam-channel", 2427 "time 0.3.7", 2428 "tracing-subscriber", 2429] 2430 2431[[package]] 2432name = "tracing-attributes" 2433version = "0.1.19" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" 2436dependencies = [ 2437 "proc-macro2", 2438 "quote", 2439 "syn", 2440] 2441 2442[[package]] 2443name = "tracing-bunyan-formatter" 2444version = "0.3.2" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "bd99ff040622c69c0fc4bd3ea5fe16630ce46400a79bd41339391b2d416ea24c" 2447dependencies = [ 2448 "gethostname", 2449 "log", 2450 "serde", 2451 "serde_json", 2452 "time 0.3.7", 2453 "tracing", 2454 "tracing-core", 2455 "tracing-log", 2456 "tracing-subscriber", 2457] 2458 2459[[package]] 2460name = "tracing-core" 2461version = "0.1.22" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" 2464dependencies = [ 2465 "lazy_static", 2466 "valuable", 2467] 2468 2469[[package]] 2470name = "tracing-log" 2471version = "0.1.2" 2472source = "registry+https://github.com/rust-lang/crates.io-index" 2473checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" 2474dependencies = [ 2475 "lazy_static", 2476 "log", 2477 "tracing-core", 2478] 2479 2480[[package]] 2481name = "tracing-subscriber" 2482version = "0.3.8" 2483source = "registry+https://github.com/rust-lang/crates.io-index" 2484checksum = "74786ce43333fcf51efe947aed9718fbe46d5c7328ec3f1029e818083966d9aa" 2485dependencies = [ 2486 "ansi_term", 2487 "lazy_static", 2488 "matchers", 2489 "regex", 2490 "sharded-slab", 2491 "smallvec", 2492 "thread_local", 2493 "tracing", 2494 "tracing-core", 2495 "tracing-log", 2496] 2497 2498[[package]] 2499name = "try-lock" 2500version = "0.2.3" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 2503 2504[[package]] 2505name = "typenum" 2506version = "1.15.0" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 2509 2510[[package]] 2511name = "unicode-bidi" 2512version = "0.3.7" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" 2515 2516[[package]] 2517name = "unicode-normalization" 2518version = "0.1.19" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 2521dependencies = [ 2522 "tinyvec", 2523] 2524 2525[[package]] 2526name = "unicode-segmentation" 2527version = "1.9.0" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 2530 2531[[package]] 2532name = "unicode-width" 2533version = "0.1.9" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 2536 2537[[package]] 2538name = "unicode-xid" 2539version = "0.2.2" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 2542 2543[[package]] 2544name = "untrusted" 2545version = "0.7.1" 2546source = "registry+https://github.com/rust-lang/crates.io-index" 2547checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2548 2549[[package]] 2550name = "url" 2551version = "2.2.2" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 2554dependencies = [ 2555 "form_urlencoded", 2556 "idna", 2557 "matches", 2558 "percent-encoding", 2559] 2560 2561[[package]] 2562name = "urlencoding" 2563version = "1.3.3" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb" 2566 2567[[package]] 2568name = "utf8parse" 2569version = "0.2.0" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 2572 2573[[package]] 2574name = "valuable" 2575version = "0.1.0" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2578 2579[[package]] 2580name = "vec_map" 2581version = "0.8.2" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2584 2585[[package]] 2586name = "version_check" 2587version = "0.9.4" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2590 2591[[package]] 2592name = "want" 2593version = "0.3.0" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2596dependencies = [ 2597 "log", 2598 "try-lock", 2599] 2600 2601[[package]] 2602name = "wasi" 2603version = "0.10.0+wasi-snapshot-preview1" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2606 2607[[package]] 2608name = "wasm-bindgen" 2609version = "0.2.79" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06" 2612dependencies = [ 2613 "cfg-if", 2614 "wasm-bindgen-macro", 2615] 2616 2617[[package]] 2618name = "wasm-bindgen-backend" 2619version = "0.2.79" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca" 2622dependencies = [ 2623 "bumpalo", 2624 "lazy_static", 2625 "log", 2626 "proc-macro2", 2627 "quote", 2628 "syn", 2629 "wasm-bindgen-shared", 2630] 2631 2632[[package]] 2633name = "wasm-bindgen-macro" 2634version = "0.2.79" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01" 2637dependencies = [ 2638 "quote", 2639 "wasm-bindgen-macro-support", 2640] 2641 2642[[package]] 2643name = "wasm-bindgen-macro-support" 2644version = "0.2.79" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc" 2647dependencies = [ 2648 "proc-macro2", 2649 "quote", 2650 "syn", 2651 "wasm-bindgen-backend", 2652 "wasm-bindgen-shared", 2653] 2654 2655[[package]] 2656name = "wasm-bindgen-shared" 2657version = "0.2.79" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2" 2660 2661[[package]] 2662name = "web-sys" 2663version = "0.3.56" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb" 2666dependencies = [ 2667 "js-sys", 2668 "wasm-bindgen", 2669] 2670 2671[[package]] 2672name = "webpki" 2673version = "0.21.4" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" 2676dependencies = [ 2677 "ring", 2678 "untrusted", 2679] 2680 2681[[package]] 2682name = "which" 2683version = "4.2.4" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2" 2686dependencies = [ 2687 "either", 2688 "lazy_static", 2689 "libc", 2690] 2691 2692[[package]] 2693name = "winapi" 2694version = "0.3.9" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2697dependencies = [ 2698 "winapi-i686-pc-windows-gnu", 2699 "winapi-x86_64-pc-windows-gnu", 2700] 2701 2702[[package]] 2703name = "winapi-i686-pc-windows-gnu" 2704version = "0.4.0" 2705source = "registry+https://github.com/rust-lang/crates.io-index" 2706checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2707 2708[[package]] 2709name = "winapi-util" 2710version = "0.1.5" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2713dependencies = [ 2714 "winapi", 2715] 2716 2717[[package]] 2718name = "winapi-x86_64-pc-windows-gnu" 2719version = "0.4.0" 2720source = "registry+https://github.com/rust-lang/crates.io-index" 2721checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2722 2723[[package]] 2724name = "windows-sys" 2725version = "0.30.0" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "030b7ff91626e57a05ca64a07c481973cbb2db774e4852c9c7ca342408c6a99a" 2728dependencies = [ 2729 "windows_aarch64_msvc 0.30.0", 2730 "windows_i686_gnu 0.30.0", 2731 "windows_i686_msvc 0.30.0", 2732 "windows_x86_64_gnu 0.30.0", 2733 "windows_x86_64_msvc 0.30.0", 2734] 2735 2736[[package]] 2737name = "windows-sys" 2738version = "0.32.0" 2739source = "registry+https://github.com/rust-lang/crates.io-index" 2740checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" 2741dependencies = [ 2742 "windows_aarch64_msvc 0.32.0", 2743 "windows_i686_gnu 0.32.0", 2744 "windows_i686_msvc 0.32.0", 2745 "windows_x86_64_gnu 0.32.0", 2746 "windows_x86_64_msvc 0.32.0", 2747] 2748 2749[[package]] 2750name = "windows_aarch64_msvc" 2751version = "0.30.0" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca" 2754 2755[[package]] 2756name = "windows_aarch64_msvc" 2757version = "0.32.0" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" 2760 2761[[package]] 2762name = "windows_i686_gnu" 2763version = "0.30.0" 2764source = "registry+https://github.com/rust-lang/crates.io-index" 2765checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8" 2766 2767[[package]] 2768name = "windows_i686_gnu" 2769version = "0.32.0" 2770source = "registry+https://github.com/rust-lang/crates.io-index" 2771checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" 2772 2773[[package]] 2774name = "windows_i686_msvc" 2775version = "0.30.0" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6" 2778 2779[[package]] 2780name = "windows_i686_msvc" 2781version = "0.32.0" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" 2784 2785[[package]] 2786name = "windows_x86_64_gnu" 2787version = "0.30.0" 2788source = "registry+https://github.com/rust-lang/crates.io-index" 2789checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a" 2790 2791[[package]] 2792name = "windows_x86_64_gnu" 2793version = "0.32.0" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" 2796 2797[[package]] 2798name = "windows_x86_64_msvc" 2799version = "0.30.0" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1" 2802 2803[[package]] 2804name = "windows_x86_64_msvc" 2805version = "0.32.0" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" 2808 2809[[package]] 2810name = "wyz" 2811version = "0.2.0" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" 2814 2815[[package]] 2816name = "xmlparser" 2817version = "0.13.3" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8" 2820 2821[[package]] 2822name = "zeroize" 2823version = "1.5.2" 2824source = "registry+https://github.com/rust-lang/crates.io-index" 2825checksum = "7c88870063c39ee00ec285a2f8d6a966e5b6fb2becc4e8dac77ed0d370ed6006"