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