1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aliases" 7version = "0.1.0" 8dependencies = [ 9 "log 0.3.9", 10 "log 0.4.14", 11 "names 0.12.1-dev", 12 "names 0.13.0", 13 "value-bag", 14] 15 16[[package]] 17name = "atty" 18version = "0.2.14" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 21dependencies = [ 22 "hermit-abi", 23 "libc", 24 "winapi", 25] 26 27[[package]] 28name = "autocfg" 29version = "1.1.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 32 33[[package]] 34name = "bitflags" 35version = "1.3.2" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 38 39[[package]] 40name = "cfg-if" 41version = "1.0.0" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 44 45[[package]] 46name = "clap" 47version = "3.1.5" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312" 50dependencies = [ 51 "atty", 52 "bitflags", 53 "clap_derive", 54 "indexmap", 55 "lazy_static", 56 "os_str_bytes", 57 "strsim", 58 "termcolor", 59 "textwrap", 60] 61 62[[package]] 63name = "clap_derive" 64version = "3.1.4" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16" 67dependencies = [ 68 "heck", 69 "proc-macro-error", 70 "proc-macro2", 71 "quote", 72 "syn", 73] 74 75[[package]] 76name = "ctor" 77version = "0.1.21" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" 80dependencies = [ 81 "quote", 82 "syn", 83] 84 85[[package]] 86name = "getrandom" 87version = "0.2.5" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77" 90dependencies = [ 91 "cfg-if", 92 "libc", 93 "wasi", 94] 95 96[[package]] 97name = "hashbrown" 98version = "0.11.2" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 101 102[[package]] 103name = "heck" 104version = "0.4.0" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 107 108[[package]] 109name = "hermit-abi" 110version = "0.1.19" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 113dependencies = [ 114 "libc", 115] 116 117[[package]] 118name = "indexmap" 119version = "1.8.0" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" 122dependencies = [ 123 "autocfg", 124 "hashbrown", 125] 126 127[[package]] 128name = "lazy_static" 129version = "1.4.0" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 132 133[[package]] 134name = "libc" 135version = "0.2.119" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" 138 139[[package]] 140name = "log" 141version = "0.3.9" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 144dependencies = [ 145 "log 0.4.14", 146] 147 148[[package]] 149name = "log" 150version = "0.4.14" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 153dependencies = [ 154 "cfg-if", 155] 156 157[[package]] 158name = "memchr" 159version = "2.4.1" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 162 163[[package]] 164name = "names" 165version = "0.12.1-dev" 166source = "git+https://github.com/fnichol/names.git?rev=760516503b89ddc8bc2ab42d579d4566cfb1054f#760516503b89ddc8bc2ab42d579d4566cfb1054f" 167dependencies = [ 168 "clap", 169 "rand", 170] 171 172[[package]] 173name = "names" 174version = "0.13.0" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" 177dependencies = [ 178 "clap", 179 "rand", 180] 181 182[[package]] 183name = "os_str_bytes" 184version = "6.0.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" 187dependencies = [ 188 "memchr", 189] 190 191[[package]] 192name = "ppv-lite86" 193version = "0.2.16" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 196 197[[package]] 198name = "proc-macro-error" 199version = "1.0.4" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 202dependencies = [ 203 "proc-macro-error-attr", 204 "proc-macro2", 205 "quote", 206 "syn", 207 "version_check", 208] 209 210[[package]] 211name = "proc-macro-error-attr" 212version = "1.0.4" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 215dependencies = [ 216 "proc-macro2", 217 "quote", 218 "version_check", 219] 220 221[[package]] 222name = "proc-macro2" 223version = "1.0.36" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 226dependencies = [ 227 "unicode-xid", 228] 229 230[[package]] 231name = "quote" 232version = "1.0.15" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" 235dependencies = [ 236 "proc-macro2", 237] 238 239[[package]] 240name = "rand" 241version = "0.8.5" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 244dependencies = [ 245 "libc", 246 "rand_chacha", 247 "rand_core", 248] 249 250[[package]] 251name = "rand_chacha" 252version = "0.3.1" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 255dependencies = [ 256 "ppv-lite86", 257 "rand_core", 258] 259 260[[package]] 261name = "rand_core" 262version = "0.6.3" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 265dependencies = [ 266 "getrandom", 267] 268 269[[package]] 270name = "strsim" 271version = "0.10.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 274 275[[package]] 276name = "syn" 277version = "1.0.86" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" 280dependencies = [ 281 "proc-macro2", 282 "quote", 283 "unicode-xid", 284] 285 286[[package]] 287name = "termcolor" 288version = "1.1.3" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 291dependencies = [ 292 "winapi-util", 293] 294 295[[package]] 296name = "textwrap" 297version = "0.15.0" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 300 301[[package]] 302name = "unicode-xid" 303version = "0.2.2" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 306 307[[package]] 308name = "value-bag" 309version = "1.0.0-alpha.7" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae" 312dependencies = [ 313 "ctor", 314 "version_check", 315] 316 317[[package]] 318name = "version_check" 319version = "0.9.4" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 322 323[[package]] 324name = "wasi" 325version = "0.10.2+wasi-snapshot-preview1" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 328 329[[package]] 330name = "winapi" 331version = "0.3.9" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 334dependencies = [ 335 "winapi-i686-pc-windows-gnu", 336 "winapi-x86_64-pc-windows-gnu", 337] 338 339[[package]] 340name = "winapi-i686-pc-windows-gnu" 341version = "0.4.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 344 345[[package]] 346name = "winapi-util" 347version = "0.1.5" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 350dependencies = [ 351 "winapi", 352] 353 354[[package]] 355name = "winapi-x86_64-pc-windows-gnu" 356version = "0.4.0" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 359