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.19" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "atomic-polyfill" 16version = "1.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d299f547288d6db8d5c3a2916f7b2f66134b15b8c1ac1c4357dd3b8752af7bb2" 19dependencies = [ 20 "critical-section", 21] 22 23[[package]] 24name = "bitflags" 25version = "1.3.2" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 28 29[[package]] 30name = "cfg-if" 31version = "1.0.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 34 35[[package]] 36name = "critical-section" 37version = "1.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52" 40 41[[package]] 42name = "crossbeam-utils" 43version = "0.8.11" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" 46dependencies = [ 47 "cfg-if", 48 "once_cell 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)", 49] 50 51[[package]] 52name = "lazy_static" 53version = "1.4.0" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 56 57[[package]] 58name = "libc" 59version = "0.2.132" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" 62 63[[package]] 64name = "memchr" 65version = "2.5.0" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 68 69[[package]] 70name = "once_cell" 71version = "1.14.0" 72dependencies = [ 73 "atomic-polyfill", 74 "crossbeam-utils", 75 "lazy_static", 76 "parking_lot_core", 77 "regex", 78] 79 80[[package]] 81name = "once_cell" 82version = "1.14.0" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" 85 86[[package]] 87name = "parking_lot_core" 88version = "0.9.3" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 91dependencies = [ 92 "cfg-if", 93 "libc", 94 "redox_syscall", 95 "smallvec", 96 "windows-sys", 97] 98 99[[package]] 100name = "redox_syscall" 101version = "0.2.16" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 104dependencies = [ 105 "bitflags", 106] 107 108[[package]] 109name = "regex" 110version = "1.6.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 113dependencies = [ 114 "aho-corasick", 115 "memchr", 116 "regex-syntax", 117] 118 119[[package]] 120name = "regex-syntax" 121version = "0.6.27" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 124 125[[package]] 126name = "smallvec" 127version = "1.9.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 130 131[[package]] 132name = "windows-sys" 133version = "0.36.1" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 136dependencies = [ 137 "windows_aarch64_msvc", 138 "windows_i686_gnu", 139 "windows_i686_msvc", 140 "windows_x86_64_gnu", 141 "windows_x86_64_msvc", 142] 143 144[[package]] 145name = "windows_aarch64_msvc" 146version = "0.36.1" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 149 150[[package]] 151name = "windows_i686_gnu" 152version = "0.36.1" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 155 156[[package]] 157name = "windows_i686_msvc" 158version = "0.36.1" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 161 162[[package]] 163name = "windows_x86_64_gnu" 164version = "0.36.1" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 167 168[[package]] 169name = "windows_x86_64_msvc" 170version = "0.36.1" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 173 174[[package]] 175name = "xshell" 176version = "0.2.2" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "6d47097dc5c85234b1e41851b3422dd6d19b3befdd35b4ae5ce386724aeca981" 179dependencies = [ 180 "xshell-macros", 181] 182 183[[package]] 184name = "xshell-macros" 185version = "0.2.2" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "88301b56c26dd9bf5c43d858538f82d6f3f7764767defbc5d34e59459901c41a" 188 189[[package]] 190name = "xtask" 191version = "0.0.0" 192dependencies = [ 193 "xshell", 194] 195