1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler2" 7version = "2.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 10 11[[package]] 12name = "cc" 13version = "1.1.14" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932" 16dependencies = [ 17 "shlex", 18] 19 20[[package]] 21name = "cfg-if" 22version = "1.0.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 25 26[[package]] 27name = "cloudflare-zlib-sys" 28version = "0.3.3" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "c3185ff8c69c53ab346d5ac89f418e194b997d48393cae321cb611dd05f83c90" 31dependencies = [ 32 "cc", 33] 34 35[[package]] 36name = "cmake" 37version = "0.1.50" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 40dependencies = [ 41 "cc", 42] 43 44[[package]] 45name = "crc32fast" 46version = "1.4.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 49dependencies = [ 50 "cfg-if", 51] 52 53[[package]] 54name = "flate2" 55version = "1.0.35" 56dependencies = [ 57 "cloudflare-zlib-sys", 58 "crc32fast", 59 "libz-ng-sys", 60 "libz-rs-sys", 61 "libz-sys", 62 "miniz_oxide", 63 "quickcheck", 64 "rand", 65] 66 67[[package]] 68name = "getrandom" 69version = "0.2.12" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 72dependencies = [ 73 "cfg-if", 74 "libc", 75 "wasi", 76] 77 78[[package]] 79name = "libc" 80version = "0.2.153" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 83 84[[package]] 85name = "libz-ng-sys" 86version = "1.1.16" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "4436751a01da56f1277f323c80d584ffad94a3d14aecd959dd0dff75aa73a438" 89dependencies = [ 90 "cmake", 91 "libc", 92] 93 94[[package]] 95name = "libz-rs-sys" 96version = "0.4.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "39cc71ac688c22a9f5730a38171ac94795c071ac81d1a0ab5537f6ef164fff30" 99dependencies = [ 100 "zlib-rs", 101] 102 103[[package]] 104name = "libz-sys" 105version = "1.1.20" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" 108dependencies = [ 109 "cc", 110 "cmake", 111 "libc", 112 "pkg-config", 113 "vcpkg", 114] 115 116[[package]] 117name = "miniz_oxide" 118version = "0.8.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 121dependencies = [ 122 "adler2", 123] 124 125[[package]] 126name = "pkg-config" 127version = "0.3.30" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 130 131[[package]] 132name = "ppv-lite86" 133version = "0.2.17" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 136 137[[package]] 138name = "quickcheck" 139version = "1.0.3" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 142dependencies = [ 143 "rand", 144] 145 146[[package]] 147name = "rand" 148version = "0.8.5" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 151dependencies = [ 152 "libc", 153 "rand_chacha", 154 "rand_core", 155] 156 157[[package]] 158name = "rand_chacha" 159version = "0.3.1" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 162dependencies = [ 163 "ppv-lite86", 164 "rand_core", 165] 166 167[[package]] 168name = "rand_core" 169version = "0.6.4" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 172dependencies = [ 173 "getrandom", 174] 175 176[[package]] 177name = "shlex" 178version = "1.3.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 181 182[[package]] 183name = "vcpkg" 184version = "0.2.15" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 187 188[[package]] 189name = "wasi" 190version = "0.11.0+wasi-snapshot-preview1" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 193 194[[package]] 195name = "zlib-rs" 196version = "0.4.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "2ca4a9dc6566c9224cc161dedc5577bd81f4a9ee0f9fbe80592756d096b07ee5" 199