1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.17.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "aho-corasick" 22version = "0.7.18" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "atty" 31version = "0.2.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 34dependencies = [ 35 "hermit-abi", 36 "libc", 37 "winapi", 38] 39 40[[package]] 41name = "autocfg" 42version = "1.1.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 45 46[[package]] 47name = "backtrace" 48version = "0.3.65" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61" 51dependencies = [ 52 "addr2line", 53 "cc", 54 "cfg-if", 55 "libc", 56 "miniz_oxide", 57 "object", 58 "rustc-demangle", 59] 60 61[[package]] 62name = "cc" 63version = "1.0.73" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 66 67[[package]] 68name = "cfg-if" 69version = "1.0.0" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 72 73[[package]] 74name = "chrono" 75version = "0.4.19" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 78dependencies = [ 79 "libc", 80 "num-integer", 81 "num-traits", 82 "time", 83 "winapi", 84] 85 86[[package]] 87name = "env_logger" 88version = "0.9.0" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 91dependencies = [ 92 "atty", 93 "humantime", 94 "log", 95 "regex", 96 "termcolor", 97] 98 99[[package]] 100name = "failure" 101version = "0.1.8" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 104dependencies = [ 105 "backtrace", 106 "failure_derive", 107] 108 109[[package]] 110name = "failure_derive" 111version = "0.1.8" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 114dependencies = [ 115 "proc-macro2", 116 "quote", 117 "syn", 118 "synstructure", 119] 120 121[[package]] 122name = "gimli" 123version = "0.26.1" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" 126 127[[package]] 128name = "hermit-abi" 129version = "0.1.19" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 132dependencies = [ 133 "libc", 134] 135 136[[package]] 137name = "humantime" 138version = "2.1.0" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 141 142[[package]] 143name = "libc" 144version = "0.2.126" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 147 148[[package]] 149name = "linked-hash-map" 150version = "0.5.4" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" 153 154[[package]] 155name = "log" 156version = "0.4.17" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 159dependencies = [ 160 "cfg-if", 161] 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 = "miniz_oxide" 171version = "0.5.3" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 174dependencies = [ 175 "adler", 176] 177 178[[package]] 179name = "num-integer" 180version = "0.1.45" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 183dependencies = [ 184 "autocfg", 185 "num-traits", 186] 187 188[[package]] 189name = "num-traits" 190version = "0.2.15" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 193dependencies = [ 194 "autocfg", 195] 196 197[[package]] 198name = "num_cpus" 199version = "1.13.1" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 202dependencies = [ 203 "hermit-abi", 204 "libc", 205] 206 207[[package]] 208name = "object" 209version = "0.28.4" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" 212dependencies = [ 213 "memchr", 214] 215 216[[package]] 217name = "proc-macro2" 218version = "1.0.40" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" 221dependencies = [ 222 "unicode-ident", 223] 224 225[[package]] 226name = "ptest" 227version = "0.1.0" 228dependencies = [ 229 "chrono", 230 "env_logger", 231 "failure", 232 "log", 233 "num_cpus", 234 "std-semaphore", 235 "yaml-rust", 236] 237 238[[package]] 239name = "quote" 240version = "1.0.20" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" 243dependencies = [ 244 "proc-macro2", 245] 246 247[[package]] 248name = "regex" 249version = "1.5.6" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" 252dependencies = [ 253 "aho-corasick", 254 "memchr", 255 "regex-syntax", 256] 257 258[[package]] 259name = "regex-syntax" 260version = "0.6.26" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" 263 264[[package]] 265name = "rustc-demangle" 266version = "0.1.21" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 269 270[[package]] 271name = "std-semaphore" 272version = "0.1.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e" 275 276[[package]] 277name = "syn" 278version = "1.0.98" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" 281dependencies = [ 282 "proc-macro2", 283 "quote", 284 "unicode-ident", 285] 286 287[[package]] 288name = "synstructure" 289version = "0.12.6" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 292dependencies = [ 293 "proc-macro2", 294 "quote", 295 "syn", 296 "unicode-xid", 297] 298 299[[package]] 300name = "termcolor" 301version = "1.1.3" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 304dependencies = [ 305 "winapi-util", 306] 307 308[[package]] 309name = "time" 310version = "0.1.44" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 313dependencies = [ 314 "libc", 315 "wasi", 316 "winapi", 317] 318 319[[package]] 320name = "unicode-ident" 321version = "1.0.1" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" 324 325[[package]] 326name = "unicode-xid" 327version = "0.2.3" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 330 331[[package]] 332name = "wasi" 333version = "0.10.0+wasi-snapshot-preview1" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 336 337[[package]] 338name = "winapi" 339version = "0.3.9" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 342dependencies = [ 343 "winapi-i686-pc-windows-gnu", 344 "winapi-x86_64-pc-windows-gnu", 345] 346 347[[package]] 348name = "winapi-i686-pc-windows-gnu" 349version = "0.4.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 352 353[[package]] 354name = "winapi-util" 355version = "0.1.5" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 358dependencies = [ 359 "winapi", 360] 361 362[[package]] 363name = "winapi-x86_64-pc-windows-gnu" 364version = "0.4.0" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 367 368[[package]] 369name = "yaml-rust" 370version = "0.4.5" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 373dependencies = [ 374 "linked-hash-map", 375] 376