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 | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 3 | version = 3 |
| 4 | |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 5 | [[package]] |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 6 | name = "aes" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 7 | version = "0.7.5" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 9 | checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 10 | dependencies = [ |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 11 | "cfg-if", |
dependabot[bot] | d9e5d26 | 2023-02-23 23:02:22 +0000 | [diff] [blame] | 12 | "cipher", |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 13 | "cpufeatures", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 14 | "ctr", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 15 | "opaque-debug", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 16 | ] |
| 17 | |
| 18 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 19 | name = "aho-corasick" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 20 | version = "0.7.18" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 21 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 22 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 23 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 24 | "memchr", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 25 | ] |
| 26 | |
| 27 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 28 | name = "atty" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 29 | version = "0.2.14" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 31 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 32 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 33 | "hermit-abi", |
| 34 | "libc", |
| 35 | "winapi", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 36 | ] |
| 37 | |
| 38 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 39 | name = "base64" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 40 | version = "0.13.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 42 | checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 43 | |
| 44 | [[package]] |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 45 | name = "bootsim" |
| 46 | version = "0.1.0" |
| 47 | dependencies = [ |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 48 | "aes", |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 49 | "base64", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 50 | "byteorder", |
dependabot[bot] | d9e5d26 | 2023-02-23 23:02:22 +0000 | [diff] [blame] | 51 | "cipher", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 52 | "docopt", |
| 53 | "env_logger", |
| 54 | "libc", |
| 55 | "log", |
| 56 | "mcuboot-sys", |
| 57 | "pem", |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 58 | "rand", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 59 | "ring", |
| 60 | "serde", |
| 61 | "serde_derive", |
| 62 | "simflash", |
Salome Thirot | 6fdbf55 | 2021-05-14 16:46:14 +0100 | [diff] [blame] | 63 | "typenum", |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 64 | "untrusted 0.9.0", |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 65 | ] |
| 66 | |
| 67 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 68 | name = "bumpalo" |
dependabot[bot] | d9e5d26 | 2023-02-23 23:02:22 +0000 | [diff] [blame] | 69 | version = "3.12.0" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dependabot[bot] | d9e5d26 | 2023-02-23 23:02:22 +0000 | [diff] [blame] | 71 | checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 72 | |
| 73 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 74 | name = "byteorder" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 75 | version = "1.4.3" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 77 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 78 | |
| 79 | [[package]] |
| 80 | name = "cc" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 81 | version = "1.0.73" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 83 | checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 84 | |
| 85 | [[package]] |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 86 | name = "cfg-if" |
| 87 | version = "1.0.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 89 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "cipher" |
| 93 | version = "0.3.0" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 96 | dependencies = [ |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 97 | "generic-array", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 101 | name = "cpufeatures" |
| 102 | version = "0.2.2" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 105 | dependencies = [ |
| 106 | "libc", |
| 107 | ] |
| 108 | |
| 109 | [[package]] |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 110 | name = "ctr" |
| 111 | version = "0.8.0" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" |
| 114 | dependencies = [ |
dependabot[bot] | d9e5d26 | 2023-02-23 23:02:22 +0000 | [diff] [blame] | 115 | "cipher", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 116 | ] |
| 117 | |
| 118 | [[package]] |
| 119 | name = "docopt" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 120 | version = "1.1.1" |
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 | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 122 | checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 123 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 124 | "lazy_static", |
| 125 | "regex", |
| 126 | "serde", |
| 127 | "strsim", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 128 | ] |
| 129 | |
| 130 | [[package]] |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 131 | name = "env_logger" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 132 | version = "0.9.0" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 134 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 135 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 136 | "atty", |
| 137 | "humantime", |
| 138 | "log", |
| 139 | "regex", |
| 140 | "termcolor", |
David Brown | 96eb0de | 2019-02-22 16:23:59 -0700 | [diff] [blame] | 141 | ] |
| 142 | |
| 143 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 144 | name = "generic-array" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 145 | version = "0.14.5" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 147 | checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 148 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 149 | "typenum", |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 150 | "version_check", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 151 | ] |
| 152 | |
| 153 | [[package]] |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 154 | name = "getrandom" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 155 | version = "0.2.6" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 157 | checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 158 | dependencies = [ |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 159 | "cfg-if", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 160 | "libc", |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 161 | "wasi", |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 162 | ] |
| 163 | |
| 164 | [[package]] |
David Brown | e182977 | 2021-08-18 16:29:07 -0600 | [diff] [blame] | 165 | name = "hermit-abi" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 166 | version = "0.1.19" |
David Brown | e182977 | 2021-08-18 16:29:07 -0600 | [diff] [blame] | 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 168 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 169 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 170 | "libc", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 171 | ] |
| 172 | |
| 173 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 174 | name = "humantime" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 175 | version = "2.1.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 177 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 178 | |
| 179 | [[package]] |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 180 | name = "js-sys" |
| 181 | version = "0.3.57" |
| 182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 183 | checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397" |
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 | "wasm-bindgen", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 186 | ] |
| 187 | |
| 188 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 189 | name = "lazy_static" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 190 | version = "1.4.0" |
Fabio Utzig | 9b0ee90 | 2017-11-23 19:49:00 -0200 | [diff] [blame] | 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 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Fabio Utzig | 9b0ee90 | 2017-11-23 19:49:00 -0200 | [diff] [blame] | 193 | |
| 194 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 195 | name = "libc" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 196 | version = "0.2.122" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 198 | checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 199 | |
| 200 | [[package]] |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 201 | name = "log" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 202 | version = "0.4.16" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 204 | checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 205 | dependencies = [ |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 206 | "cfg-if", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 207 | ] |
| 208 | |
| 209 | [[package]] |
David Brown | 6390277 | 2017-07-12 09:47:49 -0600 | [diff] [blame] | 210 | name = "mcuboot-sys" |
| 211 | version = "0.1.0" |
| 212 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 213 | "cc", |
| 214 | "libc", |
| 215 | "log", |
| 216 | "simflash", |
David Brown | 6390277 | 2017-07-12 09:47:49 -0600 | [diff] [blame] | 217 | ] |
| 218 | |
| 219 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 220 | name = "memchr" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 221 | version = "2.4.1" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 223 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 224 | |
| 225 | [[package]] |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 226 | name = "once_cell" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 227 | version = "1.10.0" |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 229 | checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" |
David Brown | 9637136 | 2020-07-09 15:50:44 -0600 | [diff] [blame] | 230 | |
| 231 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 232 | name = "opaque-debug" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 233 | version = "0.3.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 235 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 236 | |
| 237 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 238 | name = "pem" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 239 | version = "1.0.2" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 241 | checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 242 | dependencies = [ |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 243 | "base64", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 244 | ] |
| 245 | |
| 246 | [[package]] |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 247 | name = "ppv-lite86" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 248 | version = "0.2.16" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 250 | checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 251 | |
| 252 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 253 | name = "proc-macro2" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 254 | version = "1.0.37" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 256 | checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 257 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 258 | "unicode-xid", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 259 | ] |
| 260 | |
| 261 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 262 | name = "quote" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 263 | version = "1.0.17" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 265 | checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 266 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 267 | "proc-macro2", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 268 | ] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 269 | |
| 270 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 271 | name = "rand" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 272 | version = "0.8.5" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 274 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 275 | dependencies = [ |
| 276 | "libc", |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 277 | "rand_chacha", |
| 278 | "rand_core", |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 279 | ] |
| 280 | |
| 281 | [[package]] |
| 282 | name = "rand_chacha" |
| 283 | version = "0.3.1" |
| 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 286 | dependencies = [ |
| 287 | "ppv-lite86", |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 288 | "rand_core", |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 289 | ] |
| 290 | |
| 291 | [[package]] |
| 292 | name = "rand_core" |
| 293 | version = "0.6.3" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
| 296 | dependencies = [ |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 297 | "getrandom", |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 298 | ] |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 299 | |
| 300 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 301 | name = "regex" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 302 | version = "1.5.5" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 304 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 305 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 306 | "aho-corasick", |
| 307 | "memchr", |
| 308 | "regex-syntax", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 309 | ] |
| 310 | |
| 311 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 312 | name = "regex-syntax" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 313 | version = "0.6.25" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 315 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 316 | |
| 317 | [[package]] |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 318 | name = "ring" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 319 | version = "0.16.20" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 321 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 322 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 323 | "cc", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 324 | "libc", |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 325 | "once_cell", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 326 | "spin", |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 327 | "untrusted 0.7.1", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 328 | "web-sys", |
| 329 | "winapi", |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 330 | ] |
| 331 | |
| 332 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 333 | name = "serde" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 334 | version = "1.0.136" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 336 | checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 337 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 338 | "serde_derive", |
Fabio Utzig | 03cce47 | 2020-02-11 18:55:14 -0300 | [diff] [blame] | 339 | ] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 340 | |
| 341 | [[package]] |
| 342 | name = "serde_derive" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 343 | version = "1.0.136" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 345 | checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 346 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 347 | "proc-macro2", |
| 348 | "quote", |
| 349 | "syn", |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 350 | ] |
| 351 | |
| 352 | [[package]] |
David Brown | 2cbc470 | 2017-07-06 14:18:58 -0600 | [diff] [blame] | 353 | name = "simflash" |
| 354 | version = "0.1.0" |
| 355 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 356 | "log", |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 357 | "rand", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 358 | "thiserror", |
David Brown | 2cbc470 | 2017-07-06 14:18:58 -0600 | [diff] [blame] | 359 | ] |
| 360 | |
| 361 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 362 | name = "spin" |
| 363 | version = "0.5.2" |
| 364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 365 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 366 | |
| 367 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 368 | name = "strsim" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 369 | version = "0.10.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 371 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 372 | |
| 373 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 374 | name = "syn" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 375 | version = "1.0.91" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 377 | checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 378 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 379 | "proc-macro2", |
| 380 | "quote", |
| 381 | "unicode-xid", |
David Brown | 96eb0de | 2019-02-22 16:23:59 -0700 | [diff] [blame] | 382 | ] |
| 383 | |
| 384 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 385 | name = "termcolor" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 386 | version = "1.1.3" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 388 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 389 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 390 | "winapi-util", |
| 391 | ] |
| 392 | |
| 393 | [[package]] |
| 394 | name = "thiserror" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 395 | version = "1.0.30" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 397 | checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 398 | dependencies = [ |
| 399 | "thiserror-impl", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "thiserror-impl" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 404 | version = "1.0.30" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 406 | checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 407 | dependencies = [ |
| 408 | "proc-macro2", |
| 409 | "quote", |
| 410 | "syn", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 411 | ] |
| 412 | |
| 413 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 414 | name = "typenum" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 415 | version = "1.15.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 417 | checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 418 | |
| 419 | [[package]] |
David Brown | e182977 | 2021-08-18 16:29:07 -0600 | [diff] [blame] | 420 | name = "unicode-xid" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 421 | version = "0.2.2" |
David Brown | e182977 | 2021-08-18 16:29:07 -0600 | [diff] [blame] | 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 423 | checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 424 | |
| 425 | [[package]] |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 426 | name = "untrusted" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 427 | version = "0.7.1" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 429 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 430 | |
| 431 | [[package]] |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 432 | name = "untrusted" |
| 433 | version = "0.9.0" |
| 434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 435 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 436 | |
| 437 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 438 | name = "version_check" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 439 | version = "0.9.4" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 441 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
David Brown | fd8b05e | 2020-07-09 15:33:49 -0600 | [diff] [blame] | 442 | |
| 443 | [[package]] |
David Brown | 9c6322f | 2021-08-19 13:03:39 -0600 | [diff] [blame] | 444 | name = "wasi" |
| 445 | version = "0.10.2+wasi-snapshot-preview1" |
| 446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 | checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
| 448 | |
| 449 | [[package]] |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 450 | name = "wasm-bindgen" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 451 | version = "0.2.80" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 453 | checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 454 | dependencies = [ |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 455 | "cfg-if", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 456 | "wasm-bindgen-macro", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 457 | ] |
| 458 | |
| 459 | [[package]] |
| 460 | name = "wasm-bindgen-backend" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 461 | version = "0.2.80" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 463 | checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 464 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 465 | "bumpalo", |
| 466 | "lazy_static", |
| 467 | "log", |
| 468 | "proc-macro2", |
| 469 | "quote", |
| 470 | "syn", |
| 471 | "wasm-bindgen-shared", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 472 | ] |
| 473 | |
| 474 | [[package]] |
| 475 | name = "wasm-bindgen-macro" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 476 | version = "0.2.80" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 478 | checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 479 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 480 | "quote", |
| 481 | "wasm-bindgen-macro-support", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 482 | ] |
| 483 | |
| 484 | [[package]] |
| 485 | name = "wasm-bindgen-macro-support" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 486 | version = "0.2.80" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 488 | checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 489 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 490 | "proc-macro2", |
| 491 | "quote", |
| 492 | "syn", |
| 493 | "wasm-bindgen-backend", |
| 494 | "wasm-bindgen-shared", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 495 | ] |
| 496 | |
| 497 | [[package]] |
| 498 | name = "wasm-bindgen-shared" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 499 | version = "0.2.80" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 501 | checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 502 | |
| 503 | [[package]] |
| 504 | name = "web-sys" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 505 | version = "0.3.57" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 93d0217 | 2022-04-08 17:34:10 -0600 | [diff] [blame] | 507 | checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283" |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 508 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 509 | "js-sys", |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 510 | "wasm-bindgen", |
Fabio Utzig | cbd58e3 | 2019-10-25 07:02:02 -0300 | [diff] [blame] | 511 | ] |
| 512 | |
| 513 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 514 | name = "winapi" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 515 | version = "0.3.9" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 517 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 518 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 519 | "winapi-i686-pc-windows-gnu", |
| 520 | "winapi-x86_64-pc-windows-gnu", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 521 | ] |
| 522 | |
| 523 | [[package]] |
| 524 | name = "winapi-i686-pc-windows-gnu" |
| 525 | version = "0.4.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 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 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 528 | |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 529 | [[package]] |
| 530 | name = "winapi-util" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 531 | version = "0.1.5" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7f8c0a2 | 2021-08-19 13:27:42 -0600 | [diff] [blame] | 533 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 534 | dependencies = [ |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 535 | "winapi", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 536 | ] |
| 537 | |
| 538 | [[package]] |
| 539 | name = "winapi-x86_64-pc-windows-gnu" |
| 540 | version = "0.4.0" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | d602ed8 | 2021-02-25 16:36:22 -0700 | [diff] [blame] | 542 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |