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 = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anyhow" 16version = "1.0.72" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 19 20[[package]] 21name = "argh" 22version = "0.1.10" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e" 25dependencies = [ 26 "argh_derive", 27 "argh_shared", 28] 29 30[[package]] 31name = "argh_derive" 32version = "0.1.10" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6" 35dependencies = [ 36 "argh_shared", 37 "proc-macro2", 38 "quote", 39 "syn 1.0.109", 40] 41 42[[package]] 43name = "argh_shared" 44version = "0.1.10" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f" 47 48[[package]] 49name = "bitflags" 50version = "1.3.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 53 54[[package]] 55name = "bitflags" 56version = "2.3.3" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 59 60[[package]] 61name = "cc" 62version = "1.0.79" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 65 66[[package]] 67name = "cfg-if" 68version = "1.0.0" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 71 72[[package]] 73name = "ctrlc" 74version = "3.4.0" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 77dependencies = [ 78 "nix", 79 "windows-sys", 80] 81 82[[package]] 83name = "env_logger" 84version = "0.10.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 87dependencies = [ 88 "humantime", 89 "is-terminal", 90 "log", 91 "regex", 92 "termcolor", 93] 94 95[[package]] 96name = "errno" 97version = "0.3.1" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 100dependencies = [ 101 "errno-dragonfly", 102 "libc", 103 "windows-sys", 104] 105 106[[package]] 107name = "errno-dragonfly" 108version = "0.1.2" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 111dependencies = [ 112 "cc", 113 "libc", 114] 115 116[[package]] 117name = "hermit-abi" 118version = "0.3.2" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 121 122[[package]] 123name = "humantime" 124version = "2.1.0" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 127 128[[package]] 129name = "is-terminal" 130version = "0.4.9" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 133dependencies = [ 134 "hermit-abi", 135 "rustix", 136 "windows-sys", 137] 138 139[[package]] 140name = "itoa" 141version = "1.0.9" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 144 145[[package]] 146name = "libc" 147version = "0.2.147" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 150 151[[package]] 152name = "linux-raw-sys" 153version = "0.4.3" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 156 157[[package]] 158name = "log" 159version = "0.4.19" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 162 163[[package]] 164name = "memchr" 165version = "2.5.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 168 169[[package]] 170name = "memstats" 171version = "0.1.0" 172dependencies = [ 173 "anyhow", 174 "argh", 175 "ctrlc", 176 "env_logger", 177 "log", 178 "regex", 179 "serde", 180 "serde_json", 181] 182 183[[package]] 184name = "nix" 185version = "0.26.2" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 188dependencies = [ 189 "bitflags 1.3.2", 190 "cfg-if", 191 "libc", 192 "static_assertions", 193] 194 195[[package]] 196name = "proc-macro2" 197version = "1.0.66" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 200dependencies = [ 201 "unicode-ident", 202] 203 204[[package]] 205name = "quote" 206version = "1.0.31" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" 209dependencies = [ 210 "proc-macro2", 211] 212 213[[package]] 214name = "regex" 215version = "1.9.1" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 218dependencies = [ 219 "aho-corasick", 220 "memchr", 221 "regex-automata", 222 "regex-syntax", 223] 224 225[[package]] 226name = "regex-automata" 227version = "0.3.3" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 230dependencies = [ 231 "aho-corasick", 232 "memchr", 233 "regex-syntax", 234] 235 236[[package]] 237name = "regex-syntax" 238version = "0.7.4" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 241 242[[package]] 243name = "rustix" 244version = "0.38.4" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 247dependencies = [ 248 "bitflags 2.3.3", 249 "errno", 250 "libc", 251 "linux-raw-sys", 252 "windows-sys", 253] 254 255[[package]] 256name = "ryu" 257version = "1.0.15" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 260 261[[package]] 262name = "serde" 263version = "1.0.171" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" 266dependencies = [ 267 "serde_derive", 268] 269 270[[package]] 271name = "serde_derive" 272version = "1.0.171" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" 275dependencies = [ 276 "proc-macro2", 277 "quote", 278 "syn 2.0.26", 279] 280 281[[package]] 282name = "serde_json" 283version = "1.0.103" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" 286dependencies = [ 287 "itoa", 288 "ryu", 289 "serde", 290] 291 292[[package]] 293name = "static_assertions" 294version = "1.1.0" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 297 298[[package]] 299name = "syn" 300version = "1.0.109" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 303dependencies = [ 304 "proc-macro2", 305 "quote", 306 "unicode-ident", 307] 308 309[[package]] 310name = "syn" 311version = "2.0.26" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" 314dependencies = [ 315 "proc-macro2", 316 "quote", 317 "unicode-ident", 318] 319 320[[package]] 321name = "termcolor" 322version = "1.2.0" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 325dependencies = [ 326 "winapi-util", 327] 328 329[[package]] 330name = "unicode-ident" 331version = "1.0.11" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 334 335[[package]] 336name = "winapi" 337version = "0.3.9" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 340dependencies = [ 341 "winapi-i686-pc-windows-gnu", 342 "winapi-x86_64-pc-windows-gnu", 343] 344 345[[package]] 346name = "winapi-i686-pc-windows-gnu" 347version = "0.4.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 350 351[[package]] 352name = "winapi-util" 353version = "0.1.5" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 356dependencies = [ 357 "winapi", 358] 359 360[[package]] 361name = "winapi-x86_64-pc-windows-gnu" 362version = "0.4.0" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 365 366[[package]] 367name = "windows-sys" 368version = "0.48.0" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 371dependencies = [ 372 "windows-targets", 373] 374 375[[package]] 376name = "windows-targets" 377version = "0.48.1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 380dependencies = [ 381 "windows_aarch64_gnullvm", 382 "windows_aarch64_msvc", 383 "windows_i686_gnu", 384 "windows_i686_msvc", 385 "windows_x86_64_gnu", 386 "windows_x86_64_gnullvm", 387 "windows_x86_64_msvc", 388] 389 390[[package]] 391name = "windows_aarch64_gnullvm" 392version = "0.48.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 395 396[[package]] 397name = "windows_aarch64_msvc" 398version = "0.48.0" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 401 402[[package]] 403name = "windows_i686_gnu" 404version = "0.48.0" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 407 408[[package]] 409name = "windows_i686_msvc" 410version = "0.48.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 413 414[[package]] 415name = "windows_x86_64_gnu" 416version = "0.48.0" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 419 420[[package]] 421name = "windows_x86_64_gnullvm" 422version = "0.48.0" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 425 426[[package]] 427name = "windows_x86_64_msvc" 428version = "0.48.0" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 431