1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3[[package]] 4name = "aho-corasick" 5version = "0.7.15" 6source = "registry+https://github.com/rust-lang/crates.io-index" 7checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" 8dependencies = [ 9 "memchr", 10] 11 12[[package]] 13name = "cfg-if" 14version = "0.1.10" 15source = "registry+https://github.com/rust-lang/crates.io-index" 16checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 17 18[[package]] 19name = "env_logger" 20version = "0.8.2" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e" 23dependencies = [ 24 "log", 25 "regex", 26] 27 28[[package]] 29name = "getrandom" 30version = "0.2.0" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4" 33dependencies = [ 34 "cfg-if", 35 "libc", 36 "wasi", 37] 38 39[[package]] 40name = "lazy_static" 41version = "1.4.0" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 44 45[[package]] 46name = "libc" 47version = "0.2.81" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" 50 51[[package]] 52name = "log" 53version = "0.4.11" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" 56dependencies = [ 57 "cfg-if", 58] 59 60[[package]] 61name = "memchr" 62version = "2.3.4" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 65 66[[package]] 67name = "quickcheck" 68version = "1.0.3" 69dependencies = [ 70 "env_logger", 71 "log", 72 "rand", 73] 74 75[[package]] 76name = "rand" 77version = "0.8.0" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12" 80dependencies = [ 81 "rand_core", 82] 83 84[[package]] 85name = "rand_core" 86version = "0.6.0" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18" 89dependencies = [ 90 "getrandom", 91] 92 93[[package]] 94name = "regex" 95version = "1.4.2" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" 98dependencies = [ 99 "aho-corasick", 100 "memchr", 101 "regex-syntax", 102 "thread_local", 103] 104 105[[package]] 106name = "regex-syntax" 107version = "0.6.21" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" 110 111[[package]] 112name = "thread_local" 113version = "1.0.1" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 116dependencies = [ 117 "lazy_static", 118] 119 120[[package]] 121name = "wasi" 122version = "0.9.0+wasi-snapshot-preview1" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 125