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.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "aliases" 16version = "0.1.0" 17dependencies = [ 18 "env_logger", 19 "log 0.3.9", 20 "log 0.4.14", 21 "names 0.12.1-dev", 22 "names 0.13.0", 23 "value-bag", 24] 25 26[[package]] 27name = "atty" 28version = "0.2.14" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 31dependencies = [ 32 "hermit-abi", 33 "libc", 34 "winapi", 35] 36 37[[package]] 38name = "autocfg" 39version = "1.1.0" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 42 43[[package]] 44name = "bitflags" 45version = "1.3.2" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 48 49[[package]] 50name = "cfg-if" 51version = "1.0.0" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 54 55[[package]] 56name = "clap" 57version = "3.2.23" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 60dependencies = [ 61 "atty", 62 "bitflags", 63 "clap_derive", 64 "clap_lex", 65 "indexmap", 66 "once_cell", 67 "strsim", 68 "termcolor", 69 "textwrap", 70] 71 72[[package]] 73name = "clap_derive" 74version = "3.2.18" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 77dependencies = [ 78 "heck", 79 "proc-macro-error", 80 "proc-macro2", 81 "quote", 82 "syn", 83] 84 85[[package]] 86name = "clap_lex" 87version = "0.2.4" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 90dependencies = [ 91 "os_str_bytes", 92] 93 94[[package]] 95name = "ctor" 96version = "0.1.26" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 99dependencies = [ 100 "quote", 101 "syn", 102] 103 104[[package]] 105name = "env_logger" 106version = "0.9.3" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 109dependencies = [ 110 "atty", 111 "humantime", 112 "log 0.4.14", 113 "regex", 114 "termcolor", 115] 116 117[[package]] 118name = "getrandom" 119version = "0.2.8" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 122dependencies = [ 123 "cfg-if", 124 "libc", 125 "wasi", 126] 127 128[[package]] 129name = "hashbrown" 130version = "0.12.3" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 133 134[[package]] 135name = "heck" 136version = "0.4.1" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 139 140[[package]] 141name = "hermit-abi" 142version = "0.1.19" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 145dependencies = [ 146 "libc", 147] 148 149[[package]] 150name = "humantime" 151version = "2.1.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 154 155[[package]] 156name = "indexmap" 157version = "1.9.2" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 160dependencies = [ 161 "autocfg", 162 "hashbrown", 163] 164 165[[package]] 166name = "libc" 167version = "0.2.139" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 170 171[[package]] 172name = "log" 173version = "0.3.9" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 176dependencies = [ 177 "log 0.4.14", 178] 179 180[[package]] 181name = "log" 182version = "0.4.14" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 185dependencies = [ 186 "cfg-if", 187] 188 189[[package]] 190name = "memchr" 191version = "2.5.0" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 194 195[[package]] 196name = "names" 197version = "0.12.1-dev" 198source = "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f" 199dependencies = [ 200 "clap", 201 "rand", 202] 203 204[[package]] 205name = "names" 206version = "0.13.0" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" 209dependencies = [ 210 "clap", 211 "rand", 212] 213 214[[package]] 215name = "once_cell" 216version = "1.17.1" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 219 220[[package]] 221name = "os_str_bytes" 222version = "6.4.1" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 225 226[[package]] 227name = "ppv-lite86" 228version = "0.2.17" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 231 232[[package]] 233name = "proc-macro-error" 234version = "1.0.4" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 237dependencies = [ 238 "proc-macro-error-attr", 239 "proc-macro2", 240 "quote", 241 "syn", 242 "version_check", 243] 244 245[[package]] 246name = "proc-macro-error-attr" 247version = "1.0.4" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 250dependencies = [ 251 "proc-macro2", 252 "quote", 253 "version_check", 254] 255 256[[package]] 257name = "proc-macro2" 258version = "1.0.51" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 261dependencies = [ 262 "unicode-ident", 263] 264 265[[package]] 266name = "quote" 267version = "1.0.23" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 270dependencies = [ 271 "proc-macro2", 272] 273 274[[package]] 275name = "rand" 276version = "0.8.5" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 279dependencies = [ 280 "libc", 281 "rand_chacha", 282 "rand_core", 283] 284 285[[package]] 286name = "rand_chacha" 287version = "0.3.1" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 290dependencies = [ 291 "ppv-lite86", 292 "rand_core", 293] 294 295[[package]] 296name = "rand_core" 297version = "0.6.4" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 300dependencies = [ 301 "getrandom", 302] 303 304[[package]] 305name = "regex" 306version = "1.7.1" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 309dependencies = [ 310 "aho-corasick", 311 "memchr", 312 "regex-syntax", 313] 314 315[[package]] 316name = "regex-syntax" 317version = "0.6.28" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 320 321[[package]] 322name = "strsim" 323version = "0.10.0" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 326 327[[package]] 328name = "syn" 329version = "1.0.109" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 332dependencies = [ 333 "proc-macro2", 334 "quote", 335 "unicode-ident", 336] 337 338[[package]] 339name = "termcolor" 340version = "1.2.0" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 343dependencies = [ 344 "winapi-util", 345] 346 347[[package]] 348name = "textwrap" 349version = "0.16.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 352 353[[package]] 354name = "unicode-ident" 355version = "1.0.6" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 358 359[[package]] 360name = "value-bag" 361version = "1.0.0-alpha.7" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae" 364dependencies = [ 365 "ctor", 366 "version_check", 367] 368 369[[package]] 370name = "version_check" 371version = "0.9.4" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 374 375[[package]] 376name = "wasi" 377version = "0.11.0+wasi-snapshot-preview1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 380 381[[package]] 382name = "winapi" 383version = "0.3.9" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 386dependencies = [ 387 "winapi-i686-pc-windows-gnu", 388 "winapi-x86_64-pc-windows-gnu", 389] 390 391[[package]] 392name = "winapi-i686-pc-windows-gnu" 393version = "0.4.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 396 397[[package]] 398name = "winapi-util" 399version = "0.1.5" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 402dependencies = [ 403 "winapi", 404] 405 406[[package]] 407name = "winapi-x86_64-pc-windows-gnu" 408version = "0.4.0" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 411