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.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.1.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 19 20[[package]] 21name = "difflib" 22version = "0.4.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 25 26[[package]] 27name = "either" 28version = "1.9.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 31 32[[package]] 33name = "float-cmp" 34version = "0.9.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 37dependencies = [ 38 "num-traits", 39] 40 41[[package]] 42name = "itertools" 43version = "0.11.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 46dependencies = [ 47 "either", 48] 49 50[[package]] 51name = "memchr" 52version = "2.5.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 55 56[[package]] 57name = "normalize-line-endings" 58version = "0.3.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 61 62[[package]] 63name = "num-traits" 64version = "0.2.16" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 67dependencies = [ 68 "autocfg", 69] 70 71[[package]] 72name = "predicates" 73version = "3.0.4" 74dependencies = [ 75 "difflib", 76 "float-cmp", 77 "itertools", 78 "normalize-line-endings", 79 "predicates-core", 80 "predicates-tree", 81 "regex", 82 "termcolor", 83] 84 85[[package]] 86name = "predicates-core" 87version = "1.0.6" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 90 91[[package]] 92name = "predicates-tree" 93version = "1.0.9" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 96dependencies = [ 97 "predicates-core", 98 "termtree", 99] 100 101[[package]] 102name = "regex" 103version = "1.9.3" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a" 106dependencies = [ 107 "aho-corasick", 108 "memchr", 109 "regex-automata", 110 "regex-syntax", 111] 112 113[[package]] 114name = "regex-automata" 115version = "0.3.6" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69" 118dependencies = [ 119 "aho-corasick", 120 "memchr", 121 "regex-syntax", 122] 123 124[[package]] 125name = "regex-syntax" 126version = "0.7.4" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 129 130[[package]] 131name = "termcolor" 132version = "1.4.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" 135dependencies = [ 136 "winapi-util", 137] 138 139[[package]] 140name = "termtree" 141version = "0.4.1" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 144 145[[package]] 146name = "winapi" 147version = "0.3.9" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 150dependencies = [ 151 "winapi-i686-pc-windows-gnu", 152 "winapi-x86_64-pc-windows-gnu", 153] 154 155[[package]] 156name = "winapi-i686-pc-windows-gnu" 157version = "0.4.0" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 160 161[[package]] 162name = "winapi-util" 163version = "0.1.6" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 166dependencies = [ 167 "winapi", 168] 169 170[[package]] 171name = "winapi-x86_64-pc-windows-gnu" 172version = "0.4.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 175