David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 1 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 2 | name = "aes-ctr" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 3 | version = "0.2.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 6 | "aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 7 | "aesni 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 8 | "ctr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 9 | "stream-cipher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 10 | ] |
| 11 | |
| 12 | [[package]] |
| 13 | name = "aes-soft" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 14 | version = "0.3.3" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 15 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 16 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 17 | "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 18 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 19 | "opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 20 | ] |
| 21 | |
| 22 | [[package]] |
| 23 | name = "aesni" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 24 | version = "0.5.1" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 26 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 27 | "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 28 | "opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 29 | "stream-cipher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 30 | ] |
| 31 | |
| 32 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 33 | name = "aho-corasick" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 34 | version = "0.6.9" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 37 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 38 | ] |
| 39 | |
| 40 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 41 | name = "atty" |
| 42 | version = "0.2.11" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 45 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 46 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 47 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "autocfg" |
| 52 | version = "0.1.1" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | |
| 55 | [[package]] |
| 56 | name = "backtrace" |
| 57 | version = "0.3.13" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | dependencies = [ |
| 60 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 61 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
| 62 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 63 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 64 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 65 | "winapi 0.3.6 (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 | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 70 | version = "0.1.28" |
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 | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 73 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
| 74 | "libc 0.2.46 (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" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 79 | version = "0.9.3" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 82 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 83 | "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 84 | ] |
| 85 | |
| 86 | [[package]] |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 87 | name = "bitflags" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 88 | version = "1.0.4" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 | |
| 91 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 92 | name = "block-cipher-trait" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 93 | version = "0.6.2" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 96 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 97 | ] |
| 98 | |
| 99 | [[package]] |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 100 | name = "bootsim" |
| 101 | version = "0.1.0" |
| 102 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 103 | "aes-ctr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 104 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 105 | "docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 106 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 107 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 108 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 109 | "mcuboot-sys 0.1.0", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 110 | "pem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 111 | "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 05ab014 | 2018-07-10 09:15:28 -0300 | [diff] [blame] | 112 | "ring 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 113 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
| 114 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 115 | "simflash 0.1.0", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 116 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 181e54c | 2017-12-05 10:22:31 -0200 | [diff] [blame] | 117 | ] |
| 118 | |
| 119 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 120 | name = "byteorder" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 121 | version = "1.2.7" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 | |
| 124 | [[package]] |
| 125 | name = "cc" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 126 | version = "1.0.28" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | |
| 129 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 130 | name = "cfg-if" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 131 | version = "0.1.6" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 133 | |
| 134 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 135 | name = "ctr" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 136 | version = "0.2.0" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 139 | "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 140 | "stream-cipher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 141 | ] |
| 142 | |
| 143 | [[package]] |
| 144 | name = "docopt" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 145 | version = "0.8.3" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 148 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 149 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 150 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
| 151 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 152 | "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 153 | ] |
| 154 | |
| 155 | [[package]] |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 156 | name = "env_logger" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 157 | version = "0.5.13" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 160 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 161 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 162 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 163 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 164 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 165 | ] |
| 166 | |
| 167 | [[package]] |
David Brown | 3df2a0e | 2017-12-21 15:34:51 -0700 | [diff] [blame] | 168 | name = "error-chain" |
Fabio Utzig | c354e4a | 2018-07-10 11:00:28 -0300 | [diff] [blame] | 169 | version = "0.12.0" |
David Brown | 3df2a0e | 2017-12-21 15:34:51 -0700 | [diff] [blame] | 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 171 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 172 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 3df2a0e | 2017-12-21 15:34:51 -0700 | [diff] [blame] | 173 | ] |
| 174 | |
| 175 | [[package]] |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 176 | name = "fuchsia-zircon" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 177 | version = "0.3.3" |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 179 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 180 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 181 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 182 | ] |
| 183 | |
| 184 | [[package]] |
| 185 | name = "fuchsia-zircon-sys" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 186 | version = "0.3.3" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | |
| 189 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 190 | name = "generic-array" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 191 | version = "0.12.0" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | dependencies = [ |
| 194 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 195 | ] |
| 196 | |
| 197 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 198 | name = "humantime" |
| 199 | version = "1.2.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 201 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 202 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 203 | ] |
| 204 | |
| 205 | [[package]] |
| 206 | name = "lazy_static" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 207 | version = "1.2.0" |
Fabio Utzig | 9b0ee90 | 2017-11-23 19:49:00 -0200 | [diff] [blame] | 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 | |
| 210 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 211 | name = "libc" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 212 | version = "0.2.46" |
David Brown | 4440af8 | 2017-01-09 12:15:05 -0700 | [diff] [blame] | 213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 214 | |
| 215 | [[package]] |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 216 | name = "log" |
| 217 | version = "0.4.6" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 220 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 221 | ] |
| 222 | |
| 223 | [[package]] |
David Brown | 6390277 | 2017-07-12 09:47:49 -0600 | [diff] [blame] | 224 | name = "mcuboot-sys" |
| 225 | version = "0.1.0" |
| 226 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 227 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 228 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 229 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 230 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 6390277 | 2017-07-12 09:47:49 -0600 | [diff] [blame] | 231 | "simflash 0.1.0", |
| 232 | ] |
| 233 | |
| 234 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 235 | name = "memchr" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 236 | version = "2.1.2" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 239 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 240 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 241 | "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] | 242 | ] |
| 243 | |
| 244 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 245 | name = "opaque-debug" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 246 | version = "0.2.1" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 | |
| 249 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 250 | name = "pem" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 251 | version = "0.5.1" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 254 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 255 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 256 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 257 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 258 | ] |
| 259 | |
| 260 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 261 | name = "proc-macro2" |
| 262 | version = "0.4.24" |
| 263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 | dependencies = [ |
| 265 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 266 | ] |
| 267 | |
| 268 | [[package]] |
| 269 | name = "quick-error" |
| 270 | version = "1.2.2" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | |
| 273 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 274 | name = "quote" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 275 | version = "0.6.10" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 277 | dependencies = [ |
| 278 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 279 | ] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 280 | |
| 281 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 282 | name = "rand" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 283 | version = "0.4.5" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 286 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 287 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 288 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 289 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 290 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 291 | ] |
| 292 | |
| 293 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 294 | name = "rand_core" |
| 295 | version = "0.3.0" |
| 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 297 | |
| 298 | [[package]] |
| 299 | name = "rdrand" |
| 300 | version = "0.4.0" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 302 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 303 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 304 | ] |
| 305 | |
| 306 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 307 | name = "redox_syscall" |
| 308 | version = "0.1.50" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | |
| 311 | [[package]] |
| 312 | name = "redox_termios" |
| 313 | version = "0.1.1" |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 316 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 317 | ] |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 318 | |
| 319 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 320 | name = "regex" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 321 | version = "0.2.11" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 324 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 325 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 326 | "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 327 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 328 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 329 | ] |
| 330 | |
| 331 | [[package]] |
| 332 | name = "regex" |
| 333 | version = "1.1.0" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | dependencies = [ |
| 336 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 337 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 338 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 339 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 340 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 341 | ] |
| 342 | |
| 343 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 344 | name = "regex-syntax" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 345 | version = "0.5.6" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 347 | dependencies = [ |
| 348 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 349 | ] |
| 350 | |
| 351 | [[package]] |
| 352 | name = "regex-syntax" |
| 353 | version = "0.6.4" |
| 354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 355 | dependencies = [ |
| 356 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 357 | ] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 358 | |
| 359 | [[package]] |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 360 | name = "ring" |
Fabio Utzig | 05ab014 | 2018-07-10 09:15:28 -0300 | [diff] [blame] | 361 | version = "0.14.1" |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 364 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
| 365 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 366 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 367 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 187dd88 | 2017-07-11 11:15:23 -0600 | [diff] [blame] | 368 | ] |
| 369 | |
| 370 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 371 | name = "rustc-demangle" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 372 | version = "0.1.13" |
Fabio Utzig | 8b619bd | 2017-12-05 08:48:34 -0200 | [diff] [blame] | 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | |
| 375 | [[package]] |
| 376 | name = "safemem" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 377 | version = "0.3.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | |
| 380 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 381 | name = "serde" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 382 | version = "1.0.84" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | |
| 385 | [[package]] |
| 386 | name = "serde_derive" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 387 | version = "1.0.84" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 390 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 391 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 392 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 393 | ] |
| 394 | |
| 395 | [[package]] |
David Brown | 2cbc470 | 2017-07-06 14:18:58 -0600 | [diff] [blame] | 396 | name = "simflash" |
| 397 | version = "0.1.0" |
| 398 | dependencies = [ |
Fabio Utzig | c354e4a | 2018-07-10 11:00:28 -0300 | [diff] [blame] | 399 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 400 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 401 | "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 2cbc470 | 2017-07-06 14:18:58 -0600 | [diff] [blame] | 402 | ] |
| 403 | |
| 404 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 405 | name = "stream-cipher" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 406 | version = "0.2.2" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 408 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 409 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 410 | ] |
| 411 | |
| 412 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 413 | name = "strsim" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 414 | version = "0.6.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 416 | |
| 417 | [[package]] |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 418 | name = "syn" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 419 | version = "0.15.24" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 422 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| 423 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 424 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 425 | ] |
| 426 | |
| 427 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 428 | name = "termcolor" |
| 429 | version = "1.0.4" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | dependencies = [ |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 432 | "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 433 | ] |
| 434 | |
| 435 | [[package]] |
| 436 | name = "termion" |
| 437 | version = "1.5.1" |
| 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 | dependencies = [ |
| 440 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
| 441 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| 442 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 443 | ] |
| 444 | |
| 445 | [[package]] |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 446 | name = "thread_local" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 447 | version = "0.3.6" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 | dependencies = [ |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 450 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 451 | ] |
| 452 | |
| 453 | [[package]] |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 454 | name = "typenum" |
| 455 | version = "1.10.0" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | |
| 458 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 459 | name = "ucd-util" |
| 460 | version = "0.1.3" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 | |
| 463 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 464 | name = "unicode-xid" |
| 465 | version = "0.1.0" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 467 | |
| 468 | [[package]] |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 469 | name = "untrusted" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 470 | version = "0.6.2" |
David Brown | 8054ce2 | 2017-07-11 12:12:09 -0600 | [diff] [blame] | 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | |
| 473 | [[package]] |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 474 | name = "utf8-ranges" |
David Brown | 7e701d8 | 2017-07-11 13:24:25 -0600 | [diff] [blame] | 475 | version = "1.0.2" |
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 | |
| 478 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 479 | name = "version_check" |
| 480 | version = "0.1.5" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 482 | |
| 483 | [[package]] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 484 | name = "winapi" |
| 485 | version = "0.3.6" |
| 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 | dependencies = [ |
| 488 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 489 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 490 | ] |
| 491 | |
| 492 | [[package]] |
| 493 | name = "winapi-i686-pc-windows-gnu" |
| 494 | version = "0.4.0" |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 497 | [[package]] |
| 498 | name = "winapi-util" |
| 499 | version = "0.1.1" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | dependencies = [ |
| 502 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 503 | ] |
| 504 | |
| 505 | [[package]] |
| 506 | name = "winapi-x86_64-pc-windows-gnu" |
| 507 | version = "0.4.0" |
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | |
| 510 | [[package]] |
| 511 | name = "wincolor" |
| 512 | version = "1.0.1" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | dependencies = [ |
| 515 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 516 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 517 | ] |
| 518 | |
David Brown | de7729e | 2017-01-09 10:41:35 -0700 | [diff] [blame] | 519 | [metadata] |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 520 | "checksum aes-ctr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c1423b3db67ca4d7691404b6643c01a8d40569e00eb77f24f7278223fbb1a107" |
| 521 | "checksum aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d" |
| 522 | "checksum aesni 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea93ee7c249d885b395fca6181fd6416f0249b1a0a7c7a2e8bfd6b74cebd2f82" |
| 523 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" |
| 524 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
| 525 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" |
| 526 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" |
| 527 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
| 528 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
| 529 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
| 530 | "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" |
| 531 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" |
| 532 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
| 533 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
| 534 | "checksum ctr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28912c12ae9ba20d6971168379d1482a4ce17f4855f23218ffb53ddc91fbe69b" |
| 535 | "checksum docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d8acd393692c503b168471874953a2531df0e9ab77d0b6bbc582395743300a4a" |
| 536 | "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" |
Fabio Utzig | c354e4a | 2018-07-10 11:00:28 -0300 | [diff] [blame] | 537 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 538 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 539 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
| 540 | "checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" |
| 541 | "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 542 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 543 | "checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd" |
David Brown | e24244b | 2019-01-02 11:53:23 -0700 | [diff] [blame] | 544 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 545 | "checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9" |
| 546 | "checksum opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "51ecbcb821e1bd256d456fe858aaa7f380b63863eab2eb86eee1bd9f33dd6682" |
| 547 | "checksum pem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33e3dad66bf8397426e3b41499ea6b0d41bca56f4b39b17216fcc456408b4dd1" |
| 548 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" |
| 549 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
| 550 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" |
| 551 | "checksum rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dee497e66d8d76bf08ce20c8d36e16f93749ab0bf89975b4f8ae5cee660c2da2" |
| 552 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" |
| 553 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
| 554 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" |
| 555 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
| 556 | "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
| 557 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
| 558 | "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
| 559 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" |
Fabio Utzig | 05ab014 | 2018-07-10 09:15:28 -0300 | [diff] [blame] | 560 | "checksum ring 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0261e0bfe1ca5bd5010dd50851367eab17cee222c7f8c1842a1e0c4ff4f38d71" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 561 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
| 562 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
| 563 | "checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7" |
| 564 | "checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" |
| 565 | "checksum stream-cipher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "766ac134af8a81b23b0394cce9cbbf60f6939cae7a31babe470f9766fdae9d9f" |
David Brown | 046a0a6 | 2017-07-12 16:08:22 -0600 | [diff] [blame] | 566 | "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 567 | "checksum syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)" = "734ecc29cd36e8123850d9bf21dfd62ef8300aaa8f879aabaa899721808be37c" |
| 568 | "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
| 569 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
| 570 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
Fabio Utzig | 1e48b91 | 2018-09-18 09:04:18 -0300 | [diff] [blame] | 571 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
Fabio Utzig | 25d7b0f | 2019-01-10 11:01:04 -0200 | [diff] [blame] | 572 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
| 573 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
| 574 | "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" |
| 575 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
| 576 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
| 577 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
| 578 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 579 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" |
| 580 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 581 | "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" |