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.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "cfg-if" 16version = "1.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 19 20[[package]] 21name = "getrandom" 22version = "0.2.8" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 25dependencies = [ 26 "cfg-if", 27 "libc", 28 "wasi", 29] 30 31[[package]] 32name = "lazy_static" 33version = "1.4.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 36 37[[package]] 38name = "libc" 39version = "0.2.139" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 42 43[[package]] 44name = "memchr" 45version = "2.5.0" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 48 49[[package]] 50name = "quickcheck" 51version = "1.0.3" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 54dependencies = [ 55 "rand", 56] 57 58[[package]] 59name = "rand" 60version = "0.8.5" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 63dependencies = [ 64 "rand_core", 65] 66 67[[package]] 68name = "rand_core" 69version = "0.6.4" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 72dependencies = [ 73 "getrandom", 74] 75 76[[package]] 77name = "regex" 78version = "1.7.3" 79dependencies = [ 80 "aho-corasick", 81 "lazy_static", 82 "memchr", 83 "quickcheck", 84 "rand", 85 "regex-syntax", 86] 87 88[[package]] 89name = "regex-syntax" 90version = "0.6.29" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 93 94[[package]] 95name = "wasi" 96version = "0.11.0+wasi-snapshot-preview1" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 99