David Brown | 1e1be9b | 2019-07-23 12:10:41 -0600 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 3 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 4 | name = "aes-ctr" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 5 | version = "0.4.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 7 | checksum = "92e60aeefd2a0243bd53a42e92444e039f67c3d7f0382c9813577696e7c10bf3" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 8 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 9 | "aes-soft", |
| 10 | "aesni", |
| 11 | "ctr", |
| 12 | "stream-cipher", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | [[package]] |
| 16 | name = "aes-soft" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 17 | version = "0.4.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 18 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 19 | checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 20 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 21 | "block-cipher", |
| 22 | "byteorder", |
| 23 | "opaque-debug", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 24 | ] |
| 25 | |
| 26 | [[package]] |
| 27 | name = "aesni" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 28 | version = "0.7.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 30 | checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 31 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 32 | "block-cipher", |
| 33 | "opaque-debug", |
| 34 | "stream-cipher", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 35 | ] |
| 36 | |
| 37 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 38 | name = "aho-corasick" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 39 | version = "0.7.8" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 41 | checksum = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 42 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 43 | "memchr", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 44 | ] |
| 45 | |
| 46 | [[package]] |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 47 | name = "anyhow" |
| 48 | version = "1.0.26" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 50 | checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 51 | |
| 52 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 53 | name = "atty" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 54 | version = "0.2.14" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 56 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 57 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 58 | "hermit-abi", |
| 59 | "libc", |
| 60 | "winapi", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 61 | ] |
| 62 | |
| 63 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 64 | name = "base64" |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 65 | version = "0.12.3" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 67 | checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 68 | |
| 69 | [[package]] |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 70 | name = "block-cipher" |
| 71 | version = "0.7.1" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 73 | checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 74 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 75 | "generic-array", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 76 | ] |
| 77 | |
| 78 | [[package]] |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 79 | name = "bootsim" |
| 80 | version = "0.1.0" |
| 81 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 82 | "aes-ctr", |
| 83 | "base64", |
| 84 | "byteorder", |
| 85 | "docopt", |
| 86 | "env_logger", |
| 87 | "libc", |
| 88 | "log", |
| 89 | "mcuboot-sys", |
| 90 | "pem", |
| 91 | "rand", |
| 92 | "ring", |
| 93 | "serde", |
| 94 | "serde_derive", |
| 95 | "simflash", |
| 96 | "untrusted", |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 97 | ] |
| 98 | |
| 99 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 100 | name = "bumpalo" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 101 | version = "3.2.0" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 103 | checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 104 | |
| 105 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 106 | name = "byteorder" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 107 | version = "1.3.4" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 109 | checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 110 | |
| 111 | [[package]] |
| 112 | name = "cc" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 113 | version = "1.0.50" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 115 | checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 116 | |
| 117 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 118 | name = "cfg-if" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 119 | version = "0.1.10" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 121 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 122 | |
| 123 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 124 | name = "ctr" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 125 | version = "0.4.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 127 | checksum = "a3592740fd55aaf61dd72df96756bd0d11e6037b89dcf30ae2e1895b267692be" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 128 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 129 | "stream-cipher", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 130 | ] |
| 131 | |
| 132 | [[package]] |
| 133 | name = "docopt" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 134 | version = "1.1.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 136 | checksum = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 137 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 138 | "lazy_static", |
| 139 | "regex", |
| 140 | "serde", |
| 141 | "strsim", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 142 | ] |
| 143 | |
| 144 | [[package]] |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 145 | name = "env_logger" |
David Brown | 3327e99 | 2020-07-09 15:48:23 -0600 | [diff] [blame] | 146 | version = "0.7.1" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 148 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 149 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 150 | "atty", |
| 151 | "humantime", |
| 152 | "log", |
| 153 | "regex", |
| 154 | "termcolor", |
David Brown | 96eb0de | 2019-02-22 16:23:59 -0700 | [diff] [blame] | 155 | ] |
| 156 | |
| 157 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 158 | name = "generic-array" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 159 | version = "0.14.2" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 161 | checksum = "ac746a5f3bbfdadd6106868134545e684693d54d9d44f6e9588a7d54af0bf980" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 162 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 163 | "typenum", |
| 164 | "version_check 0.9.2", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 165 | ] |
| 166 | |
| 167 | [[package]] |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 168 | name = "getrandom" |
| 169 | version = "0.1.14" |
| 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 171 | checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 172 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 173 | "cfg-if", |
| 174 | "libc", |
| 175 | "wasi", |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 176 | ] |
| 177 | |
| 178 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 179 | name = "heck" |
| 180 | version = "0.3.1" |
| 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 182 | checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 183 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 184 | "unicode-segmentation", |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 185 | ] |
| 186 | |
| 187 | [[package]] |
| 188 | name = "hermit-abi" |
| 189 | version = "0.1.6" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 191 | checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 192 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 193 | "libc", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 194 | ] |
| 195 | |
| 196 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 197 | name = "humantime" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 198 | version = "1.3.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 200 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 201 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 202 | "quick-error", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 203 | ] |
| 204 | |
| 205 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 206 | name = "js-sys" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 207 | version = "0.3.35" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 209 | checksum = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 210 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 211 | "wasm-bindgen", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 212 | ] |
| 213 | |
| 214 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 215 | name = "lazy_static" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 216 | version = "1.4.0" |
Fabio Utzig | 9b0ee90 | 2017-11-23 19:49:00 -0200 | [diff] [blame] | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 218 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Fabio Utzig | 9b0ee90 | 2017-11-23 19:49:00 -0200 | [diff] [blame] | 219 | |
| 220 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 221 | name = "libc" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 222 | version = "0.2.66" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 224 | checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 225 | |
| 226 | [[package]] |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 227 | name = "log" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 228 | version = "0.4.8" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 230 | checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 231 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 232 | "cfg-if", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 233 | ] |
| 234 | |
| 235 | [[package]] |
David Brown | 6390277 | 2017-07-12 09:47:49 -0600 | [diff] [blame] | 236 | name = "mcuboot-sys" |
| 237 | version = "0.1.0" |
| 238 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 239 | "cc", |
| 240 | "libc", |
| 241 | "log", |
| 242 | "simflash", |
David Brown | 6390277 | 2017-07-12 09:47:49 -0600 | [diff] [blame] | 243 | ] |
| 244 | |
| 245 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 246 | name = "memchr" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 247 | version = "2.3.0" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 249 | checksum = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 250 | |
| 251 | [[package]] |
| 252 | name = "nom" |
| 253 | version = "4.2.3" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 255 | checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 256 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 257 | "memchr", |
| 258 | "version_check 0.1.5", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 259 | ] |
| 260 | |
| 261 | [[package]] |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 262 | name = "once_cell" |
| 263 | version = "1.4.0" |
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 265 | checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 266 | |
| 267 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 268 | name = "opaque-debug" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 269 | version = "0.2.3" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 271 | checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 272 | |
| 273 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 274 | name = "pem" |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 275 | version = "0.8.1" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 277 | checksum = "59698ea79df9bf77104aefd39cc3ec990cb9693fb59c3b0a70ddf2646fdffb4b" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 278 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 279 | "base64", |
| 280 | "once_cell", |
| 281 | "regex", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 282 | ] |
| 283 | |
| 284 | [[package]] |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 285 | name = "ppv-lite86" |
| 286 | version = "0.2.8" |
| 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 288 | checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 289 | |
| 290 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 291 | name = "proc-macro2" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 292 | version = "1.0.8" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 294 | checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 295 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 296 | "unicode-xid", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 297 | ] |
| 298 | |
| 299 | [[package]] |
| 300 | name = "quick-error" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 301 | version = "1.2.3" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 303 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 304 | |
| 305 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 306 | name = "quote" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 307 | version = "1.0.2" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 309 | checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 310 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 311 | "proc-macro2", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 312 | ] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 313 | |
| 314 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 315 | name = "rand" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 316 | version = "0.7.3" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 318 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 319 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 320 | "getrandom", |
| 321 | "libc", |
| 322 | "rand_chacha", |
| 323 | "rand_core", |
| 324 | "rand_hc", |
| 325 | "rand_pcg", |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "rand_chacha" |
| 330 | version = "0.2.2" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 332 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 333 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 334 | "ppv-lite86", |
| 335 | "rand_core", |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 336 | ] |
| 337 | |
| 338 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 339 | name = "rand_core" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 340 | version = "0.5.1" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 342 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 343 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 344 | "getrandom", |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 345 | ] |
| 346 | |
| 347 | [[package]] |
| 348 | name = "rand_hc" |
| 349 | version = "0.2.0" |
| 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 351 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 352 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 353 | "rand_core", |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 354 | ] |
| 355 | |
| 356 | [[package]] |
David Brown | cd84284 | 2020-07-09 15:46:53 -0600 | [diff] [blame] | 357 | name = "rand_pcg" |
| 358 | version = "0.2.1" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 360 | checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 361 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 362 | "rand_core", |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 363 | ] |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 364 | |
| 365 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 366 | name = "regex" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 367 | version = "1.3.4" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 369 | checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 370 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 371 | "aho-corasick", |
| 372 | "memchr", |
| 373 | "regex-syntax", |
| 374 | "thread_local", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 375 | ] |
| 376 | |
| 377 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 378 | name = "regex-syntax" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 379 | version = "0.6.14" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 381 | checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 382 | |
| 383 | [[package]] |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 384 | name = "ring" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 385 | version = "0.16.11" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 387 | checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 388 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 389 | "cc", |
| 390 | "lazy_static", |
| 391 | "libc", |
| 392 | "spin", |
| 393 | "untrusted", |
| 394 | "web-sys", |
| 395 | "winapi", |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 396 | ] |
| 397 | |
| 398 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 399 | name = "serde" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 400 | version = "1.0.104" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 402 | checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 403 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 404 | "serde_derive", |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 405 | ] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 406 | |
| 407 | [[package]] |
| 408 | name = "serde_derive" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 409 | version = "1.0.104" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 411 | checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 412 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 413 | "proc-macro2", |
| 414 | "quote", |
| 415 | "syn", |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 416 | ] |
| 417 | |
| 418 | [[package]] |
David Brown | 2cbc470 | 2017-07-06 14:18:58 -0600 | [diff] [blame] | 419 | name = "simflash" |
| 420 | version = "0.1.0" |
| 421 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 422 | "log", |
| 423 | "rand", |
| 424 | "thiserror", |
David Brown | 2cbc470 | 2017-07-06 14:18:58 -0600 | [diff] [blame] | 425 | ] |
| 426 | |
| 427 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 428 | name = "sourcefile" |
| 429 | version = "0.1.4" |
| 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 431 | checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 432 | |
| 433 | [[package]] |
| 434 | name = "spin" |
| 435 | version = "0.5.2" |
| 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 437 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 438 | |
| 439 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 440 | name = "stream-cipher" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 441 | version = "0.4.1" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 443 | checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 444 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 445 | "block-cipher", |
| 446 | "generic-array", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 447 | ] |
| 448 | |
| 449 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 450 | name = "strsim" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 451 | version = "0.9.3" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 453 | checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 454 | |
| 455 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 456 | name = "syn" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 457 | version = "1.0.14" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 459 | checksum = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 460 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 461 | "proc-macro2", |
| 462 | "quote", |
| 463 | "unicode-xid", |
David Brown | 96eb0de | 2019-02-22 16:23:59 -0700 | [diff] [blame] | 464 | ] |
| 465 | |
| 466 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 467 | name = "termcolor" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 468 | version = "1.1.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 470 | checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 471 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 472 | "winapi-util", |
| 473 | ] |
| 474 | |
| 475 | [[package]] |
| 476 | name = "thiserror" |
| 477 | version = "1.0.21" |
| 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42" |
| 480 | dependencies = [ |
| 481 | "thiserror-impl", |
| 482 | ] |
| 483 | |
| 484 | [[package]] |
| 485 | name = "thiserror-impl" |
| 486 | version = "1.0.21" |
| 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 488 | checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab" |
| 489 | dependencies = [ |
| 490 | "proc-macro2", |
| 491 | "quote", |
| 492 | "syn", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 493 | ] |
| 494 | |
| 495 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 496 | name = "thread_local" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 497 | version = "1.0.1" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 499 | checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 500 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 501 | "lazy_static", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 502 | ] |
| 503 | |
| 504 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 505 | name = "typenum" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 506 | version = "1.11.2" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 508 | checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 509 | |
| 510 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 511 | name = "unicode-segmentation" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 512 | version = "1.6.0" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 514 | checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 515 | |
| 516 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 517 | name = "unicode-xid" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 518 | version = "0.2.0" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 520 | checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 521 | |
| 522 | [[package]] |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 523 | name = "untrusted" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 524 | version = "0.7.0" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 526 | checksum = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 527 | |
| 528 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 529 | name = "version_check" |
| 530 | version = "0.1.5" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 532 | checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 533 | |
| 534 | [[package]] |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 535 | name = "version_check" |
| 536 | version = "0.9.2" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 538 | checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
David Brown | 8a99adf | 2020-07-09 16:52:38 -0600 | [diff] [blame] | 539 | |
| 540 | [[package]] |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 541 | name = "wasi" |
| 542 | version = "0.9.0+wasi-snapshot-preview1" |
| 543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 544 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 545 | |
| 546 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 547 | name = "wasm-bindgen" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 548 | version = "0.2.58" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 550 | checksum = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 551 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 552 | "cfg-if", |
| 553 | "wasm-bindgen-macro", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 554 | ] |
| 555 | |
| 556 | [[package]] |
| 557 | name = "wasm-bindgen-backend" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 558 | version = "0.2.58" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 560 | checksum = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 561 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 562 | "bumpalo", |
| 563 | "lazy_static", |
| 564 | "log", |
| 565 | "proc-macro2", |
| 566 | "quote", |
| 567 | "syn", |
| 568 | "wasm-bindgen-shared", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 569 | ] |
| 570 | |
| 571 | [[package]] |
| 572 | name = "wasm-bindgen-macro" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 573 | version = "0.2.58" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 575 | checksum = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 576 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 577 | "quote", |
| 578 | "wasm-bindgen-macro-support", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 579 | ] |
| 580 | |
| 581 | [[package]] |
| 582 | name = "wasm-bindgen-macro-support" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 583 | version = "0.2.58" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 585 | checksum = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 586 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 587 | "proc-macro2", |
| 588 | "quote", |
| 589 | "syn", |
| 590 | "wasm-bindgen-backend", |
| 591 | "wasm-bindgen-shared", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 592 | ] |
| 593 | |
| 594 | [[package]] |
| 595 | name = "wasm-bindgen-shared" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 596 | version = "0.2.58" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 598 | checksum = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 599 | |
| 600 | [[package]] |
| 601 | name = "wasm-bindgen-webidl" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 602 | version = "0.2.58" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 604 | checksum = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 605 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 606 | "anyhow", |
| 607 | "heck", |
| 608 | "log", |
| 609 | "proc-macro2", |
| 610 | "quote", |
| 611 | "syn", |
| 612 | "wasm-bindgen-backend", |
| 613 | "weedle", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 614 | ] |
| 615 | |
| 616 | [[package]] |
| 617 | name = "web-sys" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 618 | version = "0.3.35" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 620 | checksum = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 621 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 622 | "anyhow", |
| 623 | "js-sys", |
| 624 | "sourcefile", |
| 625 | "wasm-bindgen", |
| 626 | "wasm-bindgen-webidl", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 627 | ] |
| 628 | |
| 629 | [[package]] |
| 630 | name = "weedle" |
| 631 | version = "0.10.0" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 633 | checksum = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 634 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 635 | "nom", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 636 | ] |
| 637 | |
| 638 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 639 | name = "winapi" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 640 | version = "0.3.8" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 642 | checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 643 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 644 | "winapi-i686-pc-windows-gnu", |
| 645 | "winapi-x86_64-pc-windows-gnu", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 646 | ] |
| 647 | |
| 648 | [[package]] |
| 649 | name = "winapi-i686-pc-windows-gnu" |
| 650 | version = "0.4.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 652 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 653 | |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 654 | [[package]] |
| 655 | name = "winapi-util" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 656 | version = "0.1.3" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 658 | checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 659 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 660 | "winapi", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 661 | ] |
| 662 | |
| 663 | [[package]] |
| 664 | name = "winapi-x86_64-pc-windows-gnu" |
| 665 | version = "0.4.0" |
| 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 667 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |