|
| 1 | +# This file is automatically @generated by Cargo. |
| 2 | +# It is not intended for manual editing. |
| 3 | +[[package]] |
| 4 | +name = "ahash" |
| 5 | +version = "0.3.8" |
| 6 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7 | +checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" |
| 8 | + |
| 9 | +[[package]] |
| 10 | +name = "ahash" |
| 11 | +version = "0.7.0" |
| 12 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 13 | +checksum = "efa60d2eadd8b12a996add391db32bd1153eac697ba4869660c0016353611426" |
| 14 | +dependencies = [ |
| 15 | + "getrandom", |
| 16 | + "once_cell", |
| 17 | + "version_check", |
| 18 | +] |
| 19 | + |
| 20 | +[[package]] |
| 21 | +name = "autocfg" |
| 22 | +version = "1.5.0" |
| 23 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 25 | + |
| 26 | +[[package]] |
| 27 | +name = "bech32" |
| 28 | +version = "0.9.1" |
| 29 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | +checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" |
| 31 | + |
| 32 | +[[package]] |
| 33 | +name = "bitcoin" |
| 34 | +version = "0.29.2" |
| 35 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | +checksum = "0694ea59225b0c5f3cb405ff3f670e4828358ed26aec49dc352f730f0cb1a8a3" |
| 37 | +dependencies = [ |
| 38 | + "bech32", |
| 39 | + "bitcoin_hashes", |
| 40 | + "core2", |
| 41 | + "hashbrown 0.8.2", |
| 42 | + "secp256k1", |
| 43 | + "serde", |
| 44 | +] |
| 45 | + |
| 46 | +[[package]] |
| 47 | +name = "bitcoin_hashes" |
| 48 | +version = "0.11.0" |
| 49 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | +checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" |
| 51 | +dependencies = [ |
| 52 | + "core2", |
| 53 | + "serde", |
| 54 | +] |
| 55 | + |
| 56 | +[[package]] |
| 57 | +name = "cc" |
| 58 | +version = "1.0.62" |
| 59 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 60 | +checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40" |
| 61 | + |
| 62 | +[[package]] |
| 63 | +name = "cfg-if" |
| 64 | +version = "1.0.0" |
| 65 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 67 | + |
| 68 | +[[package]] |
| 69 | +name = "core2" |
| 70 | +version = "0.3.3" |
| 71 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | +checksum = "239fa3ae9b63c2dc74bd3fa852d4792b8b305ae64eeede946265b6af62f1fff3" |
| 73 | +dependencies = [ |
| 74 | + "memchr", |
| 75 | +] |
| 76 | + |
| 77 | +[[package]] |
| 78 | +name = "getrandom" |
| 79 | +version = "0.2.16" |
| 80 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 82 | +dependencies = [ |
| 83 | + "cfg-if", |
| 84 | + "libc", |
| 85 | + "wasi", |
| 86 | +] |
| 87 | + |
| 88 | +[[package]] |
| 89 | +name = "hashbrown" |
| 90 | +version = "0.8.2" |
| 91 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | +checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25" |
| 93 | +dependencies = [ |
| 94 | + "ahash 0.3.8", |
| 95 | + "autocfg", |
| 96 | +] |
| 97 | + |
| 98 | +[[package]] |
| 99 | +name = "hashbrown" |
| 100 | +version = "0.11.0" |
| 101 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | +checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5" |
| 103 | +dependencies = [ |
| 104 | + "ahash 0.7.0", |
| 105 | +] |
| 106 | + |
| 107 | +[[package]] |
| 108 | +name = "libc" |
| 109 | +version = "0.2.154" |
| 110 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 | +checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" |
| 112 | + |
| 113 | +[[package]] |
| 114 | +name = "memchr" |
| 115 | +version = "2.4.0" |
| 116 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | +checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" |
| 118 | + |
| 119 | +[[package]] |
| 120 | +name = "miniscript" |
| 121 | +version = "9.2.0" |
| 122 | +dependencies = [ |
| 123 | + "bitcoin", |
| 124 | + "hashbrown 0.11.0", |
| 125 | + "rand", |
| 126 | + "secp256k1", |
| 127 | + "serde", |
| 128 | +] |
| 129 | + |
| 130 | +[[package]] |
| 131 | +name = "once_cell" |
| 132 | +version = "1.13.0" |
| 133 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" |
| 135 | + |
| 136 | +[[package]] |
| 137 | +name = "ppv-lite86" |
| 138 | +version = "0.2.8" |
| 139 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 140 | +checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
| 141 | + |
| 142 | +[[package]] |
| 143 | +name = "proc-macro2" |
| 144 | +version = "1.0.63" |
| 145 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" |
| 147 | +dependencies = [ |
| 148 | + "unicode-ident", |
| 149 | +] |
| 150 | + |
| 151 | +[[package]] |
| 152 | +name = "quote" |
| 153 | +version = "1.0.30" |
| 154 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | +checksum = "5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb" |
| 156 | +dependencies = [ |
| 157 | + "proc-macro2", |
| 158 | +] |
| 159 | + |
| 160 | +[[package]] |
| 161 | +name = "rand" |
| 162 | +version = "0.8.5" |
| 163 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 | +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 165 | +dependencies = [ |
| 166 | + "libc", |
| 167 | + "rand_chacha", |
| 168 | + "rand_core", |
| 169 | +] |
| 170 | + |
| 171 | +[[package]] |
| 172 | +name = "rand_chacha" |
| 173 | +version = "0.3.1" |
| 174 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 175 | +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 176 | +dependencies = [ |
| 177 | + "ppv-lite86", |
| 178 | + "rand_core", |
| 179 | +] |
| 180 | + |
| 181 | +[[package]] |
| 182 | +name = "rand_core" |
| 183 | +version = "0.6.4" |
| 184 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 | +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 186 | +dependencies = [ |
| 187 | + "getrandom", |
| 188 | +] |
| 189 | + |
| 190 | +[[package]] |
| 191 | +name = "secp256k1" |
| 192 | +version = "0.24.3" |
| 193 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | +checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62" |
| 195 | +dependencies = [ |
| 196 | + "bitcoin_hashes", |
| 197 | + "rand", |
| 198 | + "secp256k1-sys", |
| 199 | + "serde", |
| 200 | +] |
| 201 | + |
| 202 | +[[package]] |
| 203 | +name = "secp256k1-sys" |
| 204 | +version = "0.6.1" |
| 205 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 206 | +checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b" |
| 207 | +dependencies = [ |
| 208 | + "cc", |
| 209 | +] |
| 210 | + |
| 211 | +[[package]] |
| 212 | +name = "serde" |
| 213 | +version = "1.0.156" |
| 214 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 215 | +checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" |
| 216 | +dependencies = [ |
| 217 | + "serde_derive", |
| 218 | +] |
| 219 | + |
| 220 | +[[package]] |
| 221 | +name = "serde_derive" |
| 222 | +version = "1.0.156" |
| 223 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 | +checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" |
| 225 | +dependencies = [ |
| 226 | + "proc-macro2", |
| 227 | + "quote", |
| 228 | + "syn", |
| 229 | +] |
| 230 | + |
| 231 | +[[package]] |
| 232 | +name = "syn" |
| 233 | +version = "1.0.109" |
| 234 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 236 | +dependencies = [ |
| 237 | + "proc-macro2", |
| 238 | + "quote", |
| 239 | + "unicode-ident", |
| 240 | +] |
| 241 | + |
| 242 | +[[package]] |
| 243 | +name = "unicode-ident" |
| 244 | +version = "1.0.18" |
| 245 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| 247 | + |
| 248 | +[[package]] |
| 249 | +name = "version_check" |
| 250 | +version = "0.9.5" |
| 251 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 253 | + |
| 254 | +[[package]] |
| 255 | +name = "wasi" |
| 256 | +version = "0.11.0+wasi-snapshot-preview1" |
| 257 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
0 commit comments