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